-
-
Notifications
You must be signed in to change notification settings - Fork 326
Open
Description
curl --ssl-reqd smtp://mail.example.com --mail-from myself@example.com \
--mail-rcpt receiver@example.com --upload-file email.txt \
--user 'user@your-account.com:your-account-password'
should be
curl --ssl-reqd smtps://mail.example.com --mail-from myself@example.com \
--mail-rcpt receiver@example.com --upload-file email.txt \
--user 'user@your-account.com:your-account-password'
Metadata
Metadata
Assignees
Labels
No labels