<HTML><HEAD>
<META content="text/html; charset=UTF-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.7600.16625"></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Segoe UI" bgColor=#ffffff text=#000000>
<DIV>Good Morning Jules,</DIV>
<DIV>Would you consider "Zendto CVS Recipient"?&nbsp; My thoughts on including the word CVS is so that anyone who looks at the dropoff will immediately know that the recipient list was created by a CVS&nbsp;import (This is more for the Non-Admins users who never seem to read the help guides).</DIV>
<DIV>&nbsp;</DIV>
<DIV>I'll be grateful with either wording&nbsp;you choose as it will be an improvement over the current implementation.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks!</DIV>
<DIV>Brad</DIV>
<DIV><BR>&gt;&gt;&gt; On 9/24/2010 at 9:27 AM, in message &lt;4C9CB53B.6090204@Zend.To&gt;, Jules &lt;Jules@zend.to&gt; wrote:<BR></DIV>
<TABLE style="MARGIN: 0px 0px 0px 15px; FONT-SIZE: 1em" border=0 bgColor=#f3f3f3>
<TBODY>
<TR>
<TD>
<DIV style="BORDER-LEFT: #050505 1px solid; PADDING-LEFT: 7px">Looks okay. I would just use "ZendTo Recipient" or similar instead of "CSV imported recipient".<BR>Otherwise looks fine.<BR><BR>What wording would you like me to use in the next release?<BR><BR>Jules.<BR><BR>On 24/09/2010 15:02, Brad Beckenhauer wrote: 
<BLOCKQUOTE cite=mid:4C9C6909.BC51.0068.1@aafp.org type="cite">
<META name=GENERATOR content="MSHTML 8.00.7600.16625">
<DIV>
<DIV>Julian, would you verify that this won't mess up something else on Zendto?</DIV>
<DIV>&nbsp;</DIV></DIV>
<DIV>To remove "John Doe" name&nbsp;from being listed next to the cvs imported users email address I did the following.&nbsp; </DIV>
<DIV>&nbsp;</DIV>
<DIV>edit NSSDropoff.php</DIV>
<DIV>&nbsp;</DIV>
<DIV>near line 1119:</DIV>
<DIV>find: </DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$recipients[] = array(( $recipName ? $recipName : "" ),$recipEmail);</DIV>
<DIV>&nbsp;</DIV>
<DIV>If you want only the email address displayed:</DIV>
<DIV>change to:</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $recipients[] = array( "" ,$recipEmail);<BR></DIV>
<DIV>or if you want some text next to the recipients email address:</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $recipients[] = array( "CSV imported recipient" ,$recipEmail);<BR><BR>Disclaimer, use at your own risk.</DIV>
<DIV>&nbsp;</DIV>
<DIV>thanks</DIV>
<DIV>Brad</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&gt;&gt;&gt; On 9/14/2010 at 9:49 AM, in message <A class=moz-txt-link-rfc2396E href="mailto:4C8F451A.BC51.0068.1@aafp.org">&lt;4C8F451A.BC51.0068.1@aafp.org&gt;</A>, "Brad Beckenhauer" <A class=moz-txt-link-rfc2396E href="mailto:bbecken@aafp.org">&lt;bbecken@aafp.org&gt;</A> wrote:<BR></DIV>
<TABLE style="MARGIN: 0px 0px 0px 15px; FONT-SIZE: 1em" border=0 bgColor=#f3f3f3>
<TBODY>
<TR>
<TD>
<DIV style="BORDER-LEFT: rgb(5,5,5) 1px solid; PADDING-LEFT: 7px">
<DIV>There are two parts in this email.</DIV>
<DIV>&nbsp;</DIV>
<DIV>1) Currently when using the&nbsp;cvs import file&nbsp;feature the&nbsp;First recipient's NAME is used to populate the NAME field for the users imported using the&nbsp;CVS file.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Example:</DIV>
<DIV><IMG src="cid:NOFEEJZVETZQ.IMAGE.bmp"></DIV>
<DIV>zendto-cvs.txt</DIV>
<DIV><A href="mailto:jdoe1@yahoo.com" moz-do-not-send="true">jdoe1@yahoo.com</A><BR><A href="mailto:jdoe2@yahoo.com" moz-do-not-send="true">jdoe2@yahoo.com</A><BR><A href="mailto:jdoe3@yahoo.com" moz-do-not-send="true">jdoe3@yahoo.com</A><BR><A href="mailto:jdoe4@yahoo.com" moz-do-not-send="true">jdoe4@yahoo.com</A></DIV>
<DIV>&nbsp;</DIV>
<DIV>Summary Screen</DIV>
<DIV><IMG src="cid:SXFIPMEODSKA.IMAGE_1.bmp"></DIV>
<DIV>Notice that the Name of the first recipient (not in the cvs file) is populating the name field of the users imported from the CVS file.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Suggestion:</DIV>
<DIV>if the CVS import feature is used, do not populate the full name of the file sender with the email addresses in the cvs file or if a Name must be specified, then populate it with something generic.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>2) CVS not working as expected:&nbsp; the Zendto Help say that "A plain text file with a single email address per line".</DIV>
<DIV>&nbsp;</DIV>
<DIV>Reality:</DIV>
<DIV>If you have a cvs file with multiple email address separated by a comma, both email addresses are extracted from the single line (jdoe1 &amp; jdoe11 AND jdoe2 is also extracted.&nbsp; The below cvs file would add three recipients (not including the first listed recipient).</DIV>
<DIV>&nbsp;</DIV>
<DIV>example cvs file:</DIV>
<DIV>
<DIV>zendto-cvs.txt</DIV>
<DIV><A href="mailto:jdoe1@yahoo.com" moz-do-not-send="true">jdoe1@yahoo.com</A>, <A href="mailto:jdoe11@yahoo.com" moz-do-not-send="true">jdoe11@yahoo.com</A><BR><A href="mailto:jdoe2@yahoo.com" moz-do-not-send="true">jdoe2@yahoo.com</A></DIV></DIV>
<DIV>&nbsp;</DIV>
<DIV>This could be addressed by either changing the text presented to the sender or changing the Zendto code to match what the text says.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Another interesting observation, one of our tech exported a cvs list from our Lyris ListManager and the cvs had many comma delimited fields.&nbsp; They where able to import the cvs without modification which tells me that the cvs import function is scanning the cvs for email addresses and grabbing them.&nbsp; That could be a good/bad thing if the cvs had multiple email addresses for a single contact on a single row (such as for primary email contact and secondary email contact), and a dropoff would result in the recipient receiving two notifications, one to&nbsp;their primary email address and the second to their secondary contacts.&nbsp; Just pointing this out so others are aware.</DIV>
<DIV>&nbsp;</DIV>
<DIV>thanks</DIV>
<DIV>Brad</DIV>
<DIV>&nbsp;</DIV></DIV></TD></TR></TBODY></TABLE><PRE wrap=""><FIELDSET class=mimeAttachmentHeader></FIELDSET>
_______________________________________________
ZendTo mailing list
<A class=moz-txt-link-abbreviated href="mailto:ZendTo@zend.to">ZendTo@zend.to</A>
<A class=moz-txt-link-freetext href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto">http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</A></PRE></BLOCKQUOTE><BR><PRE class=moz-signature cols="72">Jules

-- 
Julian Field MEng CITP CEng
<A class=moz-txt-link-abbreviated href="http://www.Zend.To">www.Zend.To</A>

Need help fixing or optimising your systems?
Contact me!
Need help getting you started solving new requirements from your boss?
Contact me!

PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654
Follow me at twitter.com/JulesFM
</PRE></DIV></TD></TR></TBODY></TABLE></BODY></HTML>