email with vaadin theme

Hi All,

I have a vaadin application which consists of an email module which sends html email .

but i want the html page in the email to look like a vaadin page .

If i am not wrong , i need to point to the vaadin theme [css]
library in the server in the email html .

how can i get the url for the vaadin theme in the server ?


Regards,
Niyas

Location depends on your deployment configuration. For example the theme css for our demo server is
http://demo.vaadin.com/VAADIN/themes/reindeer/styles.css

If the location is not obvious, you can check the URL with Firebug.

Thanks joonas for the prompt reply … i will so as you suggested.