Marketplace
<div align="center"> <h3>Premium sponsors</h3> <p> <a href="https://id8media.com"><strong>ID8 Media</strong></a> · <a href="https://one-studio.co"><strong>One Studio</strong></a> </p> <p><sub>Support togo — <a href="https://github.com/sponsors/fadymondy">become a sponsor</a>.</sub></p> </div>
SendGrid
MessagingSendGrid email driver.
togo-framework
bash
togo install togo-framework/mail-sendgridInstall
bash
togo install togo-framework/mail-sendgridmail-sendgrid
SendGrid driver for togo mail.
Sends transactional email through the SendGrid v3 API.
Install
bash
togo install togo-framework/mail-sendgridThen set the driver + key:
ini
MAIL_DRIVER=sendgrid
SENDGRID_API_KEY=SG.xxxxx
Blank-importing this plugin registers the sendgrid mail driver with the kernel; togo serve picks it up. Implements mail.Mailer (Send(ctx, mail.Message)).
MIT
<div align="center"> <h3>Premium sponsors</h3> <p> <a href="https://id8media.com"><strong>ID8 Media</strong></a> · <a href="https://one-studio.co"><strong>One Studio</strong></a> </p> <p><sub>Support togo — <a href="https://github.com/sponsors/fadymondy">become a sponsor</a>.</sub></p> </div>