simple-mailer-craft
simple-mailer-craft copied to clipboard
Add logging of sent emails
Useful for debugging email delivery issues.
Sorry to be a downer, but the point of this add-on is there is no database component and it is very simple. Form submits, email is sent. I doubt whether logging will come to this add-on.
Thanks for your interest though! If you want to fork it, I have no problem with that at all!
I was thinking you could write to the plugin log-file. It could be a toggle, even, and you could just JSON-encode the input. That's what I've done in the past.
Since e-mail can be brittle, I think I won't be the only one that needs to go back and check once one of the clients report that they haven't received e-mails the last week.
I also see your point, but I think some kind of logging belongs in any e-mail plugin, however simple it is.
Sure. I’ll give it some thought.