Edit the SalesEmailSend service’s endpoint to match your e-mail server and client information:
In the WorkSpace Navigator, expand the folder SybStore_Sample/Services/Message.
Right-click SalesEmailSend.svc_msg and select Open With|Message Service Editor from the context menu.
When the editor window opens, select the Service Interface tab.
In the Service Interface diagram, right-click the endpoint icon, and select Edit Endpoint from the context menu.
When the Edit Endpoint Wizard opens, complete the options for these dialog boxes:
Endpoint Type – select Server and click Next.
Endpoint Name – enter or accept endpoint
and
click Next.
Messaging Type – select Email and click Next.
Connection Properties – select Specify the Endpoint Properties... and set the Host, Password, Port, and User to the appropriate values for your e-mail client; for example:
Host – machinename.yourcompany.com
(the
host of your e-mail server)
Password – ******
(your
password to access the host, which displays as asterisks)
Port – 25
(the
default port used to access the host)
User – rob.thomas@yourcompany.com
(your
e-mail address)
If you do not know this information, contact your system administrator for assistance.
Press Enter after your last entry and click Finish.
Select File|Save from the WorkSpace main menu bar.
To close the Message Service Editor, select File|Close from the WorkSpace main menu.