last letter of [From Name] is deleted
-
Thank you very much for this plugin.
At using version1.0.0, I set the name ex. abcde in the From Name section, but the last letter [e] was deleted in a received e-mail.
So, I customized line 73 in wp-email-users.php as below.$headers[] = 'From: '.$from_name.'<'. $from_email.'>';
to
$headers[] = 'From: '.$from_name.' <'. $from_email.'>';
I just added a space before “<“.
If this is correct fix, please refer at your next maintenance.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘last letter of [From Name] is deleted’ is closed to new replies.