E-mail settings

  •  02-06-2008, 12:24 AM

    E-mail settings

    E-mail server settings and credentials has to be set seperatly in the purechat.config.

    Why not use the basic mailSettings in the web.config of the web site ?

    Ex.:

    <system.net>
            <!--Mail settings -->
            <mailSettings>
                <!--
                <smtp deliveryMethod="Network">
                    <network host="localhost" port="25" defaultCredentials="true"/>
                </smtp>
                -->
                <smtp deliveryMethod="SpecifiedPickupDirectory">
                    <specifiedPickupDirectory pickupDirectoryLocation="C:\Inetpub\mailroot\Drop\" />
                </smtp>
            </mailSettings>
        </system.net>

    That way there is only one place to maintain these settings, and you have more features, like specifiedPickupDirectory for testing purposes. 

    Filed under:
View Complete Thread

© 2002 - 2007, Axosoft, LLC. All Rights Reserved. | Privacy
Bug Tracking | Defect Tracking Videos | Help Desk Software