how to send unlimited emails using gmailhow to send html emails using gmailsend unlimited emails for freesend unlimited emails per dayhow to send unlimited emails dailysend unlimited email hostingunlimited emails (pop/imap) + instant messagingunlimited emails (pop/imap) + instant messaging + internet browsingDear All,
I am able to send 500 emails in a day with my gmail account through using System.Net.Mail; my code is
for (int j = 0; j < UsersList.Length; j++)
{
try
Session["SUsers"] = Convert.ToString(UsersList[j].ToString());
lettermanager.SubscriberID = Convert.ToInt32(UsersListId[j].ToString());
SmtpClient emailClient = new SmtpClient();
MailMessage Mail = new MailMessage();
Mail.To.Add(UsersList[j].ToString());
Mail.IsBodyHtml = Convert.ToBoolean(dtMailConfig.Rows[0]["IsHtmlBody"].ToString());
Mail.From = new MailAddress(defaultemailid, lbl_sendername.Text);
Mail.Sender = new MailAddress(defaultemailid, lbl_sendername.Text);
Mail.ReplyTo = new MailAddress(defaultemailid, lbl_sendername.Text);
Mail.Priority = MailPriority.Normal;
Mail.Subject = lbl_lettersubject.Text;
Mail.Body = lbl_LetterContents.Text.Trim() + "
Sender" + lbl_sendername.Text;
emailClient.Host = SMTP_Adress;
emailClient.Credentials = network_cdr;
emailClient.Port = Convert.ToInt16(dtMailConfig.Rows[0]["Port"].ToString()); ;
emailClient.EnableSsl = Convert.ToBoolean(dtMailConfig.Rows[0]["IsSSL"].ToString());
//lettermanager.Create_SendBoxListLog();
emailClient.Send(Mail);
Mail.Dispose();
lettermanager.Status = true;
lettermanager.Create_SendBoxListLog();
catch (Exception ex)
lettermanager.Status = false;
lettermanager.Create_SendBoxListLog();
continue;
can anyone answer me that how can i sent unllimited emails in asp.net c# with gmail or any other account.
I have developed a Desktop Based UTILITY with multiple account id Switch with per hours limitation, dailty limit, per accoutn, per domain, ip throttling, dns throttling, Letter Swith, Subject Switch, Leter Content Switch, and more features and its for free life time so why not try once and use it for lifetime.
Thanks.
Ranvir Sharma
SKYPE : ranvirsharma
+91 9555687676
read more here