Search found 3 matches

by jjjesus
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

Re: Mantis 1.1.2 Problem with PHPMailer 2.2.1 and Gmail SMTP

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
by jjjesus
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 ...