I have a from address configured in personal preferences. However, what shows up in sent mail as the user name is the info from the passwd file for the user that apache is running as.
Thus, the address is correct, but the name is wrong. Any ideas on what could be causing this? I won't have time to dig into the code til saturday afternoon.
Yes, mail sent via php_mail() was broken recently. Another user found this fix, though it hasn't been verified by a developer.
On Fri, 10 Feb 2006, Patrick Vogt wrote:
Maybe there is also a bug in program/steps/mail/sendmail.inc: Around line 233: $headers_php = $MAIL_MIME->headers shouldn't this be: $headers_php = $MAIL_MIME->headers($headers) ??
On Fri, 10 Feb 2006, www-data wrote:
I have a from address configured in personal preferences. However, what shows up in sent mail as the user name is the info from the passwd file for the user that apache is running as.
Thus, the address is correct, but the name is wrong. Any ideas on what could be causing this? I won't have time to dig into the code til saturday afternoon.
Jon Daley http://jon.limedaley.com/
There's so much comedy on television. Does that cause comedy in the streets? -- Dick Cavett
This is fixed now. Please re-download the beta release. It has been updated recently.
Regards, Thomas
www-data wrote:
I have a from address configured in personal preferences. However, what shows up in sent mail as the user name is the info from the passwd file for the user that apache is running as.
Thus, the address is correct, but the name is wrong. Any ideas on what could be causing this? I won't have time to dig into the code til saturday afternoon.