[ZendTo] Vague Picked Up E-Mail

Michael Imlay it at dellconsultingllc.com
Mon Sep 26 17:45:23 BST 2022


My apologies. I did additional testing on my end and it's working correctly. I think the user is unchecking the box "send notifications for each recpt that picks up the file"

Michael Imlay
 


Michael Imlay
Information Technology
129 East Government Street
Pensacola, FL 32502

Direct:  850-332-2084
Office:  850-332-5687 x117   

IT at DellConsultingLLC.com 

This email and any files transmitted with it may contain PRIVILEGED or CONFIDENTIAL information and may be read or used only by the intended recipient. If you are not the intended recipient of the email or any of its attachments, please be advised that you have received this email in error and that any use, dissemination, distribution, forwarding, printing, or copying of this email or any attached files is strictly prohibited. If you have received this email in error, please immediately purge it and all attachments and notify the sender by reply email or contact the sender at the number listed.

-----Original Message-----
From: Neil Brown <zendto at neilzone.co.uk> 
Sent: Monday, September 26, 2022 11:07 AM
To: ZendTo Users <zendto at zend.to>
Cc: Michael Imlay <it at dellconsultingllc.com>
Subject: Re: [ZendTo] Vague Picked Up E-Mail

On Mon, 2022-09-26 at 16:00 +0000, Michael Imlay via ZendTo wrote:
> What version of Zend.To are you running? We're on 6.11-2 running on 
> CentOS 7

6.11-2.

Digging into this a bit more, the template for the email is templates/pickup_email_html.tpl 

The pertinent code is:

{if $showIP}
{t escape=no 1=$filename|escape}The file "<span class="mono">%1</span>"
was picked up.{/t}<br>
 <br>
{capture assign="remote_t"}{if $hostname eq $remoteAddr}{$remoteAddr|escape}{else}{$hostname|escape}
({$remoteAddr|escape}){/if}{/capture}
{t escape=no 1=$whoWasIt|escape 2=$remote_t}%1 made the pick-up from %2.{/t}<br> {else} {t escape=no 1=$filename 2=$whoWasIt|escape}The file "<span class="mono">%1</span>" was picked up by %2.{/t}<br> {/if}


So it looks like it should be shown whether $showIP is set or not.

If showIP is set, you should see it in:

[email address] made the pick-up from [IP address]

and if not set

The file "[filename]" was picked up by [email address]

I *think* the corresponding option in preferences.php is:

'emailSenderIP' => FALSE,

Is yours set to true or false?

Neil




More information about the ZendTo mailing list