MailerLite
You can use MailerLite for your email setup. SaasAble already has a working example on the "coming soon" page, which you can also utilize. You need to provide your key values in the .env file.
Setup:
Mailer Lite account setup
Please create a Mailer Lite account: https://accounts.mailerlite.com/
Integrate API: https://dashboard.mailerlite.com/integrations/api
You need to get all three things from here
API Token
API URL
Group ID

You must create a new API key and Group if those do not exist.
Set the values from your Mailer Lite account to the .env file:
We have already set the API to send mail in the coming soon page:
Last updated