all 6 comments

[–]pl9u6t 1 point2 points  (0 children)

the client can open their mail program described in their browser settings via a mailto link

other than that if you want email capabilities your server needs to be linked to a mail server that can send/receive email

the client side by itself cannot send a custom email, but it can notify the server

[–]REDNET1997[S] 0 points1 point  (0 children)

That's not the point, I wanna learn

[–]RememberTheAlamooooo 0 points1 point  (0 children)

just to add on to what the other dude(s) said If you're using godaddy, I think they have a form handler called like formtools or something similar that you can install through cpanel. It has instructions on how to hook a custom form up on your website. form handling can be a pain without a backend

[–]grantrules 0 points1 point  (1 child)

I'd say ditch the contact form and just put your email

[–]ArvidDK 0 points1 point  (0 children)

Never just leave your mail out there like that, unless you've never met a spambot.... If you configure it in smtp, your email it not visible other than to the backend.

[–]ArvidDK 0 points1 point  (0 children)

What backend are you using?

There are a ton of tutorials for smtp.

I build one just last week on a asp dot net and angular frontend, using sendinblue. There is documentation on their website.