Two email problems Two email problems
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Two email problems

Started by pharaoh, July 09, 2004, 08:14:26 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

pharaoh

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

Thanks

pharaoh

OK
Problem 1 solved, working on no2

thanks

Joachim Müller

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