Configure for both my .biz and .io domain emails.
--- /dev/null
+port 587
+tls on
+tls_trust_file /etc/ssl/certs/ca-certificates.crt
+
+account biz
+host smtp.gmail.com
+from frederik@vanrenterghem.biz
+tls on
+tls_starttls on
+tls_certcheck off
+auth plain
+user frederik@vanrenterghem.biz
+passwordeval gpg --no-tty -q -d ~/Documents/paswoorden/frederik@vanrenterghem.biz.asc
+
+account io
+host mail.vanrenterghem.io
+tls on
+tls_starttls on
+tls_certcheck off
+auth plain
+user frederik@vanrenterghem.io
+passwordeval gpg --no-tty -q -d ~/Documents/paswoorden/frederik@vanrenterghem.io.asc