Gmail Notification with RMS.

Gmail Notification with RMS.

book

Article ID: KB0092782

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition -
Not Applicable -

Description

Description:
Properties used for configuring Gmail with RMS server. The properties listed in resolution section can be used with other Email Servers too provided appropriate values are given for Domain, Protocol, Host, Port, etc.

Resolution

The following are the configuration details that need to be used in the CDD file.

 <property-group comment="" name="notify">
                <property name="ws.notify.enabled" type="boolean" value="true"/>
                <property name="ws.notify.impl.class" type="string" value="com.tibco.be.ws.notification.impl.EmailNotification"/>
                <property name="ws.notify.context.impl.class" type="string" value="com.tibco.be.ws.notification.impl.EmailNotificationContext"/>
                <property name="ws.notify.message.template.file" type="string" value="C:/tibco/5x/5.1.2/be/5.1/rms/config/notify/message.stg"/>
                <property name="ws.notify.mail.domain" type="string" value="gmail.com"/>
                <property name="ws.notify.prop.MAIL_PROTOCOL" type="string" value="smtps"/>
                <property name="ws.notify.prop.MAIL_SERVER_HOST" type="string" value="smtp.gmail.com"/>
                <property name="ws.notify.prop.MAIL_SERVER_PORT" type="string" value="465"/>
                <property name="ws.notify.prop.SENDER_EMAIL" type="string" value="bhavani@gmail.com"/>
                <property name="ws.notify.prop.SENDER_USERNAME" type="string" value="bhavani"/>
                <property name="ws.notify.prop.SENDER_PASSWORD" type="string" value="XXXXXX"/>
                <property name="ws.notify.prop.mail.smtps.auth" type="string" value="true"/>
                <property name="ws.notify.prop.mail.smtps.ssl.enable" type="string" value="true"/>
            </property-group>   

Note: This solution is applicable for other email servers with some minor changes.

Issue/Introduction

Gmail Notification with RMS.