Top "Smtp" questions

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

Best Practices - Sending javamail mime multipart emails - and gmail

I have a Tomcat application that needs to send confirmation emails etc. I have coded the emailer with Javamail (mail.…

java tomcat smtp jakarta-mail html-email
Mails Sent via SMTP should get reflected in the Sent folder on the Email Server too?

When using SMTP to send mails (email client or via a script), mails are normally not seen in the Sent …

smtp
Sendmail Errno[61] Connection Refused

I've been trying to get my application to mail some outputted text to an email. For simplification I have isolated …

python smtp smtplib
System.Net.Mail.SmtpException: The SMTP server requires a secure connection or the client was not authenticated

I'm trying to send email with my website's address from a C# application. This worked fine for several months until …

c# smtp smtpclient
How to send an e-mail with C# through Gmail

I am getting an error when trying to send an e-mail through my web service. I have tried enabling access …

c# smtp gmail smtpclient
Send javamail using Office365

I'm having trouble configuring the SMTP settings for sending mail using javax.mail (1.4.4) through Office365, so I thought I'd post …

smtp jakarta-mail office365
Is it possible to send mails by bash script via smtp?

I have postfix+dovecot. I want to make bash script which can use SMTP for this. I don't want use …

bash smtp postfix-mta
PHPMailer SMTP Error: Could not authenticate using gmail as smtp server

I am failing to send email in my application hosted on appfog i am using the following code which works …

php smtp gmail phpmailer appfog
Too many DNS lookups in an SPF record

My website needs to send out emails with Google Apps, SendGrid and MailChimp services. Google Apps is used to receive …

dns smtp mailchimp sendgrid spf
Python - How to send utf-8 e-mail?

how to send utf8 e-mail please? import sys import smtplib import email import re from email.mime.multipart import MIMEMultipart …

python email utf-8 smtp