muquit / mailsend

A program to send mail via SMTP from command line
Other
297 stars 68 forks source link

Misc errors. #79

Open Computerhope opened 9 years ago

Computerhope commented 9 years ago

While trying to figure out how to log on using two factor authentication (which I still cannot seem to do) I've noticed the following problems.

If password not accepted the error message is getting truncated as shown below:

Error: AUTH LOGIN failed: '535 5.7.8 Username and Password not accepted. Learn m ore at'

and

Error: AUTH LOGIN failed: '534 5.7.9 Application-specific password required. Learn more at'

Links should be: http://support.google.com/mail/bin/answer.py?answer=14257 http://support.google.com/accounts/bin/answer.py?answer=185833

In -example under "Including a body" get the Error: Unknown flag: -charset when trying to do example. Although the example has this flag, I do not see the flag in help. Also, there is a spelling error on Including a body example. It says "smtp.gamil.com" should say "smtp.gmail.com"

muquit commented 9 years ago

In most cases mailsend reads one line response from SMTP server. Will fix in the next release. Btw 2-factor authentication works, just follow google's instruction. Yes the flag is -cs, will fix.

Thanks.