register error register error
 

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

register error

Started by wja6366, November 12, 2004, 02:18:56 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

wja6366

i have a problem with the registration process, after pressing the submit button i get a critical arror message; 'The registration confirmation email can't be send ! '


thanks for any suggestions

wja6366

i have solved the first problem by updating the mailer inc file
so that $CONFIG['smtp_host']  now  = "localhost";

however i am now seeing a new error message  ;'
Ran into problems sending Mail. Response: 451 unable to exec qq (#4.3.0)  '


does anybody have any idea how to fix this one


thanks

Tranz

One question per thread. It makes it easier to track issues. I was about to mark the thread solved but then your additional question messed up the plan. ;)

Joachim Müller

the error message you're getting is from your webserver, not coppermine. Coppermine itself doesn't have a routine of it's own to send emails, it relies on the webserver being set up correctly to send emails. If yours isn't configured that way, contact your webhost. If you're self-hosted, you will have to set up smtp properly on your server.

Joachim