Setting “from” name
-
Hello,
Is there a way I can set the from name for emails?
At the moment emails such as password resets are coming from [email protected]. I would like it to come from “Company Name” [email protected]
I’ve tried the following function but I’m assuming it doesn’t work because Postmark is handling the emails.
function wpb_sender_name( $original_email_from ) {
return ‘Company Name’;
}
add_filter( ‘wp_mail_from_name’, ‘wpb_sender_name’ )Thanks,
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Setting “from” name’ is closed to new replies.