Difference between revisions of "Send email"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
== Using Gmail == | == Using Gmail == | ||
− | * 1) [[Sign in with app passwords]] | + | * 1) Create login using: [[Sign in with app passwords]] |
− | * 2) [[swaks -4]] | + | * 2) [[swaks -4]] --server smtp.gmail.com -tlsc --tls-protocol TLSv1_2 \ |
+ | --from [your full gmail account email that app password was setup for] --to [email protected],[email protected] \ | ||
+ | --auth LOGIN --auth-user [same as from] --auth-password [your generated app password] -apt \ | ||
+ | --h-Subject 'Test email' --body 'Email system test.' | ||
== [[ssmtp]] == | == [[ssmtp]] == |
Revision as of 13:09, 19 November 2024
Contents
Using Gmail
- 1) Create login using: Sign in with app passwords
- 2) swaks -4 --server smtp.gmail.com -tlsc --tls-protocol TLSv1_2 \
--from [your full gmail account email that app password was setup for] --to [email protected],[email protected] \ --auth LOGIN --auth-user [same as from] --auth-password [your generated app password] -apt \ --h-Subject 'Test email' --body 'Email system test.'
ssmtp
[email protected] mailhub=smtp.gmail.com:465 FromLineOverride=YES [email protected] AuthPass=yourpassword UseTLS=YES
https://unix.stackexchange.com/a/363815
Related
See also
Advertising: