E-mail: Difference between revisions

From Customer365 for SageCRM
(Created page with "To use internal email (use this when not using CRM notifications) set the config option UseEmail to be Y (case-sensitive). The default is N <add key="UseEmail" value="Y"/>...")
 
(No difference)

Latest revision as of 19:53, 5 March 2013

To use internal email (use this when not using CRM notifications) set the config option UseEmail to be Y (case-sensitive). The default is N

  <add key="UseEmail" value="Y"/>

You also need to set the following parameters

   <add key="EmailFrom" value="someone@server.com"/>
   <add key="EmailHost" value="mail.server.com"/>
   <add key="EmailHostPort" value="25"/>
   <add key="EmailUserName" value="someone@server.com"/>
   <add key="EmailPassword" value="userspassword"/>
   <add key="AdminEmailAddress" value="admin@server.com" />