i am sending a mail ( like:- if user creat an account then we are sending a welcome message to him). I apply style using css class. but problem is this...my mail is forwording successfully but its design is not perfect. my css is not applying.
i m using css using .
how can i apply css to make my email formated
My email body is generated like following..:-
***********************************
div class='aligncenter whitelink ptb3'>
| ||||||
If you have any questions about Timex.co.uk, then please visit the Help department [7].
Copyright (c) 1997-2011 Timex Corporation.
All rights reserved. Terms of Use Privacy Policy.
Copyright (c) 1997-2011 Timex Corporation.
All rights reserved. Terms of Use Privacy Policy.
Jignesh TrivediPosted Jan 11, 2012, 11:37 PM
As per my knowledge you must assign you style inline.
for example
existing code:
new code:
hope this help.