On 2020-03-18 06:50, T.C. Hollingsworth wrote:


On Wed, Mar 18, 2020, 2:44 AM ToddAndMargo via users <users@lists.fedoraproject.org <mailto:users@lists.fedoraproject.org>> wrote:


    $ cat mail.txt | curl -vvv smtp://smtp.gmail.com:465 --mail-from
    "x...@gmail.com" --mail-rcpt "y...@zoho.com" --ssl -u
    x...@gmail.com:'zzzz' -oauth2-bearer 'big long thing'


Port 465 is SMTPS (SMTP over Explicit TLS). Use smtps://smtp.gmail.com:465 <http://smtp.gmail.com:465> or smtp://smtp.gmail.com:587 <http://smtp.gmail.com:587> for SMTP with implicit TLS.

smpts with 465 and smtp with 587 both give
535-5.7.8 Username and Password not accepted.

:'(

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to