Email Service Integration Guide

Contact Us

What is a Email-Service ?

You've designed the CONTACT US page in your web resume, but you're unsure how to set up the server to make your web page dynamic! Follow a few simple steps to create your own setup. You'll receive an email every time someone wants to reach out to you.

How to implement in your code :

  • Step 1: Subscribe to the given ACCELERATRON EMAIL SERVICE

  • Step 2: Always import the updated JavaScript to your web page for the email service using the following link:
    <script src="https://edu.acceleratron.in/email/sendemail/lib"type="text/javascript"></script>

  • Step 3: Call the following function with the required data to receive notification emails at your registered email address. This will also send an acknowledgment to the provided email address in the request.
    accSendEmail(<sender name>,<sender email>,<subject>,<message>,<your registration id>)