Describes how to set up SMTP information using the Control System and the CLI.
You can specify SMTP server information for the cluster using the Control System and the CLI.
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.