Difference between revisions of "Send email"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
  
 +
 +
== 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]] ==
 
== [[ssmtp]] ==

Latest revision as of 13:09, 19 November 2024


Using Gmail[edit]

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[edit]

 [email protected]
mailhub=smtp.gmail.com:465
FromLineOverride=YES
[email protected]
AuthPass=yourpassword
UseTLS=YES

https://unix.stackexchange.com/a/363815


Related[edit]

See also[edit]

Advertising: