On 2020-03-18 06:50, T.C. Hollingsworth wrote:
On Wed, Mar 18, 2020, 2:44 AM ToddAndMargo via users
<users@xxxxxxxxxxxxxxxxxxxxxxx <mailto:users@xxxxxxxxxxxxxxxxxxxxxxx>>
wrote:
$ cat mail.txt | curl -vvv smtp://smtp.gmail.com:465 --mail-from
"xxxx@xxxxxxxxx" --mail-rcpt "yyyy@xxxxxxxx" --ssl -u
xxxx@xxxxxxxxx:'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@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxxxxxxxxxx