Technical support This forum is closed.
Version 1.x > Technical support > SMTP Server with authentication View modes: 
User avatar
Guest
marco - 9/7/2006 11:21:05 PM
   
SMTP Server with authentication
Hi,

For my contact form I would like to use the BizFormControl, but my provider uses an SMTP Server which requires authentication. How can I configure this?




User avatar
Guest
admin - 9/11/2006 8:08:26 AM
   
Re: SMTP Server with authentication
Hi Marco,

you need to use the following keys in your web.config:

<add key="CMSSMTPServerUser" value="alicem@domain.com" />
<add key="CMSSMTPServerPassword" value="mypassWord" />

Regards,

User avatar
Guest
marco - 9/11/2006 10:53:15 PM
   
Re: SMTP Server with authentication
Thnx for your respons.

This works!! Is it possible this is not in the developers guide of version 1.8? I cannot find an entry in my documentation?

User avatar
Guest
admin - 9/12/2006 4:18:38 PM
   
Re: SMTP Server with authentication
Yes, it's mentioned in Appendix A - web.config parameters.

Regards,