Send email in wordpress
- by jul
hi,
I'm trying to send an email using PHP mail() in a wordpress site.
I created an empty page http://www.exam-vision.com/request-flip-up-instructions which template includes the php code shown below. When I post the data, isset($_REQUEST['email']) is false, while I can in firebug that the data have been posted correctly. What can be wrong?
thanks…