First off all, I like this module. The option to use tokens separates it from mass contact and it does what I need.
When I send an e-mail in plain text it uses the address I set in the 'from' field, but when I send an html e-mail the 'from' name is anonymous@servername (where servername is the name of my webserver).
Also, I would like set both a sender name and e-mail address separately. Is that possible?
Comments
Comment #1
deanford1 commentedI'm having the same problem. I've managed to make a temporary fix by replacing line 620 (
$headers = array();) of mail2all.module with$headers = array('From' => 'Example name <example@domain.com>');I think the bug may have something to do with the word
formbeing used instead offromin some instances, but I've been unable to get it working. The $from variable is blank inside the mimemail() functions at the end of mail2all.module if that helps anybody.Comment #2
lelizondo commented@samholdford can you please make a patch?
Comment #3
lelizondo commentedTest the new dev or the alpha2 release, the problem is solved, if not, please report back.