CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • CiviMail installation and configuration (Moderator: Donald Lobo) »
  • CiviMail issue/bug Joomla 1.7 Civi4.1stable
Pages: [1]

Author Topic: CiviMail issue/bug Joomla 1.7 Civi4.1stable  (Read 848 times)

alanski

  • I post frequently
  • ***
  • Posts: 216
  • Karma: 5
  • Cup of tea? Yes please
    • Joomkit
  • CiviCRM version: Version in post
  • CMS version: Joomla
  • MySQL version: 5.0
CiviMail issue/bug Joomla 1.7 Civi4.1stable
February 22, 2012, 09:10:57 am
Several issues going on for me in Joomla CiviCRM preventing real world usage

1. Cant send email via create new mail
get error
Quote
The mail library returned the following error message:
Failed to connect to a:a [SMTP: Failed to connect socket: fsockopen(): unable to connect to a:0 (Failed to parse address "a") (code: -1, response: )]

If i turn on logging in civicrm.settings.php
  • a log is created 
  • the error goes away
  • success message is given
  • email is not delivered - config file says this is the cae when turning on logging

I have verified via raw php that fsockopen does work - we have php mail software working ok {ie typical cpanel horde,roundcube,squirrelmail} by running:
Quote
$socket = fsockopen('mail.domainname.org.uk', 587, $errno, $errstr);
var_dump($socket, $errno, $errstr);

Have verified smtp settings work - what happened to plain old mailer?

So what to look for in the log?It seems like normal email   :'(





« Last Edit: February 22, 2012, 09:14:49 am by alanski »

alanski

  • I post frequently
  • ***
  • Posts: 216
  • Karma: 5
  • Cup of tea? Yes please
    • Joomkit
  • CiviCRM version: Version in post
  • CMS version: Joomla
  • MySQL version: 5.0
Solved in part Re: CiviMail issue/bug Joomla 1.7 Civi4.1stable
February 22, 2012, 11:34:50 am
Seems related to : http://forum.civicrm.org/index.php/topic,22628.msg94845.html#msg94845

Not fully tested yet but seems movement in right direction.

[note to self - read the server logs ]

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • CiviMail installation and configuration (Moderator: Donald Lobo) »
  • CiviMail issue/bug Joomla 1.7 Civi4.1stable

This forum was archived on 2017-11-26.