C613-50055-01 REV A Command Reference for x230 Series Edge Switches 1433
AlliedWare Plusâ„¢ Operating System - Version 5.4.5-0.x
SMTP COMMANDS
MAIL
mail
Overview This command sends an email using the SMTP protocol. If you specify a file the text
inside the file is sent in the message body.
If you do not specify the to, file, or subject parameters, the CLI prompts you for the
missing information.
Before you can send mail using this command, you must specify the sending email
address using the mail from command and a mail server using the mail smtpserver
command.
Syntax
mail [{to <to>|subject <subject>|file <filename>}]
Mode Privileged Exec
Example To send an email to rei@nerv.comwith the subject dummy plug
configuration, and with the message body inserted from the file
plug.conf use the command:
awplus# mail rei@nerv.com subject dummy plug configuration
filename plug.conf
Related
Commands
debug mail
delete mail
mail from
mail smtpserver
show mail
show counter mail
Parameter Description
to The email recipient.
<to> Email address.
subject Description of the subject of this email. Use quote marks when the
subject text contains spaces.
<subject> String.
file File to insert as text into the message body.
<filename> String.