To configure the Email Service please do the following:
- Open the 'SMPPApp.config' file located in the 'C:\Program Files\SVK Software\SVKSMPPSMSService' folder
- Change the following items in the 'EmailSettings' of the configuration file:
<EmailSettings>
<set key="EnableEmailNotify" value="False" />
<set key="SmtpIP" value="smtp.mail.com" />
<set key="SmtpPort" value="25" />
<set key="EmailAddress" value="name@rocketmail.com" />
<set key="EmailAddressFrom" value="name@mail.com" />
<set key="EmailAddressFromName" value="RadiusCat Email Engine" />
<set key="EmailWarnings" value="False" />
<set key="EmailErrors" value="False" />
<set key="SmtpAuthenticate" value="True" />
<set key="SmtpSendUsername" value="name@mail.com" />
<set key="SmtpSendPassword" value="1234521" />
<set key="SmtpUseSSL" value="False" />
</EmailSettings>
EnableEmailNotify - Whether or not you want to enable the Email Service
SmtpIP - The IP Address or URL for the SMTP Server
SmtpPort - The Port number for the SMTP Servicsteme
EmailAddress - The email address for the admnistrator for the system
EmailAddressFrom - The email address that you woud like to appear in the 'From' field for email messages sent
EmailAddressFromName - The Name that you would like to appear as the from Name on all emails sent by the Email Service
EmailWarnings - Whether or not you would like to receive email for Warnings generated by the Email/SMS Service
EmailErrors - Whether or not you would like to receive email for Errors generated by the Email/SMS Service
SmtpAuthenticate - Whether or not Aithentication is required by the SMTP Email Service provider
SmtpSendUserName - The User Name required by the SMTP Service Provider
SmtpSendPassword - The Password required by the SMTP Service Provider
SmtpUseSSL - Whether or not SSL is required by the SMTP Email Service Provider
http://www.svkwiki.com/wiki/Configuring-Email-Service

