Plugin is not working in 3.4.4
marcelswz opened this issue · 6 comments
Redmine install on ubuntu 18.04
redmine version 3.4.4
%f %l %u are blank
setting Emmision email address to <%m> will issue a error
An error occurred while sending mail (553 5.5.4 my@email.nl... Domain name required for sender address )
I replaced the my original email address in the above line
Hi @marcelswz
Do you mean your setting is <%m>
?
If not, please tell me your emission email address
setting.
Note <%m>
works well in my environment.
I guess it depends on the mail server.
hi @taqueci
Yes my setting is <%m>
If I set the emission email address
setting to my@email.nl the actual email address the mail is send and received. If I use <%m> as emission email address
setting I get an error:
An error occurred while sending mail (553 5.5.4 my@email.nl... Domain name required for sender address )
Hi @marcelswz
Please try %m
. (Remove angle brackets <
, >
.)
If you don't have secondary setting, please set fixed address as secondary one (e.g. redmine@email.nl
)
It is used for anonymous user or a user who hides own mail address by account setting.
I can not help any more because the root cause may be not the plugin but mail server.
Please ask your mail server administrator.
Hi @marcelswz
Thank you for the information.
I have reproduced that test mail can not be sent from settings page.
I will investigate (#15).
I have reproduced that test mail can not be sent from settings page.
This is my mistake.
Test mail can be sent correctly in my environment.