mailprofile¶
Mail profile
show mailprofile¶
Use this operation to get mail profile.
Synopsys¶
show mailprofile [id=<string>]
Parameters¶
id
Id is system generated key for all the mail profile.
delete mailprofile¶
Use this operation to delete mail profile.
Synopsys {#synopsys-1 style="margin-left: 20px;"}¶
delete mailprofile id=<string>
Parameters {#parameters-1 style="margin-left: 20px;"}¶
id
Id is system generated key for all the mail profile.
This is a mandatory parameter.
set mailprofile¶
Use this operation to modify mail profile.
Synopsys {#synopsys-2 style="margin-left: 20px;"}¶
set mailprofile id=<string> [to_list=<string>] [server_name=<internethost>] [cc_list=<string>] [profile_name=<string>] [bcc_list=<string>] [sender_mail_address=<string>]
Parameters {#parameters-2 style="margin-left: 20px;"}¶
id
Id is system generated key for all the mail profile.
This is a mandatory parameter.
to_list
List of to whom send the mail.
server_name
SMTP server name
cc_list
List to whom CC the mail.
profile_name
Profile name for the mail setting.
bcc_list
List to whom BCC the mail.
sender_mail_address
Email Address from where mail is send
add mailprofile¶
Use this operation to add mail profile.
Synopsys {#synopsys-3 style="margin-left: 20px;"}¶
add mailprofile to_list=<string> server_name=<internethost> profile_name=<string> [cc_list=<string>] [bcc_list=<string>] [sender_mail_address=<string>]
Parameters {#parameters-3 style="margin-left: 20px;"}¶
to_list
List of to whom send the mail.
This is a mandatory parameter.
server_name
SMTP server name
This is a mandatory parameter.
profile_name
Profile name for the mail setting.
This is a mandatory parameter.
cc_list
List to whom CC the mail.
bcc_list
List to whom BCC the mail.
sender_mail_address
Email Address from where mail is send