This application is WPF Windows application using C#, I am trying to send email to a fairly long list of recipients.Let me state at the outset that this is not spam as these people have signed up for
I am using SMTPclient to send mail with attachment. When the attachment is more than 2mb, I am getting the below error:
I am using GMail (Google Apps) as an SMTP server in my website to send out emails. The mails were being sent out fine, until today, when I noticed that the encoding seemed to be wonky.
I\'ve a requirement to send more than 20000 alert mails at one click and wanted to limit the number of mails sent per minute.
am trying to catch the inner exception for the smtpclass with this code below, but it give another error saying the innerexception is not defined
as the topic title suggests, I am trying to send email from my C# application and i\'m running into a little bit of trouble.
I want to send email using the SMTP client in C#.Currently I am using this code: System.Net.Mail.MailMessage message = new System.Net.Mail.MailMessage();
i am developing with vb2005, using system.net.mail to send 开发者_StackOverflow社区mail using google configuration. a full sample of my code was posted here earlier
I am trying to send attachment mails in asp.net pages using SmtpClient.Send() method. It is working fine with 2mb files. When i tried with 7mb attachment file, it is saying:
I have an event for a button, that simply emails me whatever the user entered. I get the message fine....subject....message. But the from email part is just showing from myself (same as the one it is