Tagged Questions
System.Net.Mail is a namespace of the .NET framework. It contains classes used to send electronic mail to a Simple Mail Transfer Protocol (SMTP) server for delivery.
16
votes
7answers
11k views
“Unable to read data from the transport connection: net_io_connectionclosed.” - Windows Vista Business and SMTP
Unable to test sending email from .NET code in Windows Vista Business.
I am writing code which I will migrate to an SSIS Package once it its proven. The code is to send an error message via email to ...
12
votes
7answers
3k views
.NET Best Method to Send Email (System.Net.Mail has issues)
This seems to be pretty straight forward. I need to send email from some ASP.NET applications. I need to do this consistently without strange errors and without CPU utilization going through the roof. ...
10
votes
1answer
2k views
MailMessage, difference between Sender and From properties
I've been using the System.Net namespace ever since we switched from .net Framework 1.1 to the 3.5 framework, but there's one thing that's been puzzling me since. What's the difference between the ...
9
votes
4answers
7k views
System.Net.Mail and =?utf-8?B?XXXXX… Headers
I'm trying to use the code below to send messages via System.Net.Mail and am sometimes getting subjects like '=?utf-8?B?W3AxM25dIEZpbGV...' (trimmed). This is the code that's called:
MailMessage ...
8
votes
4answers
739 views
How to send mail with large size attachment using System.Net.Mail to Google Apps?
I am trying to send mail with large size attachment upto (1MB,2MB).
But sending mail fails.(Sending to Google Apps) as:
MailItemEntry[] entries = new MailItemEntry[1];
String EmlPath = ...
8
votes
6answers
5k views
Why can SmtpClient.SendAsync only be called once?
I'm trying to write a notification service (for completely legit non-spam purposes) in .NET using SmtpClient. Initially I just looped through each message and sent it, however this is slow and I ...
6
votes
3answers
364 views
C# Get filename from mail attachements
I have a simple C# app that send SMTP emails (using System.Net.Mail classes). After sending (emailing) a MailMessage object I want to iterate through the list of the attachments and delete the ...
6
votes
2answers
293 views
How do I send an email to an address with a dash in it?
Is it me or is there a bug in the MailAddress class in System.Net.Mail?
This code will always throw an excpetion:
MailMessage mail = new MailMessage();
mail.From = new MailAddress("me@me.com");
...
5
votes
2answers
245 views
System.Net.Mail and MailMessage not Sending Messages Immediately
When I sent a mail using System.Net.Mail, it seems that the messages do not send immediately. They take a minute or two before reaching my inbox. Once I quit the application, all of the messages are ...
5
votes
5answers
646 views
System.Net.Mail - Trying to send a mail with attachment to gmail, works but for small attachments only
I use this class to send mails trough a gmail account:
public class GmailAccount
{
public string Username;
public string Password;
public string DisplayName;
...
5
votes
4answers
3k views
.Net System.Mail.Message adding multiple “To” addresses
EDIT: This question is pointless, except as an exercise in red herrings. The issue turned out to be a combination of my idiocy (NO ONE was being emailed as the host was not being specified and was ...
4
votes
5answers
267 views
How to confirm that mail has been delivered or not?
below is my coding ,just have a look at it
System.Net.Mail.MailMessage oMail = new System.Net.Mail.MailMessage();
System.Net.Mail.SmtpClient smtp = new System.Net.Mail.SmtpClient();
...
4
votes
3answers
383 views
Can I turn off the email address validation in System.Net.Mail?
I'm trying to talk to Fax server software using an email. The fax server will accept formatted SMTP mails and covert them to faxes and send them to the fax number defined in the to address. This has ...
4
votes
3answers
5k views
How do I add an attachment to an email using System.Net.Mail?
I have an excel document represented as a byte[] and I'm wanting to send it as an attachment in an email.
I'm having a bit of trouble constructing the attachment.
I can create an Attachment which ...
3
votes
3answers
416 views
How to embed multiple images in email body using .NET
I'm writing a program that sends emails to users with multiple images (charts) embedded in the Email message body (HTML).
When I tried the sample located here..which worked well when I have to embed ...
3
votes
1answer
290 views
SmtpFailedRecipientsException Not working
I need to check if mail was send to existing recipient
Here is my code
try
{
var smtpServer = new SmtpClient("smtp.gmail.com", 587)
{
...
3
votes
3answers
234 views
How to use email adresses with special chars such as Ø
By writing this:
var recipient = new MailAddress("name@abcø.dk");
Notice the "ø" in the domain part.
I get an exception stating:
System.FormatException: The specified string is not in the ...
3
votes
4answers
402 views
Send mail in asp.net
I am using asp.net 3.5 and C#.
I want to send mail from asp.net, for that I have got some details from my hosting provider
which are these:
mail.MySite.net
UserName
Password
But I am unable to ...
3
votes
1answer
554 views
How to send emails with a Return Path in .net 3.5
Can any one guide me on how i can send emails with a return path in ASP.net 3.5 / C# 3.5. I know this was possible few years back but now due to spoofing issues this is not possible. I have been ...
3
votes
2answers
1k views
Can I mark an Email as “High Importance” for Outlook using System.Net.Mail?
Part of the application I'm working on for my client involves sending emails for events. Sometimes these are highly important. My client, and most of my client's clients, use Outlook, which has the ...
3
votes
2answers
2k views
SmtpClient.SendAsync - How to ensure my application doesn't finish before callback?
I need to send emails asychronously through a console application. I need to do some DB updates on the callback but my application is exiting before the callback code gets run!
How can I stop this ...
3
votes
5answers
432 views
asp.net net.mail - route all emails to a different email address in debug mode
Is there anyway to have all emails go to a different address when System.Web.HttpContext.Current.IsDebuggingEnabled is true? Or do I need a new class which I use to send email everywhere?
3
votes
3answers
1k views
Problem while sending mail by System.Net.Mail C#
This is my mail sending code. I was getting "There is Invalid character in Mail Header" error.When i changed my Computer Name some shortest name. The problem solved. But in my domain whole computer ...
3
votes
2answers
4k views
PickupDirectoryFromIis, Sender property and SMTP MAIL FROM envelope
When you send an email using System.Net.Mail you can set the SMTP MAIL FROM envelope by using the MailMessage.Sender Property.
If you set the smtp network deliveryMethod property to be "Network", the ...
3
votes
4answers
8k views
Cannot use smtpclient to send mail with localhost iis site
I have an asp.net mvc app running on a local iis website that is failing to send mail using SmtpClient from System.Net.Mail. I am trying to send a mail to my hotmail address and I get a socket ...
3
votes
0answers
226 views
System.Net.mail MAIL FROM: ENVID=
The SMTP spec allows you to set an envelopeid in the MAIL FROM command.
ex: "MAIL FROM: anyone@anywhere.com ENVID=abc@123$456&789"
How do you use the system.net.mail framework library to set the ...
2
votes
4answers
64 views
how to stop application from quiting before the mail is send through SmtpMailClient.SendAsync()
I have a issue with sending mail via SmtpMailClient.SendAsync(), i.e. if the application is closed immediately after SmtpMailClient.SendAsync(), mail is not sent.
So how to force the app not to ...
2
votes
3answers
180 views
Digitally Signing Email
I have an application which is sending out customer statements. I have a request to digitally sign the email (with pdf attachment) from a few customer. I am using System.Net.Mail currently to send ...
2
votes
1answer
466 views
system.net.mail isbodyhtml = true vs two AlternateViews pros/cons
Here is the use case:
I am making an app that will email HTML Newsletters. The app will also email a plain text version of the newsletter as an alternate view. The way I see it there are two ways of ...
2
votes
2answers
301 views
How to programmatically store (save) SMTP server details back to web.config
Searching StackOverflow, I found this question on how to Retrieve SMTP settings from Web.Config, but no details on how to update the SMTP back to the web.config file.
I started with the following ...
2
votes
0answers
162 views
Does System.Net.Mail.SmtpClient support CRAM-MD5 authentication?
Does System.Net.Mail.SmtpClient support CRAM-MD5 authentication, and if so, do I need to do anything to enable it?
MSDN appears to be silent on the matter.
2
votes
2answers
716 views
Sending to multiple Email addresses but displaying only one C#
I am using the SmtpClient in C# and I will be sending to potentially 100s of email addresses. I don't want to have to loop through each one and send them an individual email.
I know it is possible ...
2
votes
1answer
123 views
Why does System.Net.Mail work in one part of my c#.net web app, but not in another?
I have a web application that is running on IIS within my company's domain, and is being accessed via intranet. I have this application sending out email based on some user actions. For example, its ...
2
votes
2answers
2k views
Porting System.Web.Mail functionality to System.Net.Mail
The following function works perfectly:
protected void SendWebMailMessage(string DisplayName, string From, string ReplyTo,
string To, string Subject, string Body, string Attachments)
...
2
votes
2answers
1k views
System.Net.Mail.MailMessage Fields Dictionary
We’re currently in the process of updating the email dispatch part of our application to replace the deprecated set of classes under System.Web.Mail with the System.Net.Mail classes.
The changes ...
2
votes
4answers
558 views
What is the best method for formatting email when using System.Net.Mail
Hi I'm using System.Net.Mail to send some HTML formatted emails.
What is the correct method for inserting css into the email message?
I know I can apply formatting to each item, but I'ld rather use ...
1
vote
1answer
23 views
How do you digitally sign a System.Net.Mail.MailMessage?
One of the requirements of the project I am working at involves digitally signing e-mail messages. I can, of course, build the messages and send them through a SMTPClient, but I really can't figure ...
1
vote
3answers
71 views
Getting output from C# mail sending
I'm new to doing this sort of thing but I want to get the output from my application which sends mail. For example I want to be able to know if
A connection has been established
If the user was ...
1
vote
3answers
124 views
SmtpClient get result from server on send
The SmtpClient send method returns void. Is there any way to get the server response? Do I just assume it was successful unless it throws an exception?
The class I'm referring to... ...
1
vote
3answers
56 views
how to remove [ ] in the mailer
i'm using System.Net.Mail.MailMessage thro C# to send an email.
the issue is if sender's name is different and credential is diferent it shows like shankar[admin@mydomain.com]
i need to remove this ...
1
vote
2answers
630 views
Send SMTP email using System.Net.Mail via Exhange Online (365)
We are testing the new Office 365 beta, and i have a mail account on the Exchange Online service. Now im trying to connect a LOB application that can send smtp emails from my test account.
However ...
1
vote
2answers
99 views
Attach An Email with an attachments to another email
So I know how to send emails with attachments... thats easy.
The problem now is I need to add an MailMessage, that has an attachment of its own, to a different MailMessage. This will allow the user ...
1
vote
2answers
731 views
How to make McAfee cool with sending mail from my workstation?
I am developing an application for a server and it must send mail occasionally for notifications to users.
MailMessage mm = new MailMessage();
mm.To.Add("me@domain.net");
mm.From = new ...
1
vote
4answers
533 views
The name Smtp does not exist in the current context
For some reason i am recieving Smtp does not exist in the current context, im using the name space 'using System.Net.Mail;'. I have no idea why and have tried using System.Web.mail;. Hope you can ...
1
vote
2answers
330 views
system.net.mail is too slow
am using system.net.mail to send email as shown below, but its too slow. it takes about a minute to send, whats wrong with my code. Am calling the code below in backgroundworker_dowork.
[edit]: is ...
1
vote
1answer
152 views
Clone or make a MailMessage Immutable in .NET / C#
I'm writing a small library where I'm writing some interfaces that takes a MailMessage object and returns a class back to me with a single send method that abstracts away how that MailMessage will be ...
1
vote
1answer
285 views
Problem with Send Mail IIS System.Net.Mail Namespace Visual Basic visual-studio-2010
I downloaded the “Send Mail” VB10 sample from the Visual Basic 2010 Samples web pang and installed IIS (Internet Information Services 5.1) on my Windows XP Pro SP3 laptop. I was able to use the send ...
1
vote
0answers
277 views
How do you specify Content-Type Name and Content-Disposition Filename using Attachment and LinkedResource?
Emails generated using System.Net.Mail.Attachment and System.Net.Mail.LinkedResource contain MIME parts. The question is how to specify the Content-Type Name and Content-Disposition Filename values ...
1
vote
2answers
1k views
No connection could be made because the target machine actively refused it 72.14.213.109:587
//Create Mail Message Object with content that you want to send with mail.
System.Net.Mail.MailMessage MyMailMessage = new System.Net.Mail.MailMessage("dotnetguts@gmail.com", ...
1
vote
1answer
357 views
Mail header “From” sometimes not encoded with System.Net.Mail and .NET Framework 2.0
Greetings.
I've checked out some other question entries here, such as this one, but do not find the same issue as I'm having. Perhaps a guru here has experienced something similar in the past.
...