How to add Client logo and Client Name to verification email

I was trying to customize the verification email in order to include the client logo and client name. But I was unable to find out how to add them and hence would link to know if they can be added.

Thank you for the help in advance

Hi @rbadri01

You can add the logo to the client in the client settings from your dashboard.
![alt text][1]
Also, you can make use of the client_metadata under the Advanced settings of your client, where you can set the application metadata.
![alt text][2]
This data can be accessed in the custom email template like this -

 {{ client.client_metadata.foo }}

Further you can refer this -
http://community.auth0.com/questions/5540/how-does-macros-like-applicationname-url-are-made