API keys

Main Key

    

Get started

To send an email

Use your API key to setup Simple Mailer:

HTML
<script src="https://simplemailer.loca.lt/js//mailer.js"></script>


You set a custom function called
. The default is 
email

Then send an email:

JavaScript
email("example@email.com", "Sender Name", "Subject", "Body");


You can send HTML too:
JavaScript
email("example@email.com", "Sender Name", "Subject", "<b>HTML</b>...");



Note that you can only send up to 1 email per minute under each domain.

To use MailKit

You can set up MailKit completely in your browser for free.

First, go to simplemailer.loca.lt/mailkit.

Then, You need to set up a new mail service.

Click "New service" on the current page.



Add your recipients (people the newsletter is sent to).



You need content for the emails. So upload at least to 1-10 files for them.

How ever many files you upload, they will all be sent on the day you choose, every week.

You now have MailKit setup! You can also preview emails, send tests, create templates in-browser, and more!

FAQ

>

What does "Unable to find user" mean?
If you are logged in, go to the home page by clicking the "Menu" > "Settings" > "API Keys", you'll see your key.
Now embed it with the script tag with source of "https://simplemailer.loca.lt/js/YOUR_API_KEY/mailer.js".

If you continue seeing this problem, try signing up for a new account or contact us for support.

>

Why can I only send 1 email a minute?
To protect internal server errors and limit requests, we do not allow more than 1 email per minute.
If you feel that there is a mistake (waiting longer than 1 minute, etc.) feel free to contact us.

>

Can I send HTML in my emails?
Yes, you can send HTML and HTML files too (HTML5 supported).