Top "Smtp-auth" questions

is an extension of the Simple Mail Transfer Protocol whereby an SMTP client may log in, using an authentication mechanism chosen among those supported by the SMTP server.

How to send email using simple SMTP commands via Gmail?

For educational purposes, I need to send an email through an SMTP server, using SMTP's fundamental and simple rules. I …

email smtp gmail smtpclient smtp-auth
Getting error while sending email through Gmail SMTP - "Please log in via your web browser and then try again. 534-5.7.14"

I'm having problems with gmail smtp server. I already read many posts here in StackOverflow about that subject. The best …

smtp phpmailer dreamhost mediatemple smtp-auth
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
How to resolve javax.mail.AuthenticationFailedException issue?

I am doing a sendMail Servlet with JavaMail. I have javax.mail.AuthenticationFailedException on my output. Can anyone please help …

java jakarta-mail smtp-auth
Sending emails through SMTP with PHPMailer

I'm trying to send SMTP e-mails using PHPMailer, but I keep getting this error message, any ideas how to get …

php smtp phpmailer smtp-auth
The SMTP server requires a secure connection or the client was not authenticated. if uploading on godaddy

below code is working fine in local, but if upload upload it on godaddy it is not working. Error: showing …

c# asp.net email smtp-auth
SMTP Authentication with config file's MailSettings

I'm storing my MailSettings in a web.config, however when I send the message, my SMTP server reports back that …

asp.net smtp smtp-auth mailsettings
com.sun.mail.smtp.SMTPSendFailedException: 530-5.5.1 Authentication Required

I am trying to send an Email from my Java Application to any particular email address. I am using Java …

java exception jakarta-mail smtp-auth
What mechanism does Gmail use for user authentication?

I want to authenticate myself using my Gmail ID and password on a Gmail SMTP server. I am using the …

smtp gmail smtp-auth