Email Help

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
rsaeks
Posts: 7
Joined: 26 Apr 2005, 14:37

Email Help

Post by rsaeks »

I am on 1.0.5 and I can't seem to get the email to relay.

I am running CommunigatePro, and when I look at the logs, I see the following which seem to tell me why the email isn't sending, I just don't know how to fix it. Is there a way to code into the email_api.php file the domain to use?

The entry I see is:

13:02:47.05 3 DNR-11385(localhost.localhost) MX:host name is unknown
13:02:47.05 3 DNR-11386(localhost.localhost) A:host name is unknown
13:02:47.05 1 SMTPI-04079([10.15.4.19]) Return-Path 'www@localhost.localhost' rejected: host name is unknown

I would like to be able to change the email address, or at least provide a username and password for the mail command to use.

Any ideas?
shark
Posts: 43
Joined: 12 Jul 2005, 22:23

Re: Email Help

Post by shark »

rsaeks wrote:I am on 1.0.5 and I can't seem to get the email to relay.

I am running CommunigatePro, and when I look at the logs, I see the following which seem to tell me why the email isn't sending, I just don't know how to fix it. Is there a way to code into the email_api.php file the domain to use?

The entry I see is:

13:02:47.05 3 DNR-11385(localhost.localhost) MX:host name is unknown
13:02:47.05 3 DNR-11386(localhost.localhost) A:host name is unknown
13:02:47.05 1 SMTPI-04079([10.15.4.19]) Return-Path 'www@localhost.localhost' rejected: host name is unknown

I would like to be able to change the email address, or at least provide a username and password for the mail command to use.

Any ideas?
Did you set these variables:

$g_smtp_host
$g_smtp_username
$g_smtp_password

from http://manual.mantisbt.org/manual.confi ... .email.php
rsaeks
Posts: 7
Joined: 26 Apr 2005, 14:37

Post by rsaeks »

Looks like I got it. I also had to set the mail type to smtp.

Now to work on LDAP integration :-p
Post Reply