7ea370ddec
Update email setup Update email for hummingbird
20 lines
457 B
Plaintext
20 lines
457 B
Plaintext
defaults
|
|
host smtp.gmail.com
|
|
port 587
|
|
protocol smtp
|
|
auth on
|
|
tls on
|
|
tls_starttls on
|
|
|
|
account jeremy-dormitzer-gmail-com
|
|
from jeremy.dormitzer@gmail.com
|
|
user jeremy.dormitzer@gmail.com
|
|
passwordeval pass show imap.gmail.com | head -n 1
|
|
|
|
account jeremydormitzer-hummingbird-co
|
|
from jeremydormitzer@hummingbird.co
|
|
user jeremydormitzer@hummingbird.co
|
|
passwordeval pass show hummingbird-gmail-app-password | head -n 1
|
|
|
|
account default : jeremy-dormitzer-gmail-com
|