Two email problems Two email problems
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Two email problems

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

Previous topic - Next topic

0 Members and 1 Guest 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