You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.
functionsendEmail(){varEmailInput=document.getElementById("email").value;varMessageInput=document.getElementById("message").value;varNameInput=document.getElementById("name").value;Email.send({SecureToken: "",To: "",From: EmailInput,Subject: "Support Ticket",Body: MessageInput+"\n \n From:"+NameInput,}).then(function(message){alert("Thank you for reaching out to ASEAN BTE. This is an automated message to notify you that we have received your ticket and one of our team members will get back to you to assist with this matter.");});}
https://smtpjs.com/
Just gotta add this here so it appears on todo
The text was updated successfully, but these errors were encountered: