PHP form mailer script
PHP form mailer script
1) How can I change the name and email address from to reflect my site and place the name and email address of the sender in the body of the email text.
2) Can I add a check Box ?
Thanks,
Stephen
- stephenbrust
- Posts: 3
- Joined: Sun 08th Jun, 2008 7:50 pm
Re: PHP form mailer script
The script is intended as a simple email form to add to websites so there are no advanced features, as this would slow it down (there are plenty of scripts out there that have more features). You can add the email and name of the sender to the body of the email by doing the following:
1) Look for the following line (around line 165) in BELLmailer.php:
$headers .= "X-Mailer: BELLonline.co.uk PHP mailer \r\n";
After that, add:
$mail_message = "Sender's Name: $senders_name \nSender's Email: $senders_email\n\n" . $mail_message;
2) You can add extra checkboxes/fields but it requires some basic PHP, and it would be too much to go through here.
- Gavin
- Site Admin
- Posts: 139
- Joined: Thu 01st Jan, 1970 1:00 am
Re: PHP form mailer script
Thank you so much ......
Just what I needed.
Stephen
- stephenbrust
- Posts: 3
- Joined: Sun 08th Jun, 2008 7:50 pm
Re: PHP form mailer script
Can I change the font size on the submit page ?
- stephenbrust
- Posts: 3
- Joined: Sun 08th Jun, 2008 7:50 pm
Re: PHP form mailer script
td {
font-size: 10px;
}
- Gavin
- Site Admin
- Posts: 139
- Joined: Thu 01st Jan, 1970 1:00 am
Re: PHP form mailer script
First I would like to thanks for the script. YET,I like this script a lot. my question is; could I add...just as ADDRESS AND PHONE TO THE SCRIPT. THANKS
- eagle
- Posts: 1
- Joined: Fri 13th Feb, 2009 4:47 am
Re: PHP form mailer script
- digitsy
- Posts: 1
- Joined: Wed 04th Mar, 2009 7:37 pm
-
- Related topics
- Replies
- Views
- Last post
-
- Php form mailer Customizing
by purple » Fri 05th Sep, 2008 5:11 pm - 3 Replies
- 1090 Views
- Last post by Gavin

Mon 10th Nov, 2008 11:07 pm
- Php form mailer Customizing
-
- Bell Mailer
by HeatherFeuer » Fri 26th Mar, 2010 12:17 am - 1 Replies
- 295 Views
- Last post by Gavin

Sat 27th Mar, 2010 1:09 pm
- Bell Mailer
-
- Customizing (extend) the Bell Mailer
by Elle » Fri 21st May, 2010 10:37 am - 1 Replies
- 186 Views
- Last post by Gavin

Fri 11th Jun, 2010 5:41 pm
- Customizing (extend) the Bell Mailer
Who is online
Users browsing this forum: No registered users and 1 guest

