jfqd / redmine_helpdesk

Lightweight helpdesk plugin for redmine.
MIT License
193 stars 102 forks source link

Setting helpdesk-sender-email not working #159

Closed obrador closed 3 years ago

obrador commented 3 years ago

Hi. I'm using helpdesk with last redmine 4.1 and it seems that setting helpdesk-sender-email does not work. Emails are sent with the main email address set in redmine general settings instead of the per-project email address. Logs does not show any error. Anyone tried this on redmine 4.1?

Thanks in advance.

0x2c4 commented 3 years ago

Yes, this will only work if your email provided allows email names generation, even tho the email is non existent. If I connect Exchange to redmine, I can only use the actual email that I have set in redmine conf, but if I set my own email server in the conf file, I get set what ever name I want in the 'Helpdesk-sender-emial'. Hope this makes sense.

obrador commented 3 years ago

Thanks michel, I use mailjet and I configured it to be able to send emails from different addresses, all them tested and working when set in the main notification email in redmine. But the problem still persist: redmine only sends emails from the address set as main notification email, never with the per-project "helpdesk-sender-email". May it be that the plugin is not compatible with redmine 4.1? am I missing something?

Thanks a lot in advance

obrador commented 3 years ago

Hi, it's me again. After some testing, it seem that helpdesk plugin does not work at all, none of the configuration made in project settings affects to the result, just as if helpdesk isn't installed. But it is as long as I can see the configuration options in project settings.

0x2c4 commented 3 years ago

Thanks michel, I use mailjet and I configured it to be able to send emails from different addresses, all them tested and working when set in the main notification email in redmine. But the problem still persist: redmine only sends emails from the address set as main notification email, never with the per-project "helpdesk-sender-email". May it be that the plugin is not compatible with redmine 4.1? am I missing something?

Thanks a lot in advance

hi there,

HelpDesk is not compatible fully with 4.1, that could be the reason :(

jfqd commented 3 years ago

Might be. In the Readme it says: "The latest version of this plugin is only compatible with Redmine 4.0.x.". But you always can send a pull request :)

obrador commented 3 years ago

Hi. Tested on 4.0.7 and problem still persists.