Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple Recipients is not working #45

Open
GoogleCodeExporter opened this issue Jan 8, 2016 · 1 comment
Open

Multiple Recipients is not working #45

GoogleCodeExporter opened this issue Jan 8, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Hi guys,

   Multiple Recipients is not working .  AM just did the following different ways,      

                  testMsg.toEmail   = @"[email protected] \n [email protected]";
          testMsg.toEmail   = @"[email protected] , [email protected]";
          testMsg.toEmail   = @"[email protected] : [email protected]";

   Is there no property for Cc and Bcc too. Please share your ideas on this issue. Thanks

Original issue reported on code.google.com by [email protected] on 6 Jan 2011 at 9:34

@GoogleCodeExporter
Copy link
Author

you have to mail One array of Tomail and Make one for loop and always check 
authentication and set every time one by one email id in toaddress for Send 
mail...
reply me if not working.
[email protected]

Original comment by [email protected] on 27 Nov 2013 at 2:28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant