OpenWGA 7.5 - TMLScript reference
MailMethod :
setFrom(address[, name])
On object | |
Usage |
Set the sender address of the mail to send |
Description |
Set the sender address of the mail to send. |
Parameters |
address (String) The senders E-Mail address. name (String optional) The personal name of the sender mail address. |
Default value |
The sender address of the OpenWGA mail configuration (if the mail object was created using this) |
Allowed in script types |
|
Examples |
mail.setFrom("info@innovationgate.com", "Innovation Gate"); Sets the address to "Innovation Gate<info@innovationgate.com>" |