Asked By
lark yency
20 points
N/A
Posted on - 08/26/2012
Hi Experts,
I want to write code for auto email html template. I have written code for email attachments but do not know how to code email template. I am using html and JavaScript both. Any web developer may help me. Thanks.
Regards,
Lark Yency
I want auto email html template?
Hello Lark,
If you want to code for the email attachments by hand, you will need to ensure that you do the following:
-
You will need to use HTML tables in controlling the design layout as well as some presentation. You may be so good at using pure CSS layouts for your web pages, but coding using that will not be suitable for an email environment.
-
You can as well use inline CSS for controlling other presentation elements within your email, for instance background colors as well as fonts.
It will be so much better if you get some templates to help you through this process.
Regards,
Carl
I want auto email html template?
Hello Lark yency,
You will write code for auto email template by using following code which will help you so much. You have to follow below step for generate auto email html code.
In <head> and </head> please copy and paste the below tag.
<meta http-equiv="refresh" content="0; url=your new address.html">
To fill the subject automatically please copy and paste the below code.
<A HREF="mailto:[email protected]?subject=my website">Email Me</A>
To place the message automatically in body of the email letter changes the “subject” word into “body” word.
Thanks