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.
Version 1.12.0 is now available with the target CC option.
Thanks for the idea.
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.
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
😀
Oops 🙂 Apologies, I will fix that in the next version. Thanks for the idea, it is a good one.