wrapper.event.<event_name>.email.smtp.port

Compatibility :3.3.0
Editions :Professional EditionStandard Edition (Not Supported)Community Edition (Not Supported)
Platforms :WindowsMac OSXLinuxIBM AIXFreeBSDHP-UXSolarisIBM z/OSIBM z/Linux

This property makes it possible to configure the SMTP port which the Wrapper will attempt to connect to when sending emails.

Like several of the event emails properties, it can be defined:

  • Globally for all events: wrapper.event.default.email.smtp.port property, or
  • For a specific event: wrapper.event.<event_name>.email.smtp.port property.

The "<event_name>" component of the property name can be either the keyword "default", or one of the Event Types. By setting the default property, all Event Types which are not set explicitly will take on that value.

The default value is "25".

Example:
wrapper.event.default.email.smtp.host=smtp.example.com
wrapper.event.default.email.smtp.port=25

Please see the overview of Event Mails for the usage examples.

Reference: Event Mails