For built-in Wordpress functions such as the "forgot password" option, where is the SMTP server configured? Does it just default to the local daemon? What e-mail does it send messages as?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
The default Here's a snippet from
I showed you this specific snippet for two reasons:
If you don't want to go the plugin route, you can set up a quick filter in your theme or in a drop-in MU plugin.
These filters will override the built-in defaults and make it appear as if your email actually came from you rather than from WordPress. |
|||
|
|
|
WordPress uses php mail by default. To use SMTP you'll need to use a separate plugin, of which there's several available - search WordPress.org and find one that fits your needs. |
|||
|
|