Hello so their were two versions of this program i.e.,
1:SendEmail TLS supported
2:SendEmail No TLS support
For TLS support the command i gave was:
The error message i got was " SMTP-AUTH: Authentication to smtp.gmail.com:587 failed. "
For No TLS support :
The error message i got was" Authentication not supported by the remote SMTP server!
Must issue a STARTTLS command first. gn3sm4344660pbc.32 - gsmtp"
I don't understand what i am doing wrong.
Has anyone tried it, it would prove really useful to have a command based email support.
Another cli client
http://www.codeproje...-using-GMail-Account
-MilesAhead
This was really confusing , there is no sendmail.exe file that could relay the commands:
mailsend.exe -to %1 -from %2 -sub "test from windows" -starttls -port 587 -auth -smtp smtp.gmail.com -user "%2" -pass %SMTP_USER_PASS% -M "hello one liner" -log "c:\Users\mqt\Downloads\m.log"
Sorry i had downloaded the unix version, but after using the windows version as well, it doens't work.
Blat really was tricky, having one to install all the profile and still not able to work with the commands.
Any suggestion would be great.
Thank you.