Search found 5 matches
- May 29, 2014 10:24 am
- Forum: Help
- Topic: Tweaking Notification Emails
- Replies: 4
- Views: 3702
Re: Tweaking Notification Emails
Found what I needed. In string_api.php I had to change: function string_get_bug_view_url_with_fqdn( $p_bug_id, $p_user_id = null ) { return config_get( 'path' ) . string_get_bug_view_url( $p_bug_id, $p_user_id ); } And replace the path part with a custom string. I was also able to use Fancy String M...
- May 28, 2014 1:38 pm
- Forum: General Discussion
- Topic: Email is not sent from Mantis for tickets and updates
- Replies: 1
- Views: 2590
Re: Email is not sent from Mantis for tickets and updates
Are you using
?
If so, you need to set up a cronjob yourself to run send_email.php
Code: Select all
$g_email_send_using_cronjob = ON;
If so, you need to set up a cronjob yourself to run send_email.php
- May 28, 2014 9:44 am
- Forum: Help
- Topic: Tweaking Notification Emails
- Replies: 4
- Views: 3702
Re: Tweaking Notification Emails
Ok, that's the thing, I don't have a domain name. 'www.namehere.com' won't work. I don't mind using the external IP address, just means that those of us here in the office won't actually be able to use the links (which is better than everyone not in the office having that problem). But what I was re...
- May 27, 2014 3:44 pm
- Forum: Help
- Topic: Please read this if you have problems with emails
- Replies: 90
- Views: 307859
Re: Please read this if you have problems with emails
Just because emails were a problem for me, recently, I thought I'd drop by with another solution: (I also realize this is slightly spammy, but I'm not a shill, just someone who had trouble and found a solution) For some reason, I was unable to send email via my own company email address, either by u...
- May 27, 2014 2:07 pm
- Forum: Help
- Topic: Tweaking Notification Emails
- Replies: 4
- Views: 3702
Tweaking Notification Emails
I'm running Mantis on a server that does not have a domain name associated with it, just an IP address. This is fine for what I'm doing, but there's a slight problem: The IP address that is used in the notification emails is the local IP address the server has on the LAN. Anyone not in the office wo...