Analytics

Analytics

To get analytics on your emails requests i.e. Accepted , Rejected, Pending emails

  1. Sign Up for an easymailer account
  1. Create Your API KEY
  • Click on your avatar and click on settings.

  • On your settings page, click on the API tab.

  • Click the Generate new API key button to generate your api key.

  • Copy and Paste in a secure location as you won't be able to see it again.

  1. Set up the API key
  • in your .env file paste your API key
.env
MAILER_API_KEY = "your api key"
  • you should be able to see your analytics on each batch of emails sent.

Happy Coding