Hi,
I have two problems with email functions:
- 1. When trying to send an e-card the "your email" box is empty and there is no way to add an enrty. Hence i'm unable to send an e-card.
- 2. when testing the user registration, i got this error " critical error, can not send registration e-mail"
Any sugestions
site: www.schmid-family.net/album (http://www.schmid-family.net/album)
Thanks
OK
Problem 1 solved, working on no2
thanks
you probably will have to send emails over smtp, edit include/mailer.inc.php and find$CONFIG['smtp_host'] = '';
$CONFIG['smtp_username'] = '';
$CONFIG['smtp_password'] = '';
GauGau