Top "Smtp" questions

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

How to develop and test an app that sends emails (without filling someone's mailbox with test data)?

I have a lot of apps that send email. Sometimes it's one or two messages at a time. Sometimes it's …

language-agnostic email testing smtp
openssl to negotiate SSL encryption for STARTTLS

I'm using openssl to connect to an SMTP server normally (without encryption), send a STARTTLS command, negotiate the SSL encryption, …

ssl smtp openssl starttls
Attach a txt file in Python smtplib

I am sending a plain text email as follows: import smtplib from email.mime.multipart import MIMEMultipart from email.mime.…

python email smtp
change sender address when sending mail through gmail in c#

I have used the following code to send mail from my web application using a gmail account. My question is, …

c# smtp gmail networkcredentials
Testing email sending in Django

I need to test that my Django application sends e-mails with correct content. I don't want to rely on external …

python django email smtp django-testing
smtp e-mail headers: return-path vs. sender vs. from

Please help me make some order with email headers. What does each of the following mean: return-path, sender, from. The …

smtp email posterous incoming-mail
SMTP 5.7.57 error when trying to send email via Office 365

I'm trying to set up some code to send email via Office 365's authenticated SMTP service: var _mailServer = new SmtpClient(); _…

c# email smtp office365 smtpclient
Any suggestion for smtp mail server in nodejs?

I googled out quite a few but all are at best alpha versions, so it seems I will have to …

smtp node.js
Indy 10 - IdSMTP.Connect raising "Could not load SSL library."

Here is my configuration: IdSMTP1.Host := 'smtp.gmail.com'; IdSMTP1.Port := 587; IdSMTP1.UseTLS := utUseExplicitTLS; IdSMTP1.IOHandler := IdSSLIOHandlerSocketOpenSSL1; IdSSLIOHandlerSocketOpenSSL1.SSLOptions.Method := …

delphi ssl smtp indy delphi-6
Can I send email using javascript

Is it possible to send emails using just javascript?

javascript html email smtp smtpclient