sharatha / skpsmtpmessage

Automatically exported from code.google.com/p/skpsmtpmessage
0 stars 0 forks source link

Multiple from emails not working #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. eg testMsg.fromEmail = @"test1@mac.com,test2@mac.com";

Error:

2009-02-20 11:35:52.265 SMTPSender[41690:20b] S: 550 5.7.0 From address is not 
one of your 
addresses.
2009-02-20 11:35:52.267 SMTPSender[41690:20b] delegate - error(550): Failed to 
logout.

Original issue reported on code.google.com by baddoga...@mac.com on 20 Feb 2009 at 7:38

GoogleCodeExporter commented 9 years ago
email doesn't work that way.

You can only ever have 1 sender (from).

Send two separate messages instead.

Original comment by vxou4h...@sneakemail.com on 4 Mar 2009 at 10:13