1

I am creating a project as I have created a contact page. I want any user to send me a email by putting his email and message in input box of contact page. I have also tried smtpjs but with that I can send the email from my side and registered email on smtpjs but unknown user who put his email without putting his password can't send email to me

for eg-

my email - myemail@gmail.com

my password - mypassword

unknown user email - unknown@gmail.com

how can unknown user send me email by putting only his email on my website contact page

any js library and js code can use for this problem please tell me

  • usually handled on your backend code ... do you have the ability for scripting on the backend? or are you just producing a static site? – Bravo May 07 '22 at 07:47

1 Answers1

-1

You should try emailjs. Just follow the docs here.

Han Moe Htet
  • 692
  • 1
  • 6
  • 10