Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Bulk-Email Error

Quote Reply
Bulk-Email Error
I get error message when sending bulk-email to all user

(From address (`xyz@mydomain.com') rejected by server. at GT::Mail::BulkMail::_smtp_send line 42,

Is this a server problem?

Michael

Quote Reply
Re: Bulk-Email Error In reply to
Looks like your server doesn't recognise the domain in the From field as being a domain allowed to use the smtp server therefore it will reject the mail.

Your mail log may help.

Check with your host.

Paul
Installations:http://wiredon.net/gt/
Support: http://wiredon.net/forum/

Quote Reply
Re: Bulk-Email Error In reply to
Itīs my own dedicated server.

I had problems after server-setup with replying mails by mail-program. They changed the settings, and I could reply by regular emails.

I run successfull newsletter with Links 2.0 at the same server, only sql newsletter does not run.

Mabye I contact support of the server.

Michael

Quote Reply
Re: Bulk-Email Error In reply to
Do you not have sendmail?

Have you checked that the server is setup to relay email from your domain?

Paul
Installations:http://wiredon.net/gt/
Support: http://wiredon.net/forum/

Quote Reply
Re: Bulk-Email Error In reply to
Here is the complete error-message:

GT::Mail::BulkMail Error: From address (`test@task.de') rejected by server (220-This computer system is for authorized users only. Individuals using this )

A fatal error has occured:From address (`test@task.de') rejected by server. at GT::Mail::BulkMail::_smtp_send line 42, chunk 5.
Please enable debugging in setup for more details.

__
Michael



Quote Reply
Re: Bulk-Email Error In reply to
When I set /usr/sbin/sendmail -t
it runs, but maybe not correct.

The testmails I received have blank
FROM, TO and Subject-fields, and there
are this lines in the body:

From: "test" <test@skai.de>
Subject: test
To: ms@skai.de
X-Mailer: GT::Mail::BulkMail v1.02 (CVS revision 1.23, Perl v5.6.0, linux)
http://www.gossamer-threads.com
Content-Transfer-Encoding: quoted-printable
Content-type: text/html
Message-Id: <E14pmuR-000514-00@fred.vosn.net>
Sender: Nobody <nobody@fred.vosn.net>

Any idea?

Michael