Top "Smtp" questions

Simple Mail Transfer Protocol (SMTP) is an Internet standard for electronic mail (e-mail) transmission across Internet Protocol (IP) networks.

The IP you're using to send mail is not authorized to send email directly to our servers

hi i wanted to send mail via smtp protocol to one of my gmail's accounts... i tried but finally it …

smtp gmail telnet
Cant send email via python using gmail - smtplib.SMTPException: SMTP AUTH extension not supported by server

I just want to send an email in python with an attachment import smtplib, os from email.MIMEMultipart import MIMEMultipart …

python email python-2.7 smtp smtplib
How can I recieive confirmation for delivered email with JavaMail API?

I'm writing a program, that sends email messages and want to know when the receiver receives the email message I've …

java email smtp email-confirmation
Sending mail from yahoo id to other email ids using Javamail API

I am not able to send email from my yahoo id using Java mail API. I tried different options from …

java smtp jakarta-mail sendmail yahoo-mail
How to configure Spring JavaMailSender for SES using SMTP?

We are trying to configure Spring JavaMailSender to work with Amazon's SES service using SMTP, but we are getting this …

spring smtp amazon-ses smtps
New to Python, GMail SMTP error

I am writing a simple sendmail function to myself and I keep getting this error: NameError: name 'SMTPException' is not …

python smtp gmail smtplib
Not able to connect to outlook.com SMTP using Nodemailer

I am creating the transport object like this. var transport = nodemailer.createTransport("SMTP", { host: "smtp-mail.outlook.com", // hostname secureConnection: false, // …

node.js ssl outlook smtp nodemailer
C# SMTP fails to authenticate on Outlook.com, port 587. "The server response was: 5.7.1 Client was not authenticated"

I'm attempting to send automated emails (genuinely required business reason - not spam!). Code similar to that below used to …

c# smtp ssl smtpclient outlook.com
PHP on GoDaddy Linux Shared trying to send through GMAIL SMTP

I have tried EVERY single script/code/method posted on StackOverflow and other sites for this, but with no luck. …

php smtp gmail phpmailer
Send eml files saved on disk

I am creating eml's and saving them to a directory using procedure mentioned over here. I want to know how …

c# email smtp eml