Setting Up SMTP
Describes how to set up SMTP information using the Control System and the CLI.
About this task
You can specify SMTP server information for the cluster using the Control System and the CLI.
Setting Up SMTP Using the Control System
About this task
Procedure
Setting Up SMTP Using the CLI
About this task
Use the maprcli config save command to set the SMTP server. For
example:
maprcli config save -values '{"mapr.smtp.provider":"gmail",
"mapr.smtp.server":"smtp.gmail.com",
"mapr.smtp.sslrequired":"true",
"mapr.smtp.port":"465",
"mapr.smtp.sender.fullname":"Ab Cd",
"mapr.smtp.sender.email":"xxx@gmail.com",
"mapr.smtp.sender.username":"xxx@gmail.com",
"mapr.smtp.sender.password":"abc"}'
For complete reference, see
config save.