• Resolved tonymayo

    (@tonymayo)


    What HTML or other codes can I use to format the announcement email for multiple files? I can’t even get it to skip a line between the salutation and the file names.

    This setup:
    >>
    Dear [requesting_name],

    Here are the download links for the bonus files you requested.
    |

    [file_urls]

    |

    Sincerely,
    Tony
    >>

    generates this email:

    >>
    From: WordPress [mailto:wordpress@mayogenuine.com]
    Sent: Monday, June 23, 2014 8:09 PM
    To: me@mayogenuine.com
    Subject: Tony Mayo: The bonus material you requested

    Dear Tony Mayo, Here are the download links for the bonus files you requested. | Bonus Chapter: Courage
    Test Video Download
    | Sincerely, Tony
    >>

    Form is at: http://wp.me/P4KWan-2Wn
    https://wordpress.org/plugins/email-before-download/

Viewing 1 replies (of 1 total)
  • Thread Starter tonymayo

    (@tonymayo)

    Turns out that I had an error in my test HTML and it took too long to debug because Microsoft Outlook Exchange services were somewhat FUBAR today, so my test messages arrived hours late and out of order.

    I got the effect I wanted with this:

    >>

    Dear [requesting_name],
    <p><br class="spacer_" /></p>
    <p>Here are the download links for the bonus files you requested.</p>
    <p><br class="spacer_" /></p>
    <hr />
    <p><br class="spacer_" /></p>
    <blockquote>
     [file_urls]
    </blockquote>
     <p><br class="spacer_" /></p>
    <hr />
    <p><br class="spacer_" /></p>
    <p>Here is a <a title="Bonus video" href="https://www.youtube.com/watch?v=7U-01-iSYdw&list=UUwZBX702b7yh3rLkpjZniow"> link to the video of Tony speaking about the book to a conference for senior coaches. </p>
    <p>Sincerely,</br>
    Tony</p>

    >>

    which delivered:

    >>
    Dear Tony Mayo,

    Here are the download links for the bonus files you requested.

    ________________________________________

    Bonus Chapter: Courage
    Test Video Download

    ________________________________________

    Here is a link to the video of Tony speaking about the book to a conference for senior coaches.
    Sincerely,
    Tony

    >>

Viewing 1 replies (of 1 total)
  • The topic ‘Formatting the link email for multiple files’ is closed to new replies.