[ZendTo] Re: Drop off emails
    Phil Daws 
    uxbod at splatnix.net
       
    Thu Nov 21 14:31:17 GMT 2013
    
    
  
If that function is modified then the BCC will get all emails including pickups.
----- Original Message ----- 
From: "Artyom Aleksandrov" <mailing.list at tem4uk.ru> 
To: "ZendTo Users" <zendto at zend.to> 
Sent: Thursday, 21 November, 2013 1:49:37 PM 
Subject: [ZendTo] Re: Drop off emails 
Hi, it's not available by configuration options but you can modify "deliverEmail" function in lib/NSSDropbox.php file. 
Try to add additional header in this section 
913 if ($fromAddr!="") { 
914 $headers = sprintf("From: %s", $sender) . PHP_EOL . 
915 sprintf("Reply-to: %s", $fromAddr) . PHP_EOL . 
916 $headers; 
917 } 
On Thu, Nov 21, 2013 at 1:38 PM, Harris, David < D.J.Harris at tees.ac.uk > wrote: 
Hi, 
We have an installation of Zendto, and its use is gradually increasing. Is there a way we can quickly add an email address to BCC the system administrator the dropoff confirmation email whenever a dropoff is made on the system? 
Thanks 
Dave 
David Harris | ICT Manager (Information Assurance) 
ITaCS 
http://informationsecurity.tees.ac.uk 
Teesside University 
( Internal Ext. 8979 
( External 01642 738979 
_______________________________________________ 
ZendTo mailing list 
ZendTo at zend.to 
http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto 
_______________________________________________ 
ZendTo mailing list 
ZendTo at zend.to 
http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto 
    
    
More information about the ZendTo
mailing list