Can you be more specific with your question? SplendidCRM can sent messages using SMTP, but you must install the Windows SMTP service. We considered doing this as part of the installation, but we did not want the risk of turning your machine into a spam relay.
So, is this option available with the trial version of SplendidCRM professional? I am testing out your CRM software for our company and have been trying to send an email from the CRM system unsuccessfully today. How do we install the Windows SMTP service in SCRM?
Also, we would be wanting to use one team address to propogate emails to the entire team involved. Any thing I should be aware of to make this happen?
SplendidCRM 1.2 now uses the .NET 2.0 System.Net.Mail library, so the Windows SMTP is no longer necessary. In order to send mail, you must specify an email address for your the user you logged in as.
Please be more specific how you want one team address to work. My first thought is that you might want to configure your email server to handle the team address.
You can try this:
A Record needs to be added to the CONFIG table. INSERT INTO [what ever your db name is].[dbo].[CONFIG]
([DELETED] ,[DATE_ENTERED] ,[CATEGORY] ,[NAME] ,[VALUE])
VALUES
(0,getdate(),'system','smtpserver','192.168.1.1') -- what ever youe smtp ip address is
-- The application needs to be restarted