Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an e-mail template file like *.oft, which can be opened in all e-mail programs?

Currently I'm writing a web interface which is full of data. I would like to export this data as an e-mail template, so you can edit the e-mail afterwards. Is there a format such as *.oft, which can be read by all email programs?

I know that there is such a function in HTML (<a href="mailto:[...]">). Since the e-mail text is very long and I want to attach files, this doesn't seems to be a good solution.

Can someone help me?

like image 622
Tobias Bambullis Avatar asked Nov 18 '12 16:11

Tobias Bambullis


People also ask

How do I open a .OFT file without Outlook?

File Viewer Plus can open OFT (Outlook email template) files. It allows you to view email message templates, and convert them to other formats, such as EML, MSG, and HTML. Open OFT files without Microsoft Outlook.


1 Answers

There's no such format as you're looking for. The internet engineers who design email protocols and format concern themselves with what goes out over the network, but not with what's internal to the machine. Email is highly interoperable when sending and receiving messages as a result, but there's no analogous standards body for internal API's. Sometimes there are de facto standards that arise from a imitating the behavior of popular piece of software, but that hasn't happened for the email feature you're looking for.

like image 178
eh9 Avatar answered Oct 11 '22 14:10

eh9