Would someone please explain this option: "$g_email_set_category"
I thought it could set the "CATEGORY" in the subject line of emails but I can't get it to work, Should I set it like this:
$g_email_set_category = ON;
or like this:
$g_email_set_category = EMAIL_CATEGORY_PROJECT_CATEGORY;
And why in config_defaults_inc.php is stated that is tested only with MS Outlook? A subject line is a subject line no matter what email program you use, isn't it?
TIA
p.s. Mantis 1.1.2
---
email_set_category
Moderators: Developer, Contributor
email_set_category
Last edited by duwil on 14 Oct 2008, 08:17, edited 1 time in total.
Re: email_set_category
That's because it is not added into the subject line...
Want more plugins to customize Mantis?
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
Re: email_set_category
I knew I was missing something... Can you give me more details about this option? I look at email headers and I saw that there is "KEYWORDS" set with "project and category" but it's always set no matter what I write in this option. Anyway is it possible to put category in subject line in some other way without patching the code?
Thanks
---
Thanks
---
Re: email_set_category
No, it can't tell you, no it is not possible to set the category in the subject. You can install the HTLMmail plugin (see in my signature) and you will be able to custom the subject.
Want more plugins to customize Mantis?
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
Re: email_set_category
... I still don't understand what this option does
It's now clear it has nothing to do with the subject line but what is its use?
---

---
Re: email_set_category
I believe this option is intended to create/modify an email header that will supposedly allow for Outlook to be setup to automatically categorize the email.
Note this has nothing to do with the subject, but the category.
This option is not customized in my install, so here it is from config_defaults_inc.php:
# Specify whether e-mails should be sent with the category set or not. This is tested
# with Microsoft Outlook. More testing for this feature + other formats will be added
# in the future.
# OFF, EMAIL_CATEGORY_PROJECT_CATEGORY (format: [Project] Category)
$g_email_set_category = EMAIL_CATEGORY_PROJECT_CATEGORY;
In an email from mantis, I noticed this item in the header using Outlook 2007:
Keywords: [General] Printer
Above, General is the project name, Printer is the category.
Not sure how to get Outlook to take advantage of this field, but hope this helps.
I don't see a variable for configuring the subject line of the automated emails.
Note this has nothing to do with the subject, but the category.
This option is not customized in my install, so here it is from config_defaults_inc.php:
# Specify whether e-mails should be sent with the category set or not. This is tested
# with Microsoft Outlook. More testing for this feature + other formats will be added
# in the future.
# OFF, EMAIL_CATEGORY_PROJECT_CATEGORY (format: [Project] Category)
$g_email_set_category = EMAIL_CATEGORY_PROJECT_CATEGORY;
In an email from mantis, I noticed this item in the header using Outlook 2007:
Keywords: [General] Printer
Above, General is the project name, Printer is the category.
Not sure how to get Outlook to take advantage of this field, but hope this helps.
I don't see a variable for configuring the subject line of the automated emails.
-Joe
Mantis Version: 1.1.2
Disclaimer: Answers are based on the Mantis version above and may be inaccurate for newer/older versions which may have different configuration options and/or functionality.
Mantis Version: 1.1.2
Disclaimer: Answers are based on the Mantis version above and may be inaccurate for newer/older versions which may have different configuration options and/or functionality.
Re: email_set_category
I've heard about similar problems. But I don't remember about the proper methods of solution. It's so fortunate that some days ago I by chance noticed one tool at the Inet. Probably it would become the good determination in this condition - oversized pst recovery.jb_mantis wrote:I believe this option is intended to create/modify an email header that will supposedly allow for Outlook to be setup to automatically categorize the email.
Note this has nothing to do with the subject, but the category.
This option is not customized in my install, so here it is from config_defaults_inc.php:
# Specify whether e-mails should be sent with the category set or not. This is tested
# with Microsoft Outlook. More testing for this feature + other formats will be added
# in the future.
# OFF, EMAIL_CATEGORY_PROJECT_CATEGORY (format: [Project] Category)
$g_email_set_category = EMAIL_CATEGORY_PROJECT_CATEGORY;
In an email from mantis, I noticed this item in the header using Outlook 2007:
Keywords: [General] Printer
Above, General is the project name, Printer is the category.
Not sure how to get Outlook to take advantage of this field, but hope this helps.
I don't see a variable for configuring the subject line of the automated emails.