Configure the email plugin class and parameters

Configure the class and parameters that affect the email plugin in the Studio Plugin Editor.

Procedure

  1. In the Guidewire Studio Project window, expand configuration > config > Plugins > registry.
  2. Double-click emailMessageTransport to open it.
  3. If the Java Class is com.guidewire.pl.plugin.email.internal.EmailMessageTransport, change the class that implements the plugin:
    1. Click Remove Plugin to remove the class.
    2. To use the supported Gosu plugin class in the base configuration, click Add Plugin , and then click Add Gosu Plugin.
    3. In Gosu Class, type gw.plugin.email.impl.JavaxEmailMessageTransport, or click Browse to navigate to the class.
      If you have created a different Gosu, Java, or OSGi plugin class for the email plugin, use that class, specifying the appropriate plugin type, instead of the JavaxEmailMessageTransport class.
  4. If the Disabled check box is checked, clear the check box to enable the plugin.
  5. Enter appropriate values for the plugin parameters, including the following ones:
    • CredentialPlugin.Key
    • defaultSenderAddress
    • defaultSenderName
    • smtpHost
    • smtpPort
    The JavaxEmailMessageTransport email plugin class also supports many other parameters for SMTP operation, and SSL and TLS security.
  6. Save your changes.
  7. Restart the PolicyCenter server.

What to do next

See also