Closed (fixed)
Project:
Messaging
Version:
6.x-2.x-dev
Component:
PHPMailer
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Aug 2009 at 16:29 UTC
Updated:
5 Jul 2010 at 16:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
tstackhouse commentedI've managed to make a tweak to get this working, adding the following at line 148 in messaging_phpmailer/messaging_phpmailer.module makes gmail work:
Comment #2
jose reyero commentedComment #3
jose reyero commentedIt needs to be more generic, there are many mail servers out there (secure, port settings)
Comment #4
steveoliver commentedThe solution in response #1 worked for me. Thanks.
Comment #5
gausarts commentedSubscribing. Thanks
Comment #6
foxtrotcharlie commentedI also needed this so created a patch for both the current 6.x-2.x-dev and 6.x-2.2 version.
This patch is pretty much a backport of the patch by joshk located in this comment: http://drupal.org/node/813550#comment-3047918
This patch adds configurable SMTP settings:
SSL: None/TLS/SSL
SMTP Port
and enables the module to use these settings, if set.
Attached is the 6.x-2.2 patch.
Comment #7
foxtrotcharlie commentedAnd here is the 6.x-2.x-dev patch.
Comment #8
jose reyero commentedCommitted, thanks