I need to know how to have an email interpret carriage return/linefeed's in the body, that I'm passing it. Here's an example:
mailto:cid@cjd-web.com?subject=This is a test&body=Did you ever know that you're my hero
That should bring up a pre-formatted email with the subject line being, "This is a test" and the body saying, "Did you ever know that you're my hero". All of the QueryString variables that I know of that are valid for mailto links are:
from
cc
bcc
subject
body
I'm pretty sure there is one for attatchments, and I would like to know it. Also, I am wanting to know if there is a way to put in carriage return/linefeed's. I am calling this from VB, so I have tried "vbCrLf" and "\n". Neither worked. I also tried making the BODY string completely HTML, but the email didn't think that's what it was, it thought it was simply text.
Any help is appreciated, plus, I figure this is some information that just about any web developer would like to know. Thanks in advance! ~[ cid ]~
web // email // cid@cjd-web.com
aim // ciddivine
mailto:cid@cjd-web.com?subject=This is a test&body=Did you ever know that you're my hero
That should bring up a pre-formatted email with the subject line being, "This is a test" and the body saying, "Did you ever know that you're my hero". All of the QueryString variables that I know of that are valid for mailto links are:
from
cc
bcc
subject
body
I'm pretty sure there is one for attatchments, and I would like to know it. Also, I am wanting to know if there is a way to put in carriage return/linefeed's. I am calling this from VB, so I have tried "vbCrLf" and "\n". Neither worked. I also tried making the BODY string completely HTML, but the email didn't think that's what it was, it thought it was simply text.
Any help is appreciated, plus, I figure this is some information that just about any web developer would like to know. Thanks in advance! ~[ cid ]~
web // email // cid@cjd-web.com
aim // ciddivine