
Send email directly from your code | EmailJS
Send email directly from your code – no server side code required. Add static or dynamic attachments, dynamic parameters, captcha code and more. Start with our free tier!
Create a contact form - EmailJS
Now that we have our Contact Service and Contact Us email template set up, the final step is to create a simple HTML contact form and send its content via email using EmailJS.
Installation | EmailJS
Browser script In order to get started using EmailJS on your website just paste the following code snippet before closing tag, with the correct public key:
File attachments - EmailJS
Choose Form File Attachment if you want to allow the visitors of your site to upload files and attach them to your email. Choose Variable Attachment if you want to create an attachment programmatically, for …
Vue.js - EmailJS
Vue.js Vue.js is a progressive framework for building user interfaces. And we are going to show how to use EmailJS SDK to send emails from Vue.js. Below we will build the contact form component, …
Pre-built email templates | EmailJS
Creating well-designed, professional emails can be time-consuming, especially without prior experience in email design. To make the process easier, EmailJS provides ready-to-use email templates that …
Svelte - EmailJS
Svelte Svelte is a web framework that compiles an app at build step. The EmailJS SDK will make it very easy to send emails with Svelte. Below is simple contact form component, ContactUs.svelte:
Auto-Reply | EmailJS
It’s possible to turn on automatic reply for each email sent with EmailJS. The auto-reply emails are configured per template. To add the auto-reply email, please follow the next steps: Open the …
Dynamic variables in templates - EmailJS
For example: {{name}} or {{email}}. The dynamic variables are replaced with the values passed through the parameters object of the SDK or API call. If the value of a certain variable is not passed, it will be …