4
3 Comments

Learn how to send emails in golang with the standard Go library and gomail library using Gmail

https://mailazy.com/blog/how-to-send-emails-in-golang/
submitted this linkon January 12, 2023
  1. 1

    It seems quite easy to integrate with any SMTP provider using Mailazy. I'm working on a node application, so any guide with NodeJS would be more beneficial.

    One more question, do they have public APIs? If yes, I can implement it by my own.