URGENT: gmail and bulksend

Hi,

I am developing a bulksend application,

but when ia m using my gmail application it is not working properly…

My code loosk like

smtpClient = new SmtpClient("smtp.gmail.com");
smtpClient.Port = 587;
smtpClient.Username =" myName@gmail.com“;
smtpClient.Password = “pass”;
smtpClient.Timeout = 2500;
smtpClient.SecurityMode = SmtpSslSecurityMode.Explicit;
smtpClient.EnableSsl = true;
bulkAgent = new SmtpClientBulkSendAgent(smtpClient);
bulkAgent.Start();

But it is working when I am trying to send each mail
ie, smtpClient.send(Message”);

But for my application Bulksending is essential…

Can you point out me where I went wrong?

It is very very urgent … I have added you in my msn if we can chat it ll be more helpful

thanks,
Jaz


Hi,

We are looking into this problem and will provide you a fix shortly. Sorry for the inconvenience.

hi,

Also Is it possible to log the process, like Smtp Connection established/failed sending started, and all mail sending operations …?

Is it possible using Aspose.Network.Logging…???

thanks
Jaz

Hello,

Please check this hotfix. Let me know if it works. I have fixed such issue in the hotfix.

https://forum.aspose.com/t/45268

Thanks