{ stdenv, gnupg }: '' defaults auth on tls on tls_trust_file ${if stdenv.isDarwin then /etc/ssl/cert.pem else /etc/ssl/certs/ca-bundle.crt} account work host smtp.gmail.com port 587 from alyssa.ross@freeagent.com user alyssa.ross@freeagent.com account personal host smtp.fastmail.com port 465 tls_starttls off from hi@alyssa.is user alyssa@fastmail.com passwordeval ${gnupg}/bin/gpg --no-tty -q -d ${./smtppass.gpg} ''