Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


<property name="mailServerHost" value="smtp.gmail.com"/>
<property name="mailServerPort" value="587"/>
<property name="mailServerDefaultFrom" value="mailtask@gmail.com"/>
<property name="mailServerUseTLS" value="true"/>
<property name="mailServerUsername" value="mailtask@gmail.com"/>
<property name="mailServerPassword" value="mailtask123"/>

In <property name="mailServerDefaultFrom" value=”email of the sender”> include the default address of the sender in case you don't specify the sender in the mail task properties.

Following two properties specify the username and password of the sender for authentication purposes. 

<property name="mailServerUsername" value="mailtask@gmail.com"/>
<property name="mailServerPassword" value="mailtask123"/>

Here you should include the email address and the password you specified in the “from” field of the mail task.

1. You should specify only one from following properties. 

 Port 587 (TLS required):<property name="mailServerUseTLS" value="true"/>

Port 587 (TLS required):<property name="mailServerUseTLS" value="true"/>

2. Copy dependency jar files. 

Copy the following jar files into <BPS_HOME>/repository/components/lib directory and restart the server.