Page 1 of 1
Not getting 'New entry' email notification
Posted: Tue Sep 04, 2007 10:41 am
by james
Write your message below:
I'm not getting the email notifications when a new guestbook message is submitted. I've tried differing email addresses, and made sure that Notify is set to 1. Is there anything else I should check?
Posted: Tue Sep 04, 2007 3:38 pm
by Henrie
Does you php mail function work?
Do you have other pages on your website that send mail to you (for example contact page)?
Greetings,
Henrie
Posted: Wed Sep 05, 2007 11:41 am
by james
My host is Awardspace - I tried the mail function check that their FAQ mentions and that failed. I suspect it may be because I'm using the free account. Is there a way around that? Could anyone recommend an alternative free host that would support this?
Posted: Wed Sep 05, 2007 12:17 pm
by Klemen
Many free hosts do things like that and you won't be able to send out e-mails from PHP unless they enable it.
My suggestion would be: rather spend a little money (can be as little as a few coffee cups per month) and get a paid host. I personally used free ones years ago, but once I switched to paid hosting I am never going back.
Posted: Wed Sep 05, 2007 2:20 pm
by james
Thanks, I'll bear that in mind.
Many thanks for an excellent guestbook btw.
Re: Not getting 'New entry' email notification
Posted: Fri Mar 27, 2015 8:11 pm
by mikez
I have 2 other contact forms that work and send me email entries. Your guestbook does everything except send me an email with the new entry. Any suggestions??
Re: Not getting 'New entry' email notification
Posted: Sat Mar 28, 2015 10:14 am
by Klemen
This has been talked over and over on the forums.
GBook uses the standard PHP mail() function to send mail - it is up to the server (sever configuration) to deliver the email so this needs to be debugged at the server and not much can be said without knowing exactly how the server is setup and going through server logs.
Re: Not getting 'New entry' email notification
Posted: Sat Mar 28, 2015 1:07 pm
by mikez
Got it working. I added some php code in "Settings.php" about our mail server. Great guestbook....works like a charm........
MikeZ
Re: Not getting 'New entry' email notification
Posted: Sat Mar 28, 2015 6:18 pm
by Klemen
Glad to hear that.
Would you mind sharing what you added as it might help others with the same issue?