Forums

 
ForumForumMainstream Foru...Mainstream Foru...Feature Request...Feature Request...Send EmailSend Email
Previous Previous
 
Next Next
New Post
 7/20/2006 10:43 AM
 
Dear,
I need configure my smtp account to send email.

thanks,

New Post
 7/20/2006 11:35 AM
 
 Modified By Support  on 10/25/2006 10:22:34 PM

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.

 

New Post
 10/25/2006 6:03 PM
 

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?

 

New Post
 10/25/2006 10:30 PM
 

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.

 

New Post
 11/6/2006 12:50 PM
 

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 

 

Previous Previous
 
Next Next
ForumForumMainstream Foru...Mainstream Foru...Feature Request...Feature Request...Send EmailSend Email