C613-50170-01 Rev B
Command Reference for x510 Series
2670
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
SMTP C
OMMANDS
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
command and a mail server using the
command.
Syntax
mail [{to <
to
>|subject <
subject
>|file <
filename
>}]
Mode
Privileged Exec
Example
To send an email to
with the subject
dummy plug
configuration,
and with the message body inserted from the file
plug.conf
use the command:
awplus#
mail [email protected] subject dummy plug configuration
filename plug.conf
Related
Commands
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.