Linked Questions
207 questions linked to/from Sending email in .NET through Gmail
2
votes
2
answers
8k
views
Sending emails using .Net [duplicate]
Possible Duplicate:
Sending email in .NET through Gmail
I don't know what is the apis needed to send emails using gmail and hotmail using .Net , if someone know it will be very useful for me also ...
1
vote
1
answer
7k
views
Error Sending mail through Gmail SMTP relay [duplicate]
I'm working on building a contact form for my new Web site and want to send mail through Google's SMTP relay server (smtp-relay.gmail.com) because I want to set up a "dummy", "no-reply&...
1
vote
1
answer
10k
views
SMTP server does not respond to `SmtpClient` connection attempt. How do I fix this? [duplicate]
I tried to write code for sending an email with .NET. This is what I have so far:
MailMessage mail = new MailMessage("[email protected]", address);
mail.Subject = subject;
mail.Body = body;
...
0
votes
4
answers
4k
views
sending mail failure in asp.net using c# [duplicate]
Possible Duplicate:
Sending email in .NET through Gmail
This mail code is working in localhost i.e on my computer but when i uopload it on server it is not working.
The error is : Failure sending ...
0
votes
1
answer
3k
views
send email using gmail smtp c# [duplicate]
Possible Duplicate:
Sending email in .NET through Gmail
hello,
Im using code like below but I get an error:
"Unable to connect to the remote server"
MailMessage mail = new MailMessage();
...
3
votes
2
answers
4k
views
Sending e-mail with Gmail SMTP and System.Net.Mail [duplicate]
Possible Duplicate:
Sending email in .NET through Gmail
I tried sending e-mail with Gmail SMTP and System.Net.Mail as follows:
Dim objSMTPClient As New System.Net.Mail.SmtpClient("smtp....
-1
votes
4
answers
2k
views
How to send e-mail from asp using gmail? [duplicate]
Possible Duplicate:
Sending email in .NET through Gmail
How do you send email from a Java app using Gmail?
Here I'm trying to send an e-mail alert from my asp application. Most of the people ...
-3
votes
1
answer
2k
views
Send Email using vb.net 2008 [duplicate]
Possible Duplicate:
Sending email in .NET through Gmail
I want to send an email using VB.NET2008 and gmail account.
Can any one help me in it any code?
0
votes
4
answers
3k
views
Send Email through c# in asp.net [duplicate]
Below is my code of sending email from my mail but I am getting an error please help !
Error: Email not sent!System.Net.Mail.SmtpException: The operation has timed out. at System.Net.Mail....
-4
votes
1
answer
2k
views
Problems in sending Email using hostname smtp.gmail.com in C# [duplicate]
Possible Duplicate:
Sending email in .NET through Gmail
I am facing the issue of Network timed out while sending the email using the C# program
My code is
protected void sendEmail(String ...
0
votes
1
answer
1k
views
Sending email from asp.net using Gmail SMTP OAUTH [duplicate]
I just want to implement one sample mail sending application.
I have done lot of research for this. From all the corners I am getting same kind of solution. But that is not working for me.I am unable ...
0
votes
1
answer
2k
views
Can't send mail from my localhost by using smtp with C# [duplicate]
I am working on a Web Project. I want to create "Forget my password" system and send a mail to user when it needed but when i try this, it gives errors like SmtpException : Failure Sending Message, ...
0
votes
2
answers
1k
views
.Net send mail through Gmail [duplicate]
Possible Duplicate:
Sending email in .NET through Gmail
I am trying to send a mail with Asp.Net (MVC3) through an GMail-account i've created. I've crawled the internet for how-to's, but nothing i ...
1
vote
3
answers
435
views
Sending Gmail through C# [duplicate]
Possible Duplicate:
Sending Email in .NET Through Gmail
I have so many problems with sending mail through C#. I have tried forever on multiple apps and it never works....
Could someone PLEASE ...
0
votes
1
answer
2k
views
how to send email in Asp.net mvc 5 [duplicate]
What code should I use to send email in C#?
I tried to find a specific code so that I could send an email from my website.
And then I get an error:
"The SMTP server requires a secure connection or ...