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
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
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. ;)
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