WordPress: Difference between revisions
imported>Onny mNo edit summary |
imported>Onny mNo edit summary |
||
| Line 116: | Line 116: | ||
=== Mail delivery === | === Mail delivery === | ||
Mail clients like [[ | Mail clients like [[Msmtp]] can be used to configure mail delivery for Wordpress. This can be useful for sending registration mails or notifications for new comments etc. | ||
By default Wordpress will use the sender mail <code>wordpress@example.org</code> where ''example.org'' is the primary domain name configured for the Wordpress instance. By installing and using the plugin [https://wordpress.org/plugins/static-mail-sender-configurator/ static-mail-sender-configurator] it is possible to declaratively configure and change the sender address, for example to <code>noreply@example.org</code>. | By default Wordpress will use the sender mail <code>wordpress@example.org</code> where ''example.org'' is the primary domain name configured for the Wordpress instance. By installing and using the plugin [https://wordpress.org/plugins/static-mail-sender-configurator/ static-mail-sender-configurator] it is possible to declaratively configure and change the sender address, for example to <code>noreply@example.org</code>. | ||