Martin Fraser
Martin Fraser
Not a bug report so the template didn't seem relevant, I hope that's OK. I was wondering if there's a way to set the `extra` field for every location. The...
I was needing to use Brevo for sending out my password reset emails so dug in and produced a go packages to do just that. https://github.com/darksnow/authboss-brevo-mailer I thought I would...
Is it possible to validate email addresses using the Go built in ParseAddress function instead of a regexp? Looking at https://cs.opensource.google/go/go/+/master:src/net/mail/message.go shows how complex correctly validating an email address is...