Search found 6 matches

by ghansham_tiwari
20 Jun 2014, 11:41
Forum: General Discussion
Topic: Cronjob
Replies: 2
Views: 4162

Re: Cronjob

Hi,

Just figured out the solution to the problem, Here is the link for anyone facing the same issue.

http://www.mantisbt.org/forums/viewtopi ... 328#p55318

Cheers !!
by ghansham_tiwari
20 Jun 2014, 10:30
Forum: General Discussion
Topic: Not able to send Email through windows Scheduler
Replies: 6
Views: 8692

Re: Not able to send Email through windows Scheduler

Hi

I just figured out the solution to the problem.

Problem was: WAMP server keeps a copy of PHP.ini in apache folder, that is used while running the PHP instance
Folder path: \wamp\bin\apache\Apache2.4.4\bin

While trying to run PHP.exe, windows accesses the PHP.ini file from PHP folder itself ...
by ghansham_tiwari
10 Jun 2014, 07:22
Forum: General Discussion
Topic: Not able to send Email through windows Scheduler
Replies: 6
Views: 8692

Re: Not able to send Email through windows Scheduler

Thanks for reply,

Maybe there is alsp a php-cli.exe ?
Try also
C:\wamp\bin\php\php5.4.12\php.exe -f C:\wamp\www\defecttracker\scripts\send_emails.php

There is no "php-cli.exe"

tried with "-f " Still getting the same error :
ERROR: Message could not be sent - SMTP Error: Could not connect to ...
by ghansham_tiwari
09 Jun 2014, 14:55
Forum: General Discussion
Topic: Not able to send Email through windows Scheduler
Replies: 6
Views: 8692

Re: Not able to send Email through windows Scheduler

Hi,

Thanks for your reply, Here are the commands that I have tried using:

C:\wamp\bin\php\php5.4.12\php-cgi.exe C:\wamp\www\defecttracker\scripts\send_emails.php
C:\wamp\bin\php\php5.4.12\php.exe C:\wamp\www\defecttracker\scripts\send_emails.php

Does it make any sense?
by ghansham_tiwari
09 Jun 2014, 10:20
Forum: General Discussion
Topic: Cronjob
Replies: 2
Views: 4162

Re: Cronjob

Hi,

I am also facing the same issue. Have you found any solution to this?
Please reply if got any solution

Thanks
Ghansham
by ghansham_tiwari
09 Jun 2014, 10:16
Forum: General Discussion
Topic: Not able to send Email through windows Scheduler
Replies: 6
Views: 8692

Not able to send Email through windows Scheduler

Hi,

Running mantis on WAMP server.
Email are configured to be sent through Gmail and working fine without cronjob but is causing a lot of performance slowdown.

when try to send Emails through windows scheduler, getting the following error in mantis logs
ERROR: Message could not be sent - SMTP ...