GET request
To send an email just make a GET request to this URL https://mailshots.deta.dev/
and with
the following parameters:-
- to email address of the receiver
- body body of the email
Other additional parameters you can use are:-
- as By the name
- subject Subject of the email
The basic final URL should look like:- https://mailshots.deta.dev/?to=someone@domain.com&body=Hi%20from%20MailShots
The final URL with additional parameters should look like:- https://mailshots.deta.dev/?to=someone@domain.com&body=Hi%20from%20MailShots&subject=Just%20Hi