i want to create a newsletter double opt in.
- the user enters their email in a uniform form and clicks submit.
- then an email action triggers and they get a _recieve-copy mail with an custom link created by a snippet.
- like: click here to subscribe to our newsletter Example Domain
but i can not get the users email within the snippet. _from is private and blocked in the action. is there any way without changing the action?
https://github.com/mzur/kirby-uniform/blob/master/uniform/actions/email.php#L36
maybe @mzur can help?