Can I add a header / footer to email notification

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
cma2007
Posts: 7
Joined: Tue Oct 23, 2012 9:28 pm

Can I add a header / footer to email notification

Post by cma2007 »

Script URL: http://www.bibleversusconstitution.com/ ... ition.html
Version of script: 1.7
Hosting company: ipower
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

Is it possible for me to add a footer and a header to the email that notifies when the Guest book has been signed?
Thanks - Charlie
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Re: Can I add a header / footer to email notification

Post by Henrie »

Hello Charlie.

Yes it is possible.
The most easy is to add text to the language.inc.php file text strings

Code: Select all

$lang['t43']='Someone has just signed your guestbook!'; // <-- This is text inside e-mail
and

Code: Select all

$lang['t46']='End of message';
Or if you want more freedom in layout you can change code in the gbook.php file.
For the approval e-mail, the message code starts at line 939 (26 lines below /* Manually approve entries? */ code).
For the regular notification e-mail the message code starts at line 977.

Greetings,
Henrie
I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.
cma2007
Posts: 7
Joined: Tue Oct 23, 2012 9:28 pm

Re: Can I add a header / footer to email notification

Post by cma2007 »

Hi Henrie - Thanks for responding. I'm sorry I wasn't more specific. As footers / headers, I was wanting to add an image, not text. Is this possible?
Thanks - Charlie
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: Can I add a header / footer to email notification

Post by Klemen »

I'm afraid not, because emails are sent as plain text and not as HTML so adding images in to supported.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply