# Sendgrid

MAIL\_MAILER=smtp\
MAIL\_HOST=[smtp.sendgrid.net](http://smtp.sendgrid.net/)\
MAIL\_PORT=587\
MAIL\_USERNAME=apikey\
MAIL\_PASSWORD=<mark style="color:red;">\[secret key]</mark>\
MAIL\_ENCRYPTION=tls\
MAIL\_FROM\_ADDRESS=<mark style="color:red;">\[email address]</mark>\
MAIL\_FROM\_NAME=<mark style="color:red;">\[name]</mark>
