CounterSoft Community Server

Welcome to CounterSoft Community Server Sign in | Join | Help
Home Forums

Sending Email Alert Woes

Last post 01-26-2006, 6:39 PM by HarveyKandola. 0 replies.
Sort Posts:
  •  01-26-2006, 6:39 PM

    Sending Email Alert Woes

    Folks,

    Sometimes you have to use the name of your outgoing POP server instead of your SMTP server (if they are different):

    <MailPlugin>

                      <!-- SMTPServer - specify IP number or machine name -->

                      <add key="SMTPServer" value="outgoing pop server" />

                      <add key="FromEmailAddress" value="user on the pop server" />

                      <!-- SMTP authentication values: OFF, BASIC, NTLM. -->

                      <add key="SMTPAuthentication" value="BASIC" />

                      <add key="SMTPUserName" value="same user on the pop server" />

                      <add key="SMTPPassword" value="the pop server’s user password" />

     


    Harvey Kandola
    CounterSoft™
View as RSS news feed in XML