Search found 4 matches

by danieljanzon
14 Jun 2007, 09:26
Forum: Help
Topic: SMTP
Replies: 7
Views: 16911

I had this line in email_api.php

# reusable object of class SMTP
$g_phpMailer_smtp = null;


I outcommented it. And then I had no phpmailer directory in /usr/share/mantis/www/core. But I had installed the phpmailer package. So I added a symbolic link so /usr/share/mantis/www/core/phpmailer pointed ...
by danieljanzon
13 Jun 2007, 15:43
Forum: Help
Topic: SMTP
Replies: 7
Views: 16911

SMTP

A while ago I installed Mantis 1.0.6 on Ubuntu Feisty Fawn. But SMTP emailing still doesn't work properly. I fire up admin/check.php and do the email test. I get this:


Testing Mail -

SYSTEM WARNING: PHPMailer::include_once(PHPMAILER_PATHclass.smtp.php) [function.PHPMailer-include-once]: failed ...
by danieljanzon
13 Jun 2007, 14:20
Forum: Help
Topic: Yahoo! SMTP server
Replies: 5
Views: 11834

>nevermind.. i changed the smtp port to 587 and it worked.. Laughing

But *where* did you make the change? Is it ok to write as below? I don't think so, but the reason my mailing doesn't work can very well be something else.

$g_smtp_host= 'mail.blablabla.com:587';
by danieljanzon
28 May 2007, 14:30
Forum: Help
Topic: Installation problem -- missing file?
Replies: 1
Views: 3747

Installation problem -- missing file?

Hi

I just installed Mantis in Ubuntu Feisty Fawn. The installation was supposed to be automatic. The only strange thing was that I was never given the opportunity to supply the root password for MySQL. After removing the need for a root password the installation completed. I checked the box saying ...