| AppCtrlScript | |
| Help |
|
Applies to |
AppCtrlScript (Module: wmACScr1.dll) |
|
Group |
Other |
|
See also |
MAILTO, OPENMAIL |
Sets the method that should be used to send mail and appropriate related parameters.
SETMAILMETHOD <MailMethod>[,<Server>][,<User>][,<PassWD>][,<DefaultFrom>][,<MailSignature>]
|
Part |
Description | |
| <MailMethod> |
Method to use for mailing: | |
| <Server> | Mail server (needed for SMTP mailing methods). | |
| <User> | Mail user (needed for SMTP mailing methods and several configurations of Outlook or MAPI method - depending on Mail-Client-configuration). | |
| <Password> | User's password if required. | |
| <DefaultFrom> | Sender email address (needed for SMTP mailing methods). If missing default is <User>@<Server>. Some mail servers do control if the sender e-mail address is valid on that server. | |
| <MailSignature> | An optional filename containing a signature text. | |
|
| ||