Welcome to the Axosoft Community, Sign in | Register | Help
in Search

E-mail settings

Last post 02-12-2008, 9:37 AM by Jonas. 1 replies.
Sort Posts: Previous Next
  •  02-06-2008, 12:24 AM 14914

    E-mail settings Reply Quote

    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:
  •  02-12-2008, 9:37 AM 14999 in reply to 14914

    Re: E-mail settings Reply Quote

    That's not a bad idea...although it may be possible (however unlikely) that someone would want to use different settings for PureChat versus the other web application. We may add support for this as an option in a future version though.

    Thanks! 


    Axosoft Development Team
    Blog
View as RSS news feed in XML

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