If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
e-mail notification problem  XML
Forum Index » General Discussion
Author Message
jcingermany
Newbie

Joined: 04/11/2002 21:44:06
Messages: 1
Offline

My guestbook works fine except for one thing. When I receive an email notification that someone has signed, their address looks like this. nobody@pD954AFB1.dip.t-dialin.net [test]. I would like it to show up with their email address. I saw a post that told me I had to change this portion of add.class.php, but the portion between lines 225 and 236 looked the same as the post that I was reading.

if ($this->db->VARS["notify_guest"]==1 && $this->email != '') {
@mail($this->email,$this->db->LANG["EmailGuestSubject"],$this->db->VARS["notify_mes"], "From: <".$this->db->VARS['admin_mail']."> ".$this->db->VARS['admin_mail']."\nX-Mailer: Advanced Guestbook 2");

Can anyone help please.
seeje
Newbie

Joined: 08/12/2003 09:58:01
Messages: 2
Offline

jcingermany wrote:My guestbook works fine except for one thing. When I receive an email notification that someone has signed, their address looks like this. nobody@pD954AFB1.dip.t-dialin.net [test]. I would like it to show up with their email address. I saw a post that told me I had to change this portion of add.class.php, but the portion between lines 225 and 236 looked the same as the post that I was reading.

if ($this->db->VARS["notify_guest"]==1 && $this->email != '') {
@mail($this->email,$this->db->LANG["EmailGuestSubject"],$this->db->VARS["notify_mes"], "From: <".$this->db->VARS['admin_mail']."> ".$this->db->VARS['admin_mail']."\nX-Mailer: Advanced Guestbook 2");

Can anyone help please.


Hi...
I have the same question. I searched the forum for an answer. Doesn't anyone have one? If you do, please take the time to let us know.

divine
.: JAY :.
Beginner
[Avatar]

Joined: 18/11/2002 20:15:25
Messages: 38
Location: USA
Offline

In the Guesbook Control Panel did you specify Admin E-Mail address?
[WWW] [MSN]
 
Forum Index » General Discussion
Go to:   
Based on the open source JForum