Revision abf4f28f
Added by Marc Dequènes over 15 years ago
- ID abf4f28fa297321969bd160c9ff1307121f1ce97
postman | ||
---|---|---|
mail_reply.set_disposition("inline")
|
||
mail_reply.quoted_printable_body = "A message (ID: #{mail.message_id}) apparently from you was rejected for the following reason:\n #{order.msg}"
|
||
mail_reply.sign
|
||
mail_reply.crypt(order.user.keyFingerPrint) unless order.user.nil?
|
||
mail_reply.deliver
|
||
msg.delete
|
||
next
|
Also available in: Unified diff
[evol] crypt rejection mail if user has been identified