Sending mails with Go(package "net/smtp") and Gmail SMTP server. No third party libraries.
In this video, we look at how to send mails using Go's package net/smtp. No third party libraries involved. A lot of videos and blog post have this same kind of code but they usually forget to mention that the normal gmail password won't work. I will show you a method that works.
In this video, we look at how to send mails using Go's package net/smtp. No third party libraries involved. A lot of videos and blog post have this same kind of code but they usually forget to mention that the normal gmail password won't work. I will show you a method that works.