How to get the E-Mail Subscribe button to work on IIS7 HTML hosted site

http://book.4x4hirescotland.co.uk/

Where do i put my email address in so that it can send me a notification of anyone that subscribes.

I checked the html code i cant see it anywhere in the coding where i would add this, or is this functionality only valid with the SUBSCRIBE button?

Hey there

Html templates are just raw HTML code, they don’t contain a function to handle mail sending or subscription, you have to implement such function yourself

Ok thanks I thought that.

Do you have code or script for it to send out the email via smtp server or something easily that would come through to me ?

Hey there

There are thousands of examples in the net, take a look here:
https://www.w3schools.com/php/func_mail_mail.asp