JSP カスタムタグのライブラリ


mailto タグ
Lotus Domino メールを使用してメールメッセージを送信します。このタグのボディは、メールのメッセージ内容です。メッセージのボディは、プレーンテキストで構成されるか、HTML としてエンコードされます。これは、encoding 属性で指定します。

メモ このタグは、サーバーで、Lotus Domino のメッセージング機能が有効になっているときにのみ使用できます。メールメッセージの作成者は、現在ログインしているユーザーです。

コンテキスト次のタグで有効です。


構文<domino:mailto
to="names"
cc="names"
bcc="names"
subject="subject of message"
returnreceipt="true|false"
importance="low|normal|high"
priority="low|normal|high"
deliveryreport="none|onlyonfailure|confirm|tracepath"
encoding="text/html|text/plain"
saveonsend="true|false"
dbname="database name"
dbserver="server name"
host="CORBA server name"
user="login information"
password="password associated with user"
debug="true|false"
onfailure="inline|exception"
time="true|false">

属性bcc
cc
dbname
dbserver
deliveryreport
encoding
host
importance
password
priority
returnreceipt
saveonsend
subject
to
user
debug、onfailure、および time の定義については、「共通の Lotus Domino JSP タグの属性」を参照してください。

関連項目