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 send email to multiple address using System.Net.Mail

I have smtp email functionality. it works for single address but has problem in multiple address. i am passing multiple …

c# .net smtp
How can I make SMTP authenticated in C#

I create new ASP.NET web application that use SMTP to send message. The problem is the smtp was not …

c# authentication smtp
SMTP error 554

I'm using MDaemon as out mail server and the last days I get an error "554 Message does not conform to …

email outlook smtp
Send mail via CMD console

Hi i want to send mail via microsoft cmd console. I tried many way, but i didnt succeed. i tried …

email console cmd smtp sendmail
(WAMP/XAMP) send Mail using SMTP localhost

How to send mail from localhost SMTP (using Wamp,Xampp or etc..)? PHP mail() doesn't seem to work natively. Can …

smtp
Connecting to smtp.gmail.com via command line

I am in the process of writing an application that sends mail via an valid GMail user ID and password. …

smtp gmail telnet
Relay access denied on sending mail, Other domain outside of network

Sending mail results in error "Relay access denied". It throws "Relay access denied", whenever I tried to send mail to "…

smtp exchange-server sendmail
Mail multipart/alternative vs multipart/mixed

When creating email messages you are supposed to set the Content-Type to multipart/alternative when sending HTML and TEXT or …

email smtp content-type mime
Gmail: 530 5.5.1 Authentication Required. Learn more at

This Go program successfully sends email from my home computer, but on a virtual server on DigitalOcean receives the following …

smtp gmail go smtp-auth
Login credentials not working with Gmail SMTP

I am attempting to send an email in Python, through Gmail. Here is my code: import smtplib fromaddr = '......................' …

python login smtp smtp-auth