Configure the email plugin class and parameters
Configure the class and parameters that affect the email plugin in the Studio Plugin Editor.
Procedure
- In the Guidewire Studio Project window, expand .
-
Double-click
emailMessageTransportto open it. -
If the Java Class is
com.guidewire.pl.plugin.email.internal.EmailMessageTransport, change the class that
implements the plugin:
-
Click Remove Plugin
to remove the class.
-
To use the supported Gosu plugin class in the base configuration, click Add Plugin
, and then click Add Gosu
Plugin.
-
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.
-
Click Remove Plugin
- If the Disabled check box is checked, clear the check box to enable the plugin.
-
Enter appropriate values for the plugin parameters, including the following ones:
CredentialPlugin.KeydefaultSenderAddressdefaultSenderNamesmtpHostsmtpPort
The JavaxEmailMessageTransport email plugin class also supports many other parameters for SMTP operation, and SSL and TLS security. - Save your changes.
- Restart the PolicyCenter server.
What to do next
See also
