Mail To Syntax

suzhouclark發表於2012-02-04
s[@more@]
MailTo Syntax
April 10, 2007

    PLEASE NOTE:
  • It is recommended that you use a process other than MailTo handle the e-mail process from your web site.
  • If you do use MailTo, please encode the included e-mail address(s) to reduce the spam for that address.
    One routine to assist encoding and e-mail address is available at:
The MailTo command can do more than enter a single e-mail address in the "Send To" field while activating your e-mail program. It can also:
Feature Syntax
Address message to multiple recipients, (comma separating e-mail addresses)
Add entry in the "Subject" fieldsubject=Subject Field Text
Add entry in the "Copy To" or "CC" fieldcc=id@internet.node
Add entry in the "Blind Copy To" or "BCC" fieldbcc=id@internet.node
Add entry in the "Body" fieldbody=Your message here
Within the body use "%0A" for a new line,
use "%0A%0A" for a new line preceded by a blank line (paragraph),
see example below.

Notes:

" " (beginning and ending double quotes) are necessary if any spaces are used
Mailto parameter should be preceded by "?" for the first or only parameter and "&" for second and subsequent parameter.

Some examples, with actual HTML Code included, follow:


NOTE: Use "%0A" for a new line, use "%0A%0A" for a new line preceded by a blank line.

Features may be used in combination


Remember to use only one ? (question mark), when providing multiple entries beyond e-mail address

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9697/viewspace-1057274/,如需轉載,請註明出處,否則將追究法律責任。

相關文章