• Hello,

    Can you tell me how I can send to a large list of recipients using this plugin? I have a comma separated string of e-mail addresses (around ~120 addresses) and need petition submissions to be sent to every address.

    When I try to add the e-mail addresses and save the petition settings the field comes back blank and my changes are not saved.

    As far as I can tell this plugin uses the default wp_mail function which accepts a comma separated list of addresses – is the plugin limiting input? How can I configure the plugin to send to this list? I’m using Mandrill for SMTP so i’m squared away on that front.

    Appreciate any help!

    https://www.ads-software.com/plugins/speakout/

Viewing 3 replies - 1 through 3 (of 3 total)
  • jhickey86, have you found a solution to this problem? I’m having the same issue and I only have about 20 email addresses. Seems there is a character limit for that field.

    Thread Starter jhickey86

    (@jhickey86)

    Hi Kmay,

    I have found out what the problem is but haven’t tried fixing it myself yet as I have been busy.

    The problem is two-fold: The target e-mail address HTML input is capped at 300 characters and so is the database column target_email – which is set up as VARCHAR(300). I’m guessing to fix this you would have to remove the HTML input limit attribute and edit the database column type to be VARCHAR(MAX) or similar.

    As far as I can tell that is all that is restricting the field. Hope this helps you, if I ever get around to fixing it I can send you more detailed instructions.

    Thanks, I just signed in to tell you the same thing! I found the file to update and set to 600 and also tried MAX. No dice on either. It’s still capping out at 300.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Target e-mail address: Using multiple addresses?’ is closed to new replies.