This is updated for 2.5.47+.  See the API page: GrouperShell (gsh) Email smtp (GrouperEmail)

Several features of Grouper use mail.  You need to have an SMTP service to connect Grouper to.  There is an external system for SMTP on the external systems screen

You cannot add a new SMTP external system since only one can exist and it already exists.

You cannot delete the SMTP external system since it can only be disabled.

Edit the SMTP settings

Generally you should configure at least this

Config fileProperty nameDescription
grouper.propertiesmail.smtp.serverthe SMTP server that will accept mail sent to the user, set to "testing" if you want to log instead of send
grouper.propertiesmail.from.addressdefault email address where mail from grouper will come from
grouper.propertiesmail.smtp.userOptional. username used with authenticate with the smtp server
grouper.propertiesmail.smtp.passOptional. password associated with mail.smtp.user


Test smtp

  • No labels