y7kim / agency-jekyll-theme

Agency Theme for Jekyll
Apache License 2.0
869 stars 2.02k forks source link

Contact box does not work. #4

Closed jgkamat closed 9 years ago

jgkamat commented 9 years ago

The contact box gives an error message of 'Sorry , it seems that my mail server is not responding. Please try again later!' regardless of what is put in it! This is true for the default email specified in the live demo as well!

desaiuditd commented 9 years ago

You will need a PHP Web Server for the mail to be delivered successfully. Since the functionality of sending the mail is written in PHP.

Ref : check here

Though you can customize that according to your need and availability of server. Or you can use any third party form setup & mail delivery service like Simple Form

jgkamat commented 9 years ago

So this will only work if you are hosting from a machine you can control (not github pages)?

If not, i'll probably just use simpleform.

desaiuditd commented 9 years ago

Yup. I myself use Simple Form. :wink:

jgkamat commented 9 years ago

Thanks so much! I really appreciate the work you put into this theme =D