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

deanford1’s picture

I'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 form being used instead of from in 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.

lelizondo’s picture

@samholdford can you please make a patch?

lelizondo’s picture

Status: Active » Fixed

Test the new dev or the alpha2 release, the problem is solved, if not, please report back.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.