Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Smtp works but not in admin-section

Quote Reply
Smtp works but not in admin-section
Hi all,
I just added the following lines to data.pm

Code:
'db_smtp_pass' => 'my_password',
'db_smtp_port' => '25',
'db_smtp_server' => 'smtp.domain.com',
'db_smtp_ssl' => '1',
'db_smtp_user' => 'my_username',


Sending mails works now on contact.cgi
but in the admin-section I get this error message:

"Unable to send email: SMTP: Local user 'email@email.com' unknown on host 'domain.com'. Server said: 554 5.7.1 <email@email.com>: Relay access denied"

Any ideas are welcome

Matthias
gpaed.de

Last edited by:

Matthias70: Jun 27, 2011, 1:04 PM
Quote Reply
Re: [Matthias70] Smtp works but not in admin-section In reply to
Where in particular are you getting that? The code is probably missing in the admin code.

Adrian
Quote Reply
Re: [brewt] Smtp works but not in admin-section In reply to
I recieve this error-message, when I'm trying to validate links,
but I can not send bulk mails or newsletter with smtp settings, too.
But with newsletter and bulk mail I get no error message...

Matthias
gpaed.de

Last edited by:

Matthias70: Jun 27, 2011, 1:35 PM