register error register error
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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