Added Email js
This commit is contained in:
@ -22,10 +22,10 @@ const Contact = () => {
|
|||||||
setMessage({ text: "", type: "" });
|
setMessage({ text: "", type: "" });
|
||||||
emailjs
|
emailjs
|
||||||
.sendForm(
|
.sendForm(
|
||||||
"service_dynf5hg",
|
"service_cqcqipd",
|
||||||
"template_l4ik4he",
|
"template_o7xejbn",
|
||||||
form.current,
|
form.current,
|
||||||
"rRjr_WNgPp7_rGno1"
|
"_JAFEi75xtLgmGaNi"
|
||||||
)
|
)
|
||||||
.then(
|
.then(
|
||||||
(result) => {
|
(result) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user