I am trying to put together a website for my new business.. I added a Contact Us page, with a simple email form, which was free off google copy and paste script.. using php mail Problem is, no emails will send So... I contact my webhost who tell me php mail is turned off on the server due to security and that I should use SMTP ... I have no idea about this, and all sites and step by steps seem to revert you back to PHP mail... but as I am an amateur I have no idea what I am doing.. Please Help
Hello there, If you can't use phpmail function, so you can use a Php SMTP contact form : http://www.seodesign.us/tutorials/contact-form-smtp-php/ Normally you have a username and password to use the SMTP server... Follow the tutorial, it's easy to add! Goodluck