Recovering uniform data

Hi all - assume this will be a fat no, but I’ve had an email submitted via the Uniform email plugin not have have an email address included in the body (missing in the controller). I don’t know much about php mail so wondering if there was a way I could chase this up with the hosting company by asking for a particular log, and if in the future there’s a way I can log these within kirby?

Thanks!

If the mail does not contain this sender information (either in the body or the sender), then even if the mail was still stored on the server somewhere (don’t know what you use to send mail), it wouldn’t help to get this data.

The post data from your form itself is not stored anywhere.

When creating forms it makes sense to test the forms to see if they do what they should do.

I just published a recipe how you can test email locally without having to send mail to the outside world:

By default, Uniform adds the email input as reply-to of the email sent. What happens when you hit reply on your email client?

Uniform has a log action that you need to enable.

1 Like

Good to know-

Thanks Pedro - good to hear from you.

1 Like