566ac0c85f
Change-Id: I4e2fa960b904dc558904e3df94669513c4163312 Reviewed-on: https://cl.tvl.fyi/c/depot/+/247 Reviewed-by: tazjin <mail@tazj.in>
15 lines
313 B
Text
15 lines
313 B
Text
defaults
|
|
port 587
|
|
tls on
|
|
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
|
|
|
# GSuite for tazj.in
|
|
account tazjin
|
|
host smtp.gmail.com
|
|
port 587
|
|
from mail@tazj.in
|
|
auth oauthbearer
|
|
user mail@tazj.in
|
|
passwordeval "cat ~/mail/account.tazjin/.credentials.gmailieer.json | jq -r '.access_token'"
|
|
|
|
account default : tazjin
|