Composer Mail plugin
Use this with composer to make an endpoint that sends an email. You will need a creds/sendgrid.json
file that will look like this:, (*1)
{"api_user":"your username", "api_key":"your sendgrid password", "recipient":"your email address"}
You will also need a sendgrid account., (*2)