I've been trying to send a paypal payment button as part of my autoreply for one of my forms but it just doesn't seem to work... it's as though that code corrupts the entire processor file so the form doesn't go through at all. Is it actually possible to send html coded info in this way or is it that I'm just doing something wrong?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
OK so I discovered that PayPal now has an option to convert the payment button to a link (with all the same information) that can be used in emails so that solves my problem... just putting it out there in case anyone else was curious :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've been trying to send a paypal payment button as part of my autoreply for one of my forms but it just doesn't seem to work... it's as though that code corrupts the entire processor file so the form doesn't go through at all. Is it actually possible to send html coded info in this way or is it that I'm just doing something wrong?
OK so I discovered that PayPal now has an option to convert the payment button to a link (with all the same information) that can be used in emails so that solves my problem... just putting it out there in case anyone else was curious :)
Sending emails as HTML is possible but requires some rework in the process.php file.
Is there a sort of template you could give me to use?
Look at example 4 and/or some of the comments people have made at the link below.
http://www.php.net/manual/en/function.mail.php
Great, thanks!