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.
Questions tagged [smtp-auth]
284 questions
0
votes
0 answers
SMTP Login attemp detection
Is there a way to detect SMTP logins particularly those that do not succeed in the first attempt? When email client is configured with the save-password option; there is too little chance that smtp access will fail. Hence, if smtp login access…

Bimal Poudel
- 1,214
- 2
- 18
- 41
0
votes
2 answers
javax.mail.sendfailedexception: Sending failed; nested exception is: class javax.mail.authenticationfailedexception at send
I am new to java mail, I want to sent a mail with attachments so i like to create a test mail with sample codes from internet but i am getting
javax.mail.sendfailedexception: sending failed;
nested exception is: class…

Hari
- 1
- 1
- 2
0
votes
1 answer
Email issue when using SMTP PHPMailer
I am working on an email functionality in PHP, SMTP with PHPMailer. In my office we have different servers. Here, it's working fine. But, when I am trying to send mails from outside the office, it doesn't work. I am using SMTP Auth False. I'm…

Kishore
- 352
- 1
- 3
- 19
0
votes
1 answer
Gmail smtp 5.5.2 error with PHP ZEND and Xoauth2
I trying to send emails with Gmail using gmail api with xoauth authentication.
The IMAP example from google works fine.
I am trying to implement the thing based on these…

user3029012
- 3
- 2
0
votes
1 answer
'System.Net.Mail.SmtpException: Failure sending mail from remote mail server
i tried to send mail from a VPS windows 2012 & IIS 8 server using a remote mail server , i couldn't sent mails,and got the error
send Faild - System.Net.Mail.SmtpException: Failure sending mail. ---> System.Net.WebException: Unable to connect to…

sarath009
- 1
- 1
- 1
- 2
0
votes
1 answer
SMTP MAIL FROM AUTH= format to connect to gmail
I have an older PHP system that uses SMTP commands for mail. We are switching over to gmail and I need to authenticate. I can connect to the server. Unfortunately, I get a 530-5.5.1 Authentication Required. Learn more at" message when I send the…

Mel
- 119
- 1
- 9
0
votes
2 answers
How to make script not crash when wrong username and password is entered? (smtplib - gmail login)
I have this problem where when the user enters the wrong username and password, it would receive this error and crash (I am fairly new to python):
File "/Users/19austinh/Google Drive/Other/Python/Login.py", line 156, in …

Dark Leviathan
- 489
- 7
- 19
0
votes
0 answers
Google Email Client using .Net framework 4.0
I have created a gmail client using host as smtp.gmail.com and configures all the requires credentials and settings.
I have tested the client by hosting it in my local IIS. It worked great.
Then I hosted the project on public server and tested the…

Karthik Dheeraj
- 1,039
- 1
- 13
- 25
0
votes
2 answers
Why don’t SMTP servers just require all senders to be authenticated before accepting mail
Why don’t SMTP servers just require all senders to be authenticated before accepting mail?

user3030487
- 3
- 1
0
votes
1 answer
Can't send using PHPmailer and smtp in ubuntu/linux
Please help, i already posted a relative question regarding with this matter. I have a code that has no error and a message:
SMTP -> FROM SERVER:220 itech.urc.local Microsoft ESMTP MAIL Service, Version: 6.0.3790.3959 ready at Thu, 7 Nov 2013…

Algie Rosario
- 1
- 1
- 6
0
votes
1 answer
Basic smtp commands to test inherited project?
I have inherited a java application (.war) that is essentially an smtp client. I can start it up using mvn:jetty run and then telnet successfully to a port that the application opens 8024.
$ telnet localhost 8024
>
However, how can I issue a basic…

genxgeek
- 13,109
- 38
- 135
- 217
0
votes
4 answers
i am trying send email using web2py with gmail and using smtp setting i have attached all code
i am trying to create a form in web2py which sends message to an email account on submission
mainly i used SQLFORM.factory to create the form then i used gluon.tools import mail to import the send email functionality. i have set up everything i can…

Deepak
- 1,503
- 3
- 22
- 45
0
votes
2 answers
Connection error with PHPMailer and SMTP: node name or service name not known
I'm using PHPMailer to generate mails in PHP (PHP Version 5.3.7). But I have tried it again and again, but PHPMailer doesn't work with the settings from my provider but with my gmail account.
My settings:
SMTP = true
SMTPAuth = true
CharSet =…

user1995621
- 47
- 3
- 9
0
votes
1 answer
Email Authentication using Google Library
I am using the following google php library for authenticate the email address.Here is the link:
Library:
Google Library
Example file :
EXAMPLE
This code is working fine on local server but on client server it is not validating. and on my client's…

Harshal
- 3,562
- 9
- 36
- 65