thlinna Posted November 20, 2018 Posted November 20, 2018 I was unable to find a proper way to send email to page creator. I'm pretty sure the API provides a way to refer $creator->email this, but how is it accomplished? I've got WireMailMailgun set up and working, so all I practically need is a way to dig up the email address of the page creator.
dotnetic Posted November 20, 2018 Posted November 20, 2018 Actually it's very easy. You can get the email of the page creator with $page->createdUser->email 6
thlinna Posted November 20, 2018 Author Posted November 20, 2018 I knew it is easy, after all we’re talking about The #Processwire ? Thanks for the help. 3
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now