<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"? 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 import (This is more for the Non-Admins users who never seem to read the help guides).</DIV>
<DIV> </DIV>
<DIV>I'll be grateful with either wording you choose as it will be an improvement over the current implementation.</DIV>
<DIV> </DIV>
<DIV>Thanks!</DIV>
<DIV>Brad</DIV>
<DIV><BR>>>> On 9/24/2010 at 9:27 AM, in message <4C9CB53B.6090204@Zend.To>, Jules <Jules@zend.to> 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> </DIV></DIV>
<DIV>To remove "John Doe" name from being listed next to the cvs imported users email address I did the following. </DIV>
<DIV> </DIV>
<DIV>edit NSSDropoff.php</DIV>
<DIV> </DIV>
<DIV>near line 1119:</DIV>
<DIV>find: </DIV>
<DIV> $recipients[] = array(( $recipName ? $recipName : "" ),$recipEmail);</DIV>
<DIV> </DIV>
<DIV>If you want only the email address displayed:</DIV>
<DIV>change to:</DIV>
<DIV> $recipients[] = array( "" ,$recipEmail);<BR></DIV>
<DIV>or if you want some text next to the recipients email address:</DIV>
<DIV> $recipients[] = array( "CSV imported recipient" ,$recipEmail);<BR><BR>Disclaimer, use at your own risk.</DIV>
<DIV> </DIV>
<DIV>thanks</DIV>
<DIV>Brad</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>>>> On 9/14/2010 at 9:49 AM, in message <A class=moz-txt-link-rfc2396E href="mailto:4C8F451A.BC51.0068.1@aafp.org"><4C8F451A.BC51.0068.1@aafp.org></A>, "Brad Beckenhauer" <A class=moz-txt-link-rfc2396E href="mailto:bbecken@aafp.org"><bbecken@aafp.org></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> </DIV>
<DIV>1) Currently when using the cvs import file feature the First recipient's NAME is used to populate the NAME field for the users imported using the CVS file.</DIV>
<DIV> </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> </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> </DIV>
<DIV> </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> </DIV>
<DIV> </DIV>
<DIV>2) CVS not working as expected: the Zendto Help say that "A plain text file with a single email address per line".</DIV>
<DIV> </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 & jdoe11 AND jdoe2 is also extracted. The below cvs file would add three recipients (not including the first listed recipient).</DIV>
<DIV> </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> </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> </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. 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. 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 their primary email address and the second to their secondary contacts. Just pointing this out so others are aware.</DIV>
<DIV> </DIV>
<DIV>thanks</DIV>
<DIV>Brad</DIV>
<DIV> </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>