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,
|