My fault. I had specified prefixed tls:// onto the host name:
$g_smtp_host = 'tls://smtp.gmail.com'; // BAD
$g_smtp_host = 'smtp.gmail.com'; // CORRECT
Search found 3 matches
- 26 Jul 2008, 01:55
- Forum: General Discussion
- Topic: Mantis 1.1.2 Problem with PHPMailer 2.2.1 and Gmail SMTP
- Replies: 1
- Views: 3290
- 25 Jul 2008, 19:49
- Forum: General Discussion
- Topic: Web Based Project Management Tool?
- Replies: 4
- Views: 7025
- 25 Jul 2008, 18:59
- Forum: General Discussion
- Topic: Mantis 1.1.2 Problem with PHPMailer 2.2.1 and Gmail SMTP
- Replies: 1
- Views: 3290
Mantis 1.1.2 Problem with PHPMailer 2.2.1 and Gmail SMTP
Hi,
Because I have PHP 5, I installed PHPMailer 2.2.1.
I used the PHPMailer gmail example PHP to test that Gmail works with PHPMailer. It does.
The Mantis integration with PHPMailer 2.2.1 seems broken, however; sending an email using Reset User gives a message:
SYSTEM WARNING: fsockopen ...
Because I have PHP 5, I installed PHPMailer 2.2.1.
I used the PHPMailer gmail example PHP to test that Gmail works with PHPMailer. It does.
The Mantis integration with PHPMailer 2.2.1 seems broken, however; sending an email using Reset User gives a message:
SYSTEM WARNING: fsockopen ...