// Function to change email address
function wpb_sender_email( $original_email_address ) {
return 'info@kingsmen.fr';
}
// Function to change sender name
function wpb_sender_name( $original_email_from ) {
return 'KingsMen';
}
// Hooking up our functions to WordPress filters
add_filter( 'wp_mail_from', 'wpb_sender_email' );
add_filter( 'wp_mail_from_name', 'wpb_sender_name' );
Event Espresso uses the values set in general settings to do exactly the same as the above.
Go to Event Espresso -> General Settings
The ‘Primary Contact Email’ is set as the sender email by default
The ‘Organization Name’ is set as the sender name by default.
Are those values set correctly in your general settings?
If you go to Event Espresso -> Messages -> Message activity. What colour status bar do the messages have in that section? (The bar to the left of each message)
The support post ‘email not working’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.