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 »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • Outbound Mail & TLS Settings
Pages: [1]

Author Topic: Outbound Mail & TLS Settings  (Read 994 times)

dfunes

  • I’m new here
  • *
  • Posts: 3
  • Karma: 0
  • CiviCRM version: 4.4.3
  • CMS version: Drupal
  • MySQL version: 5.6.14
  • PHP version: 5.5.6
Outbound Mail & TLS Settings
January 27, 2014, 12:03:07 pm
Hello everyone,

I'm developing a CRM project for a ONG foundation and I need a bit of help. I'm in the first steps of the planning and now I'm analizing civimCrm as candidate. I'm testing it and the case is that I can't to configure the outbound mail with the 1and1 settings (The same problem with gmail). I know that the problem may be coming from the TLS settings. So ... is it possible enable TLS or SSL?

I'm using the 4.4.3 versions under the last Drupal 7.

Thank you so much!

planetwebb

  • I post occasionally
  • **
  • Posts: 62
  • Karma: 2
  • CiviCRM version: 4.5.8
  • CMS version: Joomla 2.5.28 / Drupal 7.34
  • MySQL version: 5.5.34-cll-lve
  • PHP version: 5.3.22
Re: Outbound Mail & TLS Settings
January 27, 2014, 06:17:04 pm
For your outgoing server, you might try placing ssl: or ssl:// in front of the server name.  Seems like I needed that for one of my installations.

dfunes

  • I’m new here
  • *
  • Posts: 3
  • Karma: 0
  • CiviCRM version: 4.4.3
  • CMS version: Drupal
  • MySQL version: 5.6.14
  • PHP version: 5.5.6
Re: Outbound Mail & TLS Settings
January 28, 2014, 10:16:31 am
Hi,

First thank you for your response. I've already tried it and not worked. I have the same error with gmail and 1&1:

Code: [Select]
The mail library returned the following error message:
Failed to connect to ssl://smtp.gmail.com:587 [SMTP: Failed to connect socket: php_network_getaddresses: getaddrinfo failed: Name or service not known (code: -1, response: )]

In the other hand I've the next PHP alert:

Code: [Select]
Strict warning: Non-static method PEAR::raiseError() should not be called statically, assuming $this from incompatible context in Net_SMTP->connect() (line 453 of /opt/lampp/htdocs/civicrm/sites/all/modules/civicrm/packages/Net/SMTP.php).
Strict warning: Non-static method PEAR::raiseError() should not be called statically, assuming $this from incompatible context in Mail_smtp->getSMTPObject() (line 375 of /opt/lampp/htdocs/civicrm/sites/all/modules/civicrm/packages/Mail/smtp.php).

I will continue investigating ... Any idea is welcome

EDIT:
I've gotten it to work with Gmail settings (ssl://smtp.gmail.com and 465 port). I've installed the pear package: net_SMTP . I will continue investigating with he 1&1 server issue...
« Last Edit: January 28, 2014, 10:49:34 am by dfunes »

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • Outbound Mail & TLS Settings

This forum was archived on 2017-11-26.