A description of the requirements for using an SMTP Email Output Adapter. The steps in this section require you to modify the c8-services.xml file.
If you are using an SMTP Email Output Adapter, the following section must be included in the c8-services.xml file:
<Service Name=" SMTP-service-name "1 Type="SMTP"2> <Description> service-description3 </Description> <Param Name="Server"> server-hostname4 </Param> <Param Name="Port"> port-number5 </Param> <Param Name="Username"> SMTP-user-name6 </Param> <Param Name="Password"> SMTP-password7 </Param> </Service>
1 |
Set the "Service Name" preference on this line to the same value as the "SMTPService" preference of your adapter. See the Sybase CEP Integration Guide for more information about setting up and using the SMTP Email Output Adapter. |
2 |
Set the "Type" property on this line to
SMTP |
3 |
(Optional). Enter a description of this service in the "Description" element. |
4 |
Set the "Server" preference on this line to the host name of the computer on which the SMTP service is running. |
5 |
(Optional). Set the "Port" preference on this line to the port number you want to use to contact the SMTP service. The default value for this preference is 25. |
6 |
If the SMTP service you are using requires user and password authentication, the "Username" preference must specify the user name you are using to connect to the SMTP service. |
7 |
If the SMTP service you are using requires user and password authentication, the "Password" preference must specify the password you are using to connect to the SMTP service. |