View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0019710 | Plugin - Reminder | General | public | 2015-05-12 08:13 | 2015-06-19 02:32 |
| Reporter | rakekniven | Assigned To | atrol | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Platform | Linux | OS | Ubuntu | OS Version | 12.04 |
| Summary | 0019710: No emails are sent out. Test gives result. | ||||
| Description | My mantis does not send out remminder emails. I am running mantis v1.2.19 Added due dates to some issues and called "Reminder/scripts/bug_reminder_mail_test.php". Any ideas? | ||||
| Steps To Reproduce | Connected via ssh and using bash. Calling "/usr/bin/php5 /sdb1/www/mantis/plugins/Reminder/scripts/bug_reminder_mail.php" says: | ||||
| Tags | No tags attached. | ||||
|
Forgot to mention that I am using plugin version 1.22 from github. |
|
|
Any hints for me? |
|
|
Which information should I provide to track this issue? |
|
|
If I call "<webroot>/mantis/plugins/Reminder/scripts/bug_reminder_mail.php" in my browser I get: So looking at code: /mantis/core/mobile_api.php on line 41 shows me: When calling it with php command line there is no value for "HTTP_USER_AGENT". So above message makes sense. Just a note to my issue. Has anybody working due notifications with Reminder plugin and mantis 1.2.19 up and running? |
|
|
Change mobile_api.php from function mobile_is_mobile_browser() { to (add 3 lines) |
|
|
Regression introduced by 0013740 |
|
|
Better splitted my issue into two: Sending of emails is working in the meantime. Looks like a php install issue? Regarding cron warning: Will this be backported to 1.2.x series as well? |
|
|
|
|
From my side you can close this issue. |
|