Search the Community
Showing results for tags 'html email'.
-
Hi I am having trouble getting your contact form to use a slight modification with checkbox So far I have the form setup correctly and its is suppose to be a form where users can select between 2 meals and an email will be sent to our chefs so they can know how much to make for the day. I wanted to...
- 1 reply
-
- checkboxes
- php
-
(and 2 more)
Tagged with:
-
Im trying to send a html email when i do this locally using mercury mail it works fine. Once i uploaded it and tried sending a email to gmail and yahoo it didn't work this is my php code <?php $from = $_REQUEST['from']; $to = $_REQUEST['to']; $bcc = $_REQUEST['bcc']; $subject = $_REQUEST['sub...
- 3 replies
-
- html email
-
(and 1 more)
Tagged with: