M
MDBJ
I tend to make html for myself, for common tasks..
I'd like to make one, that calls a mailto: (launchs outlook) but
pre-populates the "from" as well.
Sample mailto
<a href="mailto:[email protected]">clicky</a>
I want the rough equivelant of
<a href="mailto:[email protected] from:[email protected]">clicky</a>
<a href="mailto:[email protected] from:[email protected]">clicky</a>
and when I click it on my internal website, it opens outlook with the "from"
field pre-filled
so I can't screw it up---
I have both accounts (well, one account and one delegated as send on behalf
of)
any way to accomplish this? any way to pre-populate the from field?
I'd like to make one, that calls a mailto: (launchs outlook) but
pre-populates the "from" as well.
Sample mailto
<a href="mailto:[email protected]">clicky</a>
I want the rough equivelant of
<a href="mailto:[email protected] from:[email protected]">clicky</a>
<a href="mailto:[email protected] from:[email protected]">clicky</a>
and when I click it on my internal website, it opens outlook with the "from"
field pre-filled
so I can't screw it up---
I have both accounts (well, one account and one delegated as send on behalf
of)
any way to accomplish this? any way to pre-populate the from field?