Core Email vs Uniform for SMTP & Logs

Hi all - I’m trying to settle on a standardised solution for all my email form handling for clients moving forward, and want to use SMTP and also store logs. I could have sworn uniform provided an SMTP option but I can’t find it anywhere in the docs and alternatively I can see Kirby’s core email library offers SMTP but I can’t find a mention of logs. Am I missing something? Am trying to nail down a direction to go. Many thanks!

Internally, Uniform uses $kirby->email(), so no issue.

Thanks, so in order to have both logs and smtp support I’d still need to use uniform?

Unless you log yourself, yes. Kirby doesn’t have a logging method. But shouldn’t be difficult to add a log action if you don’t want to use the plugin for some reason.