| At line 209 added 12 lines. |
| %% |
| %% |
| || ID || RT-UC-10 |
| | Use Case Name | __Ability to connect to external SMTP Servers which require authentication and SSL.__ \\ The User should be able to provide authentication information such as username , password and ssl port for connecting to SMTP Servers which require authentication and ssl. The SMTP BC should be able to connect to such servers and send e-mails. |
| | Requirements Addressed | RT-10 |
| | Pre Condition | A deployed BPEL project with a BPEL that is triggered by a web service client using a concrete HTTP/SOAP Binding. The BPEL invokes a web service operation with a concrete SMTP Binding. The user should have provided username and password and useSSL=”true” in the WSDL extensibility elements. |
| | Normal Flow | The flow is the same as SMTP Outbound Scenario. |
| | Exception Flow | |
| | Post Condition | A mail message should appear at the account specified by the “To” address in the SMTP message. |
| %% |
| %% |