SMTP "sender not yet given"

Author Message

Clive Flatau

Friday 04 February 2005 1:40:15 am

This seems to be an old chessnut. Below I have dumped the sendData array that the smtp class uses. The message is being rejected by the SMTP server with:

No sender yet given

Can anyone see whats wrong here - other mails like user registration are working fine with the same server.

Mail settings are:

[MailSettings]
Transport=SMTP
TransportServer=callisto.d1.hyperlink-interactive.co.uk
TransportUser=
TransportPassword=
AdminEmail=clive.flatau@cw.com
EmailSender=clive.flatau@cw.com

[TransportSettings]
DefaultTransport=SMTP

Array
(
    [from] => Jo Bloggs <jo.bloggs@my.com>
    [recipients] => Array
        (
            [0] =>
        )

    [CcRecipients] => Array
        (
        )

    [BccRecipients] => Array
        (
            [0] => jo.bloggs@my.com
        )

    [headers] => Array
        (
            [0] => To:
            [1] => Subject: News Article "Test J" was published [localhos - Accident]
            [2] => From: Jo Bloggs <jo.bloggs@my.com>
            [3] => Bcc: jo.bloggs@my.com
            [4] => MIME-Version: 1.0
            [5] => Content-Type: text/plain; charset=iso-8859-1
            [6] => Content-Transfer-Encoding: 8bit
            [7] => Content-Disposition: inline
            [8] => User-Agent: eZ publish, Version 3.5.0
            [9] => Message-ID: <node.487.eznotification@localhost:1000/>
            [10] => References: <node.1.eznotification@localhost:1000/> <eznotification@localhost:1000/> <node.60.eznotification@localhost:1000/>1.eznotification@localhost:1000/> <node.77.eznotification@localhost:1000/
            [11] => In-Reply-To: <node.77.eznotification@localhost:1000/>
        )

    [body] => This e-mail is to inform you that a new item has been publi
 localhost:1000/.
The item can be viewed by using the URL below.

Test J - Jo Bloggs
http://localhost:1000//news/appeals/accident/test_j__1


If you do not wish to continue receiving these notifications,
change your settings at:
http://localhost:1000//notification/settings

--
localhost:1000/ notification system
)

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.