• Hello,

    I started working with your plugin and, oh God, it works damn well!

    Congratulations for the nice work.

    I’ll like to propose a feature, being the ability to postpone a petition mail sending when wp_mail failed.

    Also, It could be nice to natively have
    – a cc field to distinguish main recipients from others
    – a footer text which will be displayed after the signee name, address.

    Finally, I’ll like to help you improve some of your french translations.

    Thank you again,

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author SpeakOut! Steve

    (@123host)

    Hey, thanks for the kind words and ideas.

    I am not sure how mail resending would work. Are you suggesting that if wp_mail fails the system retries after a delay until it is sent? I always use SMTP so have no experience with wp_mail, what causes it to fail? Wouldn’t it be better to address that issue?

    I like the idea of a main target and CC and will implement that. Thanks.

    I also like the idea of the footer. What sort of things would you see included in that?

    Do you know how to edit translations? In the wp-content/plugins/speakout/languages directory you will find a .mo and .po file for each language. The .po is the raw text that is compiled to .mo. if you edit the .po and contact me via https://speakout.123host.net.au/contact I would be delighted to have your contribution.

    Plugin Author SpeakOut! Steve

    (@123host)

    Version 1.12.0 is now available with the target CC option.

    Thanks for the idea.

    Thread Starter crazybaby1er

    (@crazybaby1er)

    Hello @123host,

    Thanks for the quick update.

    About the footer, in my use case, I put my ampliation list in it, because in such formal letter (petition), they are always after the signature.

    As for the mail pooling, here’s my technical idea :
    1/ add a flag mail_sent in signature table in db
    2/ flag is set to true only if wp_mail doesn’t fail
    3/ on the next signature, or on a manual trigger, signature mails that weren’t send, should be reprocessed, following steps 2 and 3.

    I think that will do the trick.

    I’ll get back to you on the translation.

    Thread Starter crazybaby1er

    (@crazybaby1er)

    Hey @123@host

    Improvement: added target email CC so you can have your target and also CC to other email addresses. Thanks for the idea @sixtyseven

    😀

    Plugin Author SpeakOut! Steve

    (@123host)

    Oops 🙂 Apologies, I will fix that in the next version. Thanks for the idea, it is a good one.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘[Feature request] Mail pooling’ is closed to new replies.