WordPress: Difference between revisions
imported>Onny Add note on mail delivery |
imported>Onny mNo edit summary |
||
Line 118: | Line 118: | ||
Mail clients like [[Msmpt]] can be used to configure mail delivery for Wordpress. This can be useful for sending registration mails or notifications for new comments etc. | Mail clients like [[Msmpt]] 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>. | ||
<syntaxHighlight lang="nix"> | <syntaxHighlight lang="nix"> |