<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    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 content="text/html; charset=UTF-8" http-equiv="Content-Type">
      <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>&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;"
        bgcolor="#f3f3f3" border="0">
        <tbody>
          <tr>
            <td>
              <div style="border-left: 1px solid rgb(5, 5, 5);
                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:part1.07050507.06030600@Zend.To"></div>
                <div>zendto-cvs.txt</div>
                <div><a moz-do-not-send="true"
                    href="mailto:jdoe1@yahoo.com">jdoe1@yahoo.com</a><br>
                  <a moz-do-not-send="true"
                    href="mailto:jdoe2@yahoo.com">jdoe2@yahoo.com</a><br>
                  <a moz-do-not-send="true"
                    href="mailto:jdoe3@yahoo.com">jdoe3@yahoo.com</a><br>
                  <a moz-do-not-send="true"
                    href="mailto:jdoe4@yahoo.com">jdoe4@yahoo.com</a></div>
                <div> </div>
                <div>Summary Screen</div>
                <div><img src="cid:part2.03000202.00050409@Zend.To"></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 &amp; 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 moz-do-not-send="true"
                      href="mailto:jdoe1@yahoo.com">jdoe1@yahoo.com</a>,
                    <a moz-do-not-send="true"
                      href="mailto:jdoe11@yahoo.com">jdoe11@yahoo.com</a><br>
                    <a moz-do-not-send="true"
                      href="mailto:jdoe2@yahoo.com">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>
  </body>
</html>