Forums » Development »
what is method create issue when recieved email?
Added by anh khoa nguyen ngoc over 9 years ago
Hi every body. I wanto to overide issue create by recieved email in www.redmine.org/pgrojects/redmine/wiki/RedmineReceivingEmails. issue has column email and I want to email of issue is adress email sent to redmine. Thank you very much!
Replies (2)
RE: what is method create issue when recieved email? - Added by Martin Denizet (redmine.org team member) over 9 years ago
Hello,
Would the options unknown_user=create
be a simple solution to your problem?
Otherwise, I suggest you could extend custom_field_values_from_keywords
in source:/tags/3.0.3/app/models/mail_handler.rb
You can get the email using: email.header['from'].to_s
Cheers,
RE: what is method create issue when recieved email? - Added by anh khoa nguyen ngoc over 9 years ago
I resolved my problem, thank you very much!