SMTP Accounts

To start sending emails, you must first register an SMTP account with the credentials of your email provider. An SMTP account is made up of: email/username, password, host, port and security.

These data are what we need to be able to connect to the server that provides your email and send emails using your identity.

Once you have these data, you must access https://youremailapi.com/admin and create your first SMTP account.

How to create smtp account in youremailapi

How to create smtp account in youremailapi

And this is how the created account looks like. In the previous image, you can see the token, you will need this information later to send your first email

Security: The password of your SMTP account, when stored in the database, is encrypted. Then, when sending the email and connecting to the SMTP server, it is decrypted at runtime.