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

Access current user in Visualforce Email
Can anyone tell me how to access the current user's User fields within the VisualForce email?
I've tried:
{!user.Phone}
{!currentuser.Phone}
{!from.Phone}
{!sender.Phone}
and got nothing.
If this isn't possible, how do you make generic email templates? I've got 15 people all sending emails using the same templates, so unique, user-based templates are out of the question.
Thanks!
Matt
All Answers
Though slightly embarrased, I'm grateful, that was it!
Thanks a ton.
I have something similar to this. I want to include a user's email address and phone number as the reply to contact within the email though.
I pull the name of the service team's administrator from that custom object which is a lookup field. I also want to pull in that admin's email address from their user information too. Is that possible?