coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Ecards & Email => Topic started by: wja6366 on November 12, 2004, 02:18:56 PM

Title: register error
Post by: wja6366 on November 12, 2004, 02:18:56 PM
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
Title: Re: register error
Post by: wja6366 on November 12, 2004, 04:52:36 PM
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
Title: Re: register error
Post by: Tranz on November 12, 2004, 06:14:40 PM
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. ;)
Title: Re: register error
Post by: Joachim Müller on November 14, 2004, 01:18:29 PM
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