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?
Email Help
Moderators: Developer, Contributor
Re: Email Help
Did you set these variables: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?
$g_smtp_host
$g_smtp_username
$g_smtp_password
from http://manual.mantisbt.org/manual.confi ... .email.php