![]() |
T4S4
18.1 C7177 A20283
Teamcenter Gateway for SAP S/4HANA API Reference
|
Functions | |
sendhtmlmail addr from smtp port message org subject xmailer args | |
This function is a Email client. It sends a html mail. More... | |
sendmail addr from smtp port message org subject xmailer args | |
This function is a Email client. It sends a text mail. More... | |
sendmail2 addr from smtp port message org subject xmailer ttype prio args | |
This function is a Email client. It sends a text and html mail. More... | |
EMail::sendhtmlmail | addr from smtp port message org subject xmailer args | ||
This function is a Email client. It sends a html mail.
addr | : the mail address (receiver) |
from | : the mail address (sender) |
smtp | : smtp server (ip or host) |
port | : smtp server port (default=0) |
message | : the text message |
org | : mail header organisation (default= "") |
subject | : mail subject |
xmailer | : mail header xheader (default= "") |
args | : tcl list of attached files |
EMail::sendmail | addr from smtp port message org subject xmailer args | ||
This function is a Email client. It sends a text mail.
addr | : the mail address (receiver) |
from | : the mail address (sender) |
smtp | : smtp server (ip or host) |
port | : smtp server port (default=0) |
message | : the text message |
org | : mail header organisation (default= "") |
subject | : mail subject |
xmailer | : mail header xheader (default= "") |
args | : tcl list of attached files |
EMail::sendmail2 | addr from smtp port message org subject xmailer ttype prio args | ||
This function is a Email client. It sends a text and html mail.
addr | : the mail address (receiver) |
from | : the mail address (sender) |
smtp | : smtp server (ip or host) |
port | : smtp server port (default=0) |
message | : the text message |
org | : mail header organisation (default= "") |
subject | : mail subject |
xmailer | : mail header xheader (default= "") |
ttype | : PLAIN | HTML message format (default= HTML) |
prio | : mail priority high | low (default= "") |
args | : tcl list of attached files |
References tpwrite().