<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">
<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 &lt;4C8F451A.BC51.0068.1@aafp.org&gt;, "Brad Beckenhauer" &lt;bbecken@aafp.org&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">
<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:SDJPNYEYTXRK.IMAGE_2.BMP"></DIV>
<DIV>zendto-cvs.txt</DIV>
<DIV><A href="mailto:jdoe1@yahoo.com">jdoe1@yahoo.com</A><BR><A href="mailto:jdoe2@yahoo.com">jdoe2@yahoo.com</A><BR><A href="mailto:jdoe3@yahoo.com">jdoe3@yahoo.com</A><BR><A href="mailto:jdoe4@yahoo.com">jdoe4@yahoo.com</A></DIV>
<DIV>&nbsp;</DIV>
<DIV>Summary Screen</DIV>
<DIV><IMG src="cid:MCDLHAHEWAQA.IMAGE_3.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">jdoe1@yahoo.com</A>, <A href="mailto:jdoe11@yahoo.com">jdoe11@yahoo.com</A><BR><A href="mailto:jdoe2@yahoo.com">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></BODY></HTML>