Linked Questions

2 votes
2 answers
8k views

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 ...
Ahmed Kato's user avatar
  • 1,707
1 vote
1 answer
7k views

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&...
G_Hosa_Phat's user avatar
  • 1,110
1 vote
1 answer
10k views

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; ...
aqua's user avatar
  • 89
0 votes
4 answers
4k views

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 ...
Manish Sasmal's user avatar
0 votes
1 answer
3k views

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(); ...
gruber's user avatar
  • 29.9k
3 votes
2 answers
4k views

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....
Fred's user avatar
  • 185
-1 votes
4 answers
2k views

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 ...
Madusanka's user avatar
  • 3,030
-3 votes
1 answer
2k views

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?
illumi's user avatar
  • 458
0 votes
4 answers
3k views

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....
sadia zar's user avatar
-4 votes
1 answer
2k views

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 ...
Kanika Maheshwari's user avatar
0 votes
1 answer
1k views

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 ...
Sagar's user avatar
  • 421
0 votes
1 answer
2k views

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, ...
ReadyFreddy's user avatar
0 votes
2 answers
1k views

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 ...
Anton Gildebrand's user avatar
1 vote
3 answers
435 views

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 ...
user377419's user avatar
  • 5,059
0 votes
1 answer
2k views

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 ...
Reza Ahmadi's user avatar

15 30 50 per page
1
2 3 4 5
14