Email

  • Learn about “Resend” as application
  • Gmail - Set less secure apps in google security
  • Postfix setup
    sudo dpkg-reconfigure postfix
    
    vi /etc/postfix/main.cf
    
    # send all mail to mailhog
    relayhost = localhost:1025
    
    # removed this
    127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/12