Features

Features

  • ✅ Send email to another gmail.

  • ✅ Send request to your own server's API endpoint after sending email.

  • ✅ Default retry attempt (5 times) to send request to your server after sending email, if your server is live during the attempt process, request will be sent to your server.

  • ✅ Get notification if Simplemail not able to send request to your server automatically. ( smtp_user and smtp_pass must be valid)

  • ✅ Raw HTML content in mail body (you can pass anything like <a href="to_your_server"> that can let users click and redirect to your web/app)

  • ✅ Send email at specific datetime. (Less stable because the server is using default heroku hobby plan)

  • ✅ Reschedule email to specific datetime. (Less stable because the server is using default heroku hobby plan)

  • ✅ Cancel scheduled email

  • ❌ Send request to localhost by callback_url

Disclaimers

No data manipulation or access will be conducted.

Safety mechanism

  • Encryption to data to ensure only encrypted data is stored in temporarily queue (usually happen when there is schedule mechanism involved, or when callback_url is provided but that server is temporarily down) before sending email.

  • Once email is failed/succeed to send, its' record will be removed from the temporarily queue. For failed task, the last 500 failed will be kept in the queue.

Demo

Looking for live demo website? Visit here.

Last updated