togo install togo-framework/mail-sendgridSendGrid driver for togo mail.
Sends transactional email through the SendGrid v3 API.
togo install togo-framework/mail-sendgridThen set the driver + key:
MAIL_DRIVER=sendgrid
SENDGRID_API_KEY=SG.xxxxxBlank-importing this plugin registers the sendgrid mail driver with the kernel; togo serve picks it up. Implements mail.Mailer (Send(ctx, mail.Message)).
MIT