• When a new user registers, or any other automated email gets sent out, the from / reply address is a default for my host. I have changed it in the php.ini with no luck. Is there a place within WP to set the from address?

    Thanks,
    Dale
    [signatures will always be moderated]

Viewing 2 replies - 1 through 2 (of 2 total)
  • You might want to look at the wp_mail function in wp-includes/pluggable-functions.php to see how WordPress handles the From:.

    I believe the mailing out is handled by the function wp_mail() which uses the value of ‘admin_email’ from the options table (Admin > General options > Email address) for the “from:” field.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘change SMTP from address’ is closed to new replies.