Skip to main content
971 votes
27 answers
681k views

Instead of relying on my host to send an email, I was thinking of sending the email messages using my Gmail account. The emails are personalized emails to the bands I play on my show. Is it possible ...
Mike Wills's user avatar
  • 21.3k
444 votes
5 answers
287k views

I've read that by standard first part of e-mail is case sensitive, however I've tried to send e-mail to [email protected], [email protected] and [email protected] - it has arrived in each case. How do ...
Stalker's user avatar
  • 4,692
408 votes
16 answers
905k views

I am trying to send an email via GMail's SMTP server from a PHP page, but I get this error: authentication failure [SMTP: SMTP server does no support authentication (code: 250, response: mx.google....
skb's user avatar
  • 31.3k
340 votes
17 answers
475k views

I am trying to send email (Gmail) using python, but I am getting following error. Traceback (most recent call last): File "emailSend.py", line 14, in <module> server.login(username,...
mahoriR's user avatar
  • 4,625
312 votes
21 answers
784k views

I am using following code to send email. The Code works correctly in my local Machine. But on Production server i am getting the error message var fromAddress = new MailAddress("[email protected]"); ...
vcs's user avatar
  • 3,745
307 votes
18 answers
471k views

After much searching I couldn't find out how to use smtplib.sendmail to send to multiple recipients. The problem was every time the mail would be sent the mail headers would appear to contain ...
user1148320's user avatar
  • 3,071
292 votes
26 answers
775k views

I'm getting this error: The remote certificate is invalid according to the validation procedure. whenever I try to send e-mail using Gmail's SMTP server in my C# code. Can someone point me to the ...
Josh's user avatar
  • 13.9k
283 votes
7 answers
614k views

These ports 465 and 587 are both used for sending mail (submitting mail) but what is the real difference between them?
Ilia Ross's user avatar
  • 13.5k
264 votes
31 answers
565k views

For some reason neither the accepted answer nor any others work for me for "Sending email in .NET through Gmail". Why would they not work? UPDATE: I have tried all the answers (accepted and otherwise)...
CVertex's user avatar
  • 18.3k
249 votes
7 answers
121k views

I'm sending mail from Jenkins to an anonymous SMTP relay internally. That relay then securely sends mail to exchange online via TLS on port 587. The transport works perfectly, the issue is that ...
CTOMarc's user avatar
  • 2,529
200 votes
10 answers
218k views

When creating email messages you are supposed to set the Content-Type to multipart/alternative when sending HTML and TEXT or multipart/mixed when sending TEXT and attachments. So what do you do if ...
Xeoncross's user avatar
  • 57.6k
187 votes
4 answers
266k views

On our mailing application we are sending emails with the following header: FROM: [email protected] TO: [email protected] Return-PATH: [email protected] The problem that we ...
Geo's user avatar
  • 8,799
184 votes
13 answers
260k views

In my settings.py file, I have the following: EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' # Host for sending e-mail. EMAIL_HOST = 'localhost' # Port for sending e-mail. EMAIL_PORT =...
Derek's user avatar
  • 12.5k
182 votes
31 answers
782k views

I want to send an email from my application and i have written following code for sending mail MailMessage msg = new MailMessage(); msg.From = new MailAddress("mymailid"); msg.To.Add("...
Abhay Andhariya's user avatar
174 votes
9 answers
235k views

I'm having problems with gmail smtp server. I've already read many posts here in StackOverflow about that subject. The best post I found about test the connection is this one. Although it is very well ...
ppalmeida's user avatar
  • 2,954

15 30 50 per page
1
2 3 4 5
801