TheSidewinder Posted June 20, 2009 Share Posted June 20, 2009 Very new to WHMCS, so am thinking I have something mis-configured. Set up for testing at the moment, so my "customers" are using email addresses associated with my domain on which WHMCS is installed. If a customer opens a ticket, they get an email which confirms it was received. However, neither Sales nor Support (depending on which the customer chooses) get an email. And in the WHMCS main screen, the following error is displayed under "Recent Activity": Date Description Username 06/20/2009 12:14 Admin Email Notification Sending Failed - You must provide at least one mailer is not supported. (Subject: [Ticket ID: 554044] New Support Ticket Opened) System 06/20/2009 12:14 Email Sent to The Customer ([Ticket ID: 554044] Support Question) System (The wording of that error is confusing as well: "You must provide at least one mailer is not supported." Syntactically, that makes no sense.) As said, I suspect this is a configuration issue so thought I'd run it by the experts here before bothering Matt and crew. I chose PHP Mail() , but trying it with SMTP instead produces the same result. Thanks in advance. 0 Quote Link to comment Share on other sites More sharing options...
kran Posted June 21, 2009 Share Posted June 21, 2009 Same here, smtp was working ok for months now can not connect to smtp or PHP Mail() ... sending mail with a regular e-mail package works ok 0 Quote Link to comment Share on other sites More sharing options...
TheSidewinder Posted June 21, 2009 Author Share Posted June 21, 2009 Yeah, this is an odd one. SMTP is working, as is PHP Mail(). But when a customer opens a ticket, the only way I can get notification is by filling out the BCC email box. They go to the BCC address just fine, they just won't get sent to the defined Support Department's email addresses. Looks like I'll have to open a ticket for this, but it can wait until Monday. 0 Quote Link to comment Share on other sites More sharing options...
ettiene Posted June 21, 2009 Share Posted June 21, 2009 I'm also having issues with this, but more importantly I can't find any decent documentation describing how to setup the various email functionality of WHMCS. 0 Quote Link to comment Share on other sites More sharing options...
D-Litz Posted June 22, 2009 Share Posted June 22, 2009 IF you have access to your server logs, check them while this is happening. It may provide a place to start looking. Also, if the server you are on is running the CSF firewall, there are some SMTP setting in the config file that will prevent SMTP connection from localhost. 0 Quote Link to comment Share on other sites More sharing options...
TheSidewinder Posted June 22, 2009 Author Share Posted June 22, 2009 (edited) Yes, I'm running CSF. I'll go check its configuration. Thank you. EDIT: I think there's only one setting for that(?), and it's already enabled: SMTP_ALLOWLOCAL = 1 (Default: 0) I saw several more entries refer to SMTP, but they didn't seem relevant. Edited June 22, 2009 by TheSidewinder 0 Quote Link to comment Share on other sites More sharing options...
D-Litz Posted June 22, 2009 Share Posted June 22, 2009 Yes, I'm running CSF. I'll go check its configuration. Thank you. EDIT: I think there's only one setting for that(?), and it's already enabled: SMTP_ALLOWLOCAL = 1 (Default: 0) I saw several more entries refer to SMTP, but they didn't seem relevant. Change it to zero and test, see if you are able to use SMTP then. Also, the setting under that one is related to the this one. Set it to zero also and test. 0 Quote Link to comment Share on other sites More sharing options...
TheSidewinder Posted June 22, 2009 Author Share Posted June 22, 2009 I turned the firewall completely off, and the problem remained with no change in behavior, so I don't think that's where the problem is. I'll open a ticket. If this were happening to everyone it would be pretty evident. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.