HTML Tutorials and Sample HTML Codes for Web Developers
HTML Tutorials |
How to customize MailTo for Multiple Recipients, Subject and Body in HTML codes with samples You can use MailTo in your HTML documents to support customized automatic emails from your web site. By using the MailTo in your href links in HTML files, you can manage multiple recipients in a semicolons seperated format. You can also set a default subject field text for the email. Also it is possible to set the Copy To or the CC field values by typing the recipients for the CC field value. This capability is also valid for the Blind Copy To or the BCC field recipients. The MailTo syntax also enables the HTML developer to set a default multiline BODY text for the email object that is prepared using MailTo. |