I'm trying to open a *.eml
file with Microsoft Outlook 2010 and got problems with the bcc
field.
Here is my eml
file:
To: [email protected]
Subject: Mail Subject
cc: [email protected]
bcc: [email protected]
Content-Type: text/plain
MIME-Version: 1.0
X-Unsent: 1
Mail content
When I open this eml file with Outlook all entries work fine, except bcc
.
How can i bring the bcc
field to work?
Edit
I basicly want the same behavior of a mailto
link on a webpage. The user should click on a link and the default mailprogram (which is Outlook in the office where the software is used) should open. mailto
links work fine until the link is not longer than about 2000 characters. In my case, the informations that I need to pass to Outlook are much longer than 2000 characters, so I tried to generate an *.eml
file which doesn't work as expected.
So what I need:
- a link similar to a
mailto
link - must work with more than 2000 characters
- must work in Google Chrome & Outlook 2010
What I got:
- PHP
- JavaScript with jQuery