Skip to content Skip to sidebar Skip to footer

Making An Email Form Send Email

I have the following code for an email form from an HTML template. I'd like to make it send email, as the moment I think it doesn't and I need to add some javascript to process the

Solution 1:

Javascript cannot send an email (unless it's calling a server-side method using AJAX). You need a server-side language (e.g. C#, php, ColdFusion, etc.).


Post a Comment for "Making An Email Form Send Email"