Search found 5 matches

by ramesh.g
04 Jun 2013, 12:28
Forum: Help
Topic: Mail configuration
Replies: 5
Views: 10616

Re: Mail configuration

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 = 'mys...
by ramesh.g
03 Jun 2013, 05:48
Forum: Help
Topic: Please read this if you have problems with emails
Replies: 96
Views: 2373433

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 = PHPMAILE...
by ramesh.g
29 May 2013, 08:59
Forum: Help
Topic: Mail configuration
Replies: 5
Views: 10616

Re: Mail configuration

atrol wrote:I don't see any problem in the log.
The mail is sent and after that deleted from the queue.
Now in the log i am getting

server error: 5.7.1 Unable to relay

I am getting this error when i try to add different domain users. (Client)
by ramesh.g
28 May 2013, 09:46
Forum: Help
Topic: Mail configuration
Replies: 5
Views: 10616

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 q...
by ramesh.g
15 May 2013, 07:52
Forum: Customizations
Topic: Mail configuration
Replies: 0
Views: 16088

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_defaults...