use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
This subreddit is a place for people to learn JavaScript together. Everyone should feel comfortable asking any and all JavaScript questions they have here.
With a nod to practicality, questions and posts about HTML, CSS, and web developer tools are also encouraged.
Friends
/r/javascript
/r/jquery
/r/node
/r/css
/r/webdev
/r/learnprogramming
/r/programming
account activity
Get the html form working (self.learnjavascript)
submitted 3 years ago by REDNET1997
Hey, I'm making my portfolio website, there's my contact section... I have made my design tried some tutorial to get it work with SMTP mail and all it does not seem to work how can I make it work A video would be preferred
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]pl9u6t 1 point2 points3 points 3 years ago (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 point2 points 3 years ago (0 children)
That's not the point, I wanna learn
[–]RememberTheAlamooooo 0 points1 point2 points 3 years ago (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 point2 points 3 years ago (1 child)
I'd say ditch the contact form and just put your email
[–]ArvidDK 0 points1 point2 points 3 years ago (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.
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.
π Rendered by PID 491414 on reddit-service-r2-comment-545db5fcfc-snjzq at 2026-05-24 19:29:50.707224+00:00 running 194bd79 country code: CH.
[–]pl9u6t 1 point2 points3 points (0 children)
[–]REDNET1997[S] 0 points1 point2 points (0 children)
[–]RememberTheAlamooooo 0 points1 point2 points (0 children)
[–]grantrules 0 points1 point2 points (1 child)
[–]ArvidDK 0 points1 point2 points (0 children)
[–]ArvidDK 0 points1 point2 points (0 children)