http://lmgtfy.com/?q=server+error%3A+5.7.1+Unable+to+relay
Hi Atrol,
I found some issue in Mantis with gmail configuration.
Earlier i have used xampp-win32-1.7.3 and mantisbt-1.2.15.
The below configuration is working fine for gmail and any domain.
<?php
$g_hostname = 'localhost';
$g_db_type ...
Search found 5 matches
- 04 Jun 2013, 12:28
- Forum: Help
- Topic: Mail configuration
- Replies: 5
- Views: 13618
- 03 Jun 2013, 05:48
- Forum: Help
- Topic: Please read this if you have problems with emails
- Replies: 97
- Views: 4040043
Re: Please read this if you have problems with emails
Hi people,
The below configuration will work for me in my office. Try this. In config_inc just paste the below code and check the logs.
<?php
$g_hostname = 'localhost';
$g_db_type = 'mysql';
$g_database_name = 'bugtracker';
$g_db_username = 'root';
$g_db_password = '';
$g_phpMailer_method ...
The below configuration will work for me in my office. Try this. In config_inc just paste the below code and check the logs.
<?php
$g_hostname = 'localhost';
$g_db_type = 'mysql';
$g_database_name = 'bugtracker';
$g_db_username = 'root';
$g_db_password = '';
$g_phpMailer_method ...
- 29 May 2013, 08:59
- Forum: Help
- Topic: Mail configuration
- Replies: 5
- Views: 13618
Re: Mail configuration
Now in the log i am gettingatrol wrote:I don't see any problem in the log.
The mail is sent and after that deleted from the queue.
server error: 5.7.1 Unable to relay
I am getting this error when i try to add different domain users. (Client)
- 28 May 2013, 09:46
- Forum: Help
- Topic: Mail configuration
- Replies: 5
- Views: 13618
Mail configuration
Hi,
When i am resetting password the mail is not going from Mantis and when i checked the log message it is showing
2013-05-28 11:42 CEST mail Password reset for email = ramesh.g@mydomain
2013-05-28 11:42 CEST mail Processing e-mail queue (1 messages)
2013-05-28 11:42 CEST mail Sending message #61 ...
When i am resetting password the mail is not going from Mantis and when i checked the log message it is showing
2013-05-28 11:42 CEST mail Password reset for email = ramesh.g@mydomain
2013-05-28 11:42 CEST mail Processing e-mail queue (1 messages)
2013-05-28 11:42 CEST mail Sending message #61 ...
- 15 May 2013, 07:52
- Forum: Customizations
- Topic: Mail configuration
- Replies: 0
- Views: 30335
Mail configuration
Hi,
I have installed Mantis in the Windows 2008 R2 server and it is working fine. Mail part is working properly to my local domain. But i need to add my client domain so that they could receive activation mail to my server. How can i do that in config file.
I made below changes in my config ...
I have installed Mantis in the Windows 2008 R2 server and it is working fine. Mail part is working properly to my local domain. But i need to add my client domain so that they could receive activation mail to my server. How can i do that in config file.
I made below changes in my config ...