I have made a html email template and I want to use it by default with gmail. I want when i press 'Compose mail' button the new email starts with html email already there and I just write some thing and send it and it is sent as it is.

One thing more that I want is when I click on 'reply' then again that html email gets inserted and I reply into html part and send it.

Tell me how, that can be possible and if its not possible what desktop email client should I use to achieve this.

Any help will be greatly appreciated.

link|improve this question
feedback

migrated from stackoverflow.com Oct 26 '11 at 15:44

This question came from our site for professional and enthusiast programmers.

1 Answer

To do this, first you need to configure GMAIL with OUTLOOK.

On Outlook, you have facility to add user defined HTML template as the default one for all new & reply's emails.

CREATE AN E-MAIL TEMPLATE USING OUTLOOK

  1. On the Tools menu, click Options, and then click the Mail Format tab.
  2. Clear the Use Microsoft Office Word 2003 to edit e-mail messages check box.
  3. Click Apply, and then click OK.
  4. On the File menu, point to New, and then click Mail Message. NOTE: You can also start a new e-mail message by clicking the New Mail Message button on the Standard toolbar.

  5. When the new message opens, give it an appropriate subject and compose your content. Leave space for variable information that will be added when you send the message.

  6. On the File menu, click Save As.
  7. In the Save as type list, click Outlook Template, and then click Save.
  8. To restore Word as the message editor, click Options on the Tools menu, click the Mail Format tab, and then select the Use Microsoft Office Word 2003 to edit e-mail messages check box.
  9. Click Apply, and then click OK.
link|improve this answer
feedback

Your Answer

 
or
required, but never shown