Events Made Easy Forums Bug fixed or feature request implemented #_ATTENDEES not HTML formating in email

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #52930
    Anonymous
    Inactive

    I would like to send (to the contact person) the list of attendees along with last reservation email.
    I have checked “send HTML mails”.
    When I receive the mail, the

    • list is not converted into HTML and I get the text :
      <ul><li>Attendee 1 - x places</li><li>Attendee 2 - y places</li></ul>
      instead of :

      • Attendee 1 – x places
      • Attendee 2 – y places

      What could be the issue ?

    #52940
    Franky
    Keymaster

    I just tested this myself and it seems to be working just fine.
    Which version are you using? Because in my version the list of attendees is given like this:

    <ul class='eme_bookings_list_ul'><li>admin (2)</li></ul>

    See the class-info? This is missing in your text, and when using the placeholder #_ATTENDEES this should be there.

    Edit: to check yourself, in eme_rsvp.php on line 1645 you should have this:
    $eme_format_header="<ul class='eme_bookings_list_ul'>";

    #52953
    Anonymous
    Inactive

    I the settings, I have
    <li>#_ATTENDNAME #_ATTENDEMAIL #_ATTENDPHONE #_ATTENDSPACES place(s)</li>
    In the mail I receive :
    <ul class='eme_bookings_list_ul'><li>Emmanuel J ejung@free.fr 6 place(s)</li><li>OlivFour fournier.o@bluewin.ch 1 place(s)</li></ul> as text

    #52967
    Franky
    Keymaster

    This works as expected for me (returns a html-mail with the attendees correctly formatted in html), so unless I get more info (like an admin account to check myself), this will be closed.

    #52981
    Anonymous
    Inactive

    Hi Frank,
    The bug relates to send mode = WP-Mail
    With Sendmail it is OK

    #52988
    Franky
    Keymaster

    Ok, thanks for reporting this. It seems I forgot to add correct headers for html-mail when using the wp-mail method.
    This should fix it:
    http://plugins.trac.wordpress.org/changeset/1001524

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.
Scroll to Top