-
Henry replied to the topic Change default email wordpress@mydomain.com in the forum How-to & Troubleshooting 10 years, 12 months ago
@synaptic I didn’t realise the auto emails were sent from ‘wordpress’@mydomain so thanks for this!
The code does go into your theme’s functions.php file. This is what I have:
function custom_wp_mail_from( $email ) {
[Read more]
$handle = 'laurentdesserrey';
$find = 'http://';
$replace = '';
$link = get_bloginfo( 'url'… -
Henry replied to the topic Problem editing email templates (notifications) in the forum How-to & Troubleshooting 11 years ago
You can usually update content of these emails via a filter. See the Codex for more info https://codex.wordpress.org/Function_Reference/add_filter
For example, to filter the email body for message notifications, use
messages_notification_new_message_message
. To filter the subject line, usemessages_notification_new_message_sub…
[Read more]
@laurentdesserrey
Not recently active