[wp-trac] [WordPress Trac] #2844: No value for sendmail_from,
user registration email not sent
WordPress Trac
wp-trac at lists.automattic.com
Wed Jun 21 07:33:25 GMT 2006
#2844: No value for sendmail_from, user registration email not sent
----------------------------+-----------------------------------------------
Reporter: shacker | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone:
Component: Administration | Version: 2.0.3
Severity: normal | Keywords: sendmail mail user registration
----------------------------+-----------------------------------------------
WP installed in cPanel add-on domains do not send welcome messages to new
WP users.
Watching the exim_reject_log shows:
F=<> rejected after DATA: there is no valid sender in any header line
...
Envelope-from: <>
...
F From:
phpinfo(); confirms that the sendmail_from property has "no value."
Adding this to .htaccess :
php_value sendmail_from user at domain.com
causes phpinfo() to show a valid value, but attempting to register a new
user still shows exim refusing to send the message because there is "no
valid sender."
A simple PHP mail test script in the same dir works fine.
--
Ticket URL: <http://trac.wordpress.org/ticket/2844>
WordPress Trac <http://wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list