How to use cURL to send HTML email with Gmail | Change(b)log
- Discovered Mar 19, 2024 07:02 How to use cURL to send HTML email with Gmail | Change(b)log <– suitable for a github action –> QUOTE:
curl --ssl-reqd \ --url 'smtps://smtp.gmail.com:465' \ --user 'username@gmail.com:password' \ --mail-from 'username@gmail.com' \ --mail-rcpt 'john@example.com' \ --upload-file mail.txt