AppCtrlScript

MAY Computer

Help

SETMAILMETHOD

Applies to  

AppCtrlScript (Module: wmACScr1.dll)

Group  

Other

See also  

MAILTOOPENMAIL

Sets the method that should be used to send mail and appropriate related parameters.

 

Syntax

SETMAILMETHOD <MailMethod>[,<Server>][,<User>][,<PassWD>][,<DefaultFrom>][,<MailSignature>] 

Part

Description

<MailMethod>

Method to use for mailing:
0|MAPI = Mail API (MAPI)
1|OUTLOOK = MS Outlook (OLE)
2|MAILTO = MailTo Link
3|BLAT = Blat SMTP
4|SMARTMAIL = SmartMail SMTP

<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.