krsna4u / skpsmtpmessage

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

Multiple Recipients is not working #45

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi guys,

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

                  testMsg.toEmail   = @"user1@gmail.com \n user2@gmail.com";
          testMsg.toEmail   = @"user1@gmail.com , user2@gmail.com";
          testMsg.toEmail   = @"user1@gmail.com : user2@gmail.com";

   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 bb.gan...@gmail.com on 6 Jan 2011 at 9:34

GoogleCodeExporter commented 8 years ago
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.
g4ever81@gmail.com

Original comment by gauravm.aegis@gmail.com on 27 Nov 2013 at 2:28