xml contact form

gago

New Member
Having trouble getting my contact form to send mail. It seems to validate OK but it's just not sending. http://greenlite.co.uk/Contactus.htmlThis is the config for the smtp settings. But I know nothing about xml?!\[code\]<?php if(basename(__file__) == 'config.php') exit; ?><?xml version="1.0" encoding="utf-8"?><xml><Addresses> <!-- put your email here --><address>[email protected]</address><address on="subject" value="http://stackoverflow.com/questions/14627625/Support"></address><address on="subject" value="http://stackoverflow.com/questions/14627625/Sales"></address><address on="subject" value="http://stackoverflow.com/questions/14627625/Other"></address></Addresses><Config><smtp><!-- smtp config --><use>yes</use><auth>yes</auth><secure>tls</secure><host>smtp.mail.com</host><username>emailhere</username><password>passwordhere</password><port>25</port></smtp> <charset>iso-8859-1</charset></Config></xml>\[/code\]
 
Back
Top