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.

eZ debug

Timing: Jan 19 2025 03:22:25
Script start
Timing: Jan 19 2025 03:22:25
Module start 'layout'
Timing: Jan 19 2025 03:22:25
Module start 'content'
Timing: Jan 19 2025 03:22:26
Module end 'content'
Timing: Jan 19 2025 03:22:26
Script end

Main resources:

Total runtime1.5770 sec
Peak memory usage4,096.0000 KB
Database Queries46

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0074 589.1563152.6250
Module start 'layout' 0.00740.0030 741.781339.4453
Module start 'content' 0.01031.5652 781.2266412.0547
Module end 'content' 1.57550.0015 1,193.28138.3203
Script end 1.5770  1,201.6016 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00370.2344160.0002
Check MTime0.00140.0879160.0001
Mysql Total
Database connection0.00120.074010.0012
Mysqli_queries1.534997.3279460.0334
Looping result0.00050.0302440.0000
Template Total1.532197.220.7661
Template load0.00230.144020.0011
Template processing1.529897.005920.7649
Template load and register function0.00020.013610.0002
states
state_id_array0.00180.113210.0018
state_identifier_array0.00270.169920.0013
Override
Cache load0.00190.1187170.0001
Sytem overhead
Fetch class attribute can translate value0.00050.033510.0005
Fetch class attribute name0.00080.047710.0008
XML
Image XML parsing0.00010.008210.0001
class_abstraction
Instantiating content class attribute0.00000.000310.0000
General
dbfile0.00110.0687100.0001
String conversion0.00000.000640.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
1content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
3content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 9
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs