ezmailnotificationtransport.php

Author Message

Clive Flatau

Thursday 03 February 2005 11:14:24 am

Anybody know why the receiver in this mail module us set to null? This seem to be the last time the receiver address is set before the SMTP server is contacted and could be my notification problem.

        ......
        $mail->extractEmail( $addressItem, $email, $name );
            $mail->addBcc( $email, $name );
        }
        $mail->setReceiver( '' );
        $mail->setSender( $emailSender );
        $mail->setSubject( $subject );
        $mail->setBody( $body );
        .....

Hans Melis

Thursday 03 February 2005 11:25:14 am

That's a security/privacy feature. Everyone who should receive the email is set in the BCC field. The call to setReceiver() would put them in the TO field which would mean everyone could see those email addresses.

Hans
http://blog.hansmelis.be

Clive Flatau

Thursday 03 February 2005 2:05:23 pm

ah yes - red herring - thanks

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:00
Script start
Timing: Jan 19 2025 03:22:00
Module start 'layout'
Timing: Jan 19 2025 03:22:00
Module start 'content'
Timing: Jan 19 2025 03:22:01
Module end 'content'
Timing: Jan 19 2025 03:22:01
Script end

Main resources:

Total runtime1.6018 sec
Peak memory usage4,096.0000 KB
Database Queries57

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0055 589.1563152.6250
Module start 'layout' 0.00550.0035 741.781339.4453
Module start 'content' 0.00901.5913 781.2266526.9688
Module end 'content' 1.60030.0015 1,308.19538.1641
Script end 1.6018  1,316.3594 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00340.2138160.0002
Check MTime0.00140.0860160.0001
Mysql Total
Database connection0.00070.042910.0007
Mysqli_queries1.555897.1288570.0273
Looping result0.00080.0525550.0000
Template Total1.565297.720.7826
Template load0.00220.135520.0011
Template processing1.563097.578520.7815
Template load and register function0.00020.012510.0002
states
state_id_array0.00120.075210.0012
state_identifier_array0.00130.080420.0006
Override
Cache load0.00180.1101100.0002
Sytem overhead
Fetch class attribute can translate value0.00090.058820.0005
Fetch class attribute name0.00090.059240.0002
XML
Image XML parsing0.00060.038020.0003
class_abstraction
Instantiating content class attribute0.00000.000540.0000
General
dbfile0.00200.1227150.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
3content/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
1content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 10
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs