said7388 / developer-portfolio

Software Developer Portfolio Website built with next.js and tailwind CSS that helps you showcase your work and skills as a software developer.
https://abusaid.me
1.33k stars 547 forks source link

Template of EmailJS for Reference #15

Closed Naveen-g09 closed 5 months ago

Naveen-g09 commented 5 months ago

Can you provide an overview of what template should look like in emailjs, because right now i am only getting message content rather than user name, email and message too

The template content should be to resolve this (could you add this to readme):

Hello,

You got a new message from {{name}}:

Email Id : {{email}}

{{message}}

if you are allowing contributors, I can update the readme with step by step images to configure emailJS section. Thanks

said7388 commented 5 months ago

I'm using this template.

Hello, Abu said!

You got a new message from {{name}} via your portfolio website:

{{message}}

Best wishes,
{{name}}
Naveen-g09 commented 5 months ago

Great, Please add those steps in the readme for beginners. overall a great work man