Create Account on Emailjs.com

How to create account on EmailJS

Emailjs will help you send emails directly from JavaScript with no server code needed. We are going to go step by step to set up our contact form to send an email with using JavaScript.

Step 1- Make an account on Emailjs website

Create a new account at the emailjs website by clicking here. You will need to provide your name, email, and create a new password. Be sure to verify your email.

Step 2- Add a New Service

According to documentation, An email service provides integration between EmailJS and your email server. First open the Email Services (opens new window) tab where you will see two sections: Transactional email services and Personal email services.

Personal email services allow connecting personal email providers that offer basic email functionality — an email address and an inbox. These include providers like Gmail, Fastmail, Outlook 365, etc’. Personal email services are useful in EmailJS when you need to send a small number of emails to yourself, or need to send emails to other people from your personal email account.

After linking your email, you should be prompted to a window like underneath:

** IMPORTANT: You will use the Service ID in a following step. For more documentation, click here.

Step 3- Integration of JavaScript scripts on heads

Copy the Service ID from step 2, as it shows on the picture above, Here is a direct Link

Copy The Template ID from here see Picture Below

Copy Public Key from here See Picture Below

Open .ENV file located at the root of WEB folder

Add emailjs Service ID , Template ID and Public Key you copied from steps above

Congratulations! You've successfully created your Emailjs account.

Last updated