#1661 - Cannot send email when using Composrs code
| Identifier | #1661 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | Cannot send email when using Composrs code |
| Status | Closed (no changes needed) |
| Handling member | Chris Graham |
| Addon | General / Uncategorised |
| Description | Hi,
On vwgolfmk1.org.uk we would like to use Mandrill to manage our email. See here for a complete description of the issue: http://ocportal.com/forum/topicview/misc/deploying/using-mandrill-as-an.htm I cannot get email to arrive at Mandrills SMTP sever, not sure if it is actually being sent. I am using cms.vwgolfmk1.org.uk - it is an oldish backup test version. Appreciate if someone could take a look - happy to pay some credit if it turns out not to be a bug. Cheers Ade |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
In mail.php around line 578
$socket=@fsockopen($host,$port,$errno,$errstr,30.0);
We are getting connection refused
As an aside how do you get your PHP code to show error messages - is there a property I can set so that debug output comes out ?