Mantis - Resin
Viewing Issue Advanced Details
6375 minor always 12-17-20 11:31 12-17-20 11:41
nam  
 
normal  
new 4.0.65  
open  
none    
none  
0006375: health PdfReport not using default smtp properties from mail tag
(rep by S. Sampgaonkar)

PdfReport is not using the default <mail> configuration. To have it use <mail>, the user needs to explictly specify it:

<mail name="mail_config">
  ...
</mail>

<health:PdfReport>
  ...
  <mail>${mail_config}</mail>
</health:PdfReport>

There are no notes attached to this issue.