Home Forums Newsletter Plugin Support text-only confirmation mails?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7081
    borkenkaefer
    Participant

    I don’t like HTML-mails. I prefer text-only mails.

    Is there a way in the newsletter plugin to change the confirmation mails (the double opt-in procedure) to text-only messages?

    #7140
    Stefano
    Keymaster

    Actually it is no possible.

    Stefano.

    #9099
    tglemser
    Participant

    If you want to send text-only messages you can do this with two steps.
    First
    Change subscription/email.php to this:

    <?php
    
    // TODO: Explain how to customize.
    
    ?>
    <?php echo $message; ?>

    Second
    Edit function mail in plugin.php and set all IsHTML to false. This will change the header in the mail. Please note that even if you try to send an html E-Mail it will have the wrong header.

    Stefano: As your plugin is able to distinct between HTML and Text-Only Newsletters it would be great to be able to choose in which content-type the subcription messages should be.

    #9100
    Stefano
    Keymaster

    Actually the use of only text email is not supported even if the plugin has some code in it that let suppose it can manage only text messages.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.