<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto">I think the original poster and I may have different use cases.<div><br></div><div>Perhaps present it to the user not as part of the subject.  Perhaps label it as “Message ID”. I would assume displaying would be a setting pref file.  So this way, </div><div><br></div><div> If (isset($messageID)) then $subject = [Zendto] . $messageID . $subject; else $subject = [Zendto] . $subject;<br><br> I know that’s not even close to proper code, but I hope you get the gist.</div><div> </div><div>For me, the [ZendTo] can stay or be replaced.</div><div><br></div><div>I’m guessing anyone else who would use the feature has another ticketing or request system they are using that generates the custom string they need to use.  For me, even the term request ID would work.</div><div><br></div><div>My thought behind it is to making merging these mails into another system easier to automate. It would also make it easier to display in email in a conversation view.  Anyone using the feature would have a internal custom name for the custom string.</div><div><br></div><div>Then again, long day and I’ll stop rambling. </div><div><br><div id="AppleMailSignature" dir="ltr">Sent from my iPad</div><div dir="ltr"><br>On Apr 29, 2019, at 10:19 AM, Jules Field <<a href="mailto:Jules@zend.to">Jules@zend.to</a>> wrote:<br><br></div><blockquote type="cite"><div dir="ltr">
  
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  
  
    Folks,<br>
    <br>
    I'm having a think about this one.<br>
    <br>
    The idea of the prefix is pretty simple, basically I would give you
    the "[ZendTo]" string (as an initial default value) in a "Subject"
    box in the new drop-off form.<br>
    <br>
    Whatever you end up putting in there gets used instead of [ZendTo]
    at the start of the email subject lines.<br>
    <br>
    However......<br>
    <br>
    If you request a drop-off, you get to supply the whole Subject line
    for the email to the person you want to send you their files.<br>
    Ideally, that same Subject line would be used in all notifications
    etc about that drop-off.<br>
    But they have entered the *whole* Subject line, not just the prefix
    to it.<br>
    If I use their whole Subject line as a prefix, it's going to look
    weird.<br>
    <br>
    So what do I do for the Subject prefix, when it was created as a
    result of a request which had the entire Subject line supplied?<br>
    I clearly can't ask the person sending the request to supply 2
    Subject entries — both the current whole Subject line *and* the
    prefix to use — as that would confuse the hell out of them.<br>
    <br>
    Any ideas please?<br>
    <br>
    Cheers,<br>
    Jules.<br>
    <br>
    <div class="moz-cite-prefix">On 21/04/2019 14:29, Mailing Lists via
      ZendTo wrote:<br>
    </div>
    <blockquote type="cite" cite="mid:WM!2259e31bcbec5992430418f002c490bbc3dd01ed4b2c0329743d8fc779d9efef6d0061ecc3c40991a151f8b11ffe7010!@mx.jul.es">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      Hi Jules,
      <div><br>
      </div>
      <div>yes it would be enough to allow 20 editable characters.<br>
        <br>
        <div id="AppleMailSignature" dir="ltr">via Smartphone</div>
        <div dir="ltr"><br>
          Am 21.04.2019 um 15:13 schrieb Travis McDugald via ZendTo <<a href="mailto:zendto@zend.to" moz-do-not-send="true">zendto@zend.to</a>>:<br>
          <br>
        </div>
        <blockquote type="cite">
          <div dir="ltr">
            <meta http-equiv="content-type" content="text/html;
              charset=UTF-8">
            While no one has asked for this yet, I do see it’s
            usefulness.
            <div>I do use custom strings in email subjects for some
              projects as well.  Helps with sorting, searching, and
              filtering.</div>
            <div><br>
            </div>
            <div>Side note: great job on everything Jules, thank you.</div>
            <div><br>
              <div id="AppleMailSignature" dir="ltr">Sent from my iPad</div>
              <div dir="ltr"><br>
                On Apr 21, 2019, at 7:40 AM, Jules via ZendTo <<a href="mailto:zendto@zend.to" moz-do-not-send="true">zendto@zend.to</a>>
                wrote:<br>
                <br>
              </div>
              <blockquote type="cite">
                <div dir="ltr">
                  <meta http-equiv="Content-Type" content="text/html;
                    charset=UTF-8">
                  Peter,<br>
                  <br>
                  You effectively just want to allow senders to
                  customise the "[ZENDTO]" subject line tag in each
                  drop-off, correct?<br>
                  <br>
                  Does anyone else need to do this too?<br>
                  <br>
                  Cheers,<br>
                  Jules.<br>
                  <br>
                  <div class="moz-cite-prefix">On 21/02/2019 2:21 pm,
                    Der PCFreak via ZendTo wrote:<br>
                  </div>
                  <blockquote type="cite" cite="mid:WM!04ac29d9b1cb683f7de0e78e84e4e2f34923d59c81d707d8829575b8c92b00a79e43ddd45ef21721380bef949edd6a9c!@mx.jul.es">Hi
                    Jules, hi all. <br>
                    <br>
                    I have a strange request from our ZendTo users. They
                    asked if it would be possible to add a custom field
                    when sending a DropOff <br>
                    that results in a custom text in all ZendTo email
                    concerning this specific DropOff. <br>
                    <br>
                    Example current: <br>
                    <br>
                    [ZENDTO] One of the recipients has picked up your
                    drop-off! <br>
                    <br>
                    Example requested: <br>
                    <br>
                    [ZENDTO] CUSTOM_STRING One of the recipients has
                    picked up your drop-off! <br>
                    <br>
                    I asked a little bit about the purpose of their
                    request and they told me that project teams sort
                    their email by subject and <br>
                    consequently keep the project name (CUSTOM_STRING)
                    in every subject of their emails concerning that
                    specific project. <br>
                    So later they could sort by project name
                    (CUSTOM_STRING) within Outlook to be able to verify
                    when they sent a specific DropOff. <br>
                    <br>
                    Question: <br>
                    Is it possible to implement such a feature? <br>
                    <br>
                    I know that I could handcraft it but I don't want to
                    make big changes to the source and always have to
                    keep track of them when upgrading. <br>
                    <br>
                    I am currently not on the latest version of ZendTo,
                    so if such a feature is maybe already present in the
                    latest version, feel free <br>
                    to tell me. <br>
                    <br>
                    Thanks in advance. <br>
                    <br>
                    Peter <br>
                    <br>
                    <br>
                    _______________________________________________ <br>
                    ZendTo mailing list <br>
                    <a class="moz-txt-link-abbreviated" href="mailto:ZendTo@zend.to" moz-do-not-send="true">ZendTo@zend.to</a> <br>
                    <a class="moz-txt-link-freetext" href="http://jul.es/mailman/listinfo/zendto" moz-do-not-send="true">http://jul.es/mailman/listinfo/zendto</a>
                    <br>
                  </blockquote>
                  <br>
                  <pre class="moz-signature" cols="72">Jules

-- 
Julian Field MEng CEng CITP MBCS MIEEE MACM

'Once is happenstance, twice is coincidence, three times is enemy
 action.' - Ian Fleming

<a class="moz-txt-link-abbreviated" href="http://www.Zend.To" moz-do-not-send="true">www.Zend.To</a>
Twitter: @JulesFM
</pre>
                </div>
              </blockquote>
              <blockquote type="cite">
                <div dir="ltr"><span>_______________________________________________</span><br>
                  <span>ZendTo mailing list</span><br>
                  <span><a href="mailto:ZendTo@zend.to" moz-do-not-send="true">ZendTo@zend.to</a></span><br>
                  <span><a href="http://jul.es/mailman/listinfo/zendto" moz-do-not-send="true">http://jul.es/mailman/listinfo/zendto</a></span><br>
                </div>
              </blockquote>
            </div>
          </div>
        </blockquote>
        <blockquote type="cite">
          <div dir="ltr"><span>_______________________________________________</span><br>
            <span>ZendTo mailing list</span><br>
            <span><a href="mailto:ZendTo@zend.to" moz-do-not-send="true">ZendTo@zend.to</a></span><br>
            <span><a href="http://jul.es/mailman/listinfo/zendto" moz-do-not-send="true">http://jul.es/mailman/listinfo/zendto</a></span><br>
          </div>
        </blockquote>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
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://jul.es/mailman/listinfo/zendto">http://jul.es/mailman/listinfo/zendto</a>
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">Jules

-- 
Julian Field MEng CEng CITP MBCS MIEEE MACM

'Find a place inside where there's joy, and the joy will burn out
 the pain.' - Joseph Campbell

<a class="moz-txt-link-abbreviated" href="http://www.Zend.To">www.Zend.To</a>
Twitter: @JulesFM
</pre>
  

</div></blockquote></div></body></html>