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 email on behalf of users

The company I work for provides testing services for the healthcare industry. As part of our services, we need to …

email smtp email-spam send-on-behalf-of
Outlook autocleaning my line breaks and screwing up my email format

I'm sending an email using the dotnet framework. Here is the template that I'm using to create the message: Date …

.net utf-8 outlook smtp
How to properly set up DNS SPF records?

I'm sending weekly emails to subscribers and it turns out that messages are frequently going to the spam folder for …

smtp amazon-web-services dns amazon-ses spf
Receiving email in Node.js

I see a lot of Node.js modules out there that sends mail through SMTP. But is there a module …

email smtp node.js pop3
A simple local SMTP server

I want to test a Java code for sending email. I don't want to use any commercial mail client or …

java email testing smtp
How to read system.net/mailSettings/smtp from Web.config

This is my web.config mail settings: <system.net> <mailSettings> <smtp deliveryMethod="Network" from="smthg@…

c# web-config smtp sendmail
SMTP Error: The following recipients failed:XXXX

So i just received this error when trying to send an mail using PHPmailer from my site. SMTP Error: The …

php smtp phpmailer
Django sending email

I know there are 20 questions similar to mine but I've tried for over a day now to get email to …

python django smtp
SMTP -> ERROR: Failed to connect to server: Connection timed out (110) The following From address failed: [email protected] ERROR

In contact form it's working fine in localhost. While hosted it's not working. Showing the error **"SMTP -> ERROR: …

php email smtp phpmailer outgoing-mail
How can you send mail using IMAP?

I am developing a lightweight Gmail client for mobile phones, accessing Gmail by IMAP. I want to send a draft …

smtp gmail imap