You need to sign in to do that
Don't have an account?

How can we get email of user when he/she fills some data and add the users email id in template list so that each new user can get personalized mail to respective mail id.. Especially if the user is external .


You can get this information by making use of lastmodified by field on email template. Retrieve this field in SOQL query (lastmodifiedby.email, lastmodifiedby.name)
