package email // Config for user type Config struct { MailHost string MailPort int MailUser string MailPassword string }