![]() |
T4S4
19.1 C8540 A23673
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 |