Re: [Resin-interest] How to change SMTP config for health:PdfReport in Resin-Pro-4.0?

2014-10-17 Thread Scott Ferguson
On 10/17/14, 6:59 AM, BUSCH Steffen wrote: In health.xml I am able to specify a mail reference for example health:SendMail mail=${healthMailer} toad...@yourdomain.com/to health:OnStop/ health:SendMail where ${healthMailer} can be configured in resin.xml like this mail name=healthMailer

Re: [Resin-interest] How to change SMTP config for health:PdfReport in Resin-Pro-4.0?

2014-10-17 Thread BUSCH Steffen
Thanks Scott, I'm going to try the system-property, but I would prefer to just add a reference to the already configured javax.mail resource like this just to have a single place of SMTP configuration: health:PdfReport mail=${healthMailer} -- Steffen On 10/17/14, 6:59 AM, BUSCH Steffen

Re: [Resin-interest] How to change SMTP config for health:PdfReport in Resin-Pro-4.0?

2014-10-17 Thread Scott Ferguson
On 10/17/14, 9:37 AM, BUSCH Steffen wrote: Thanks Scott, I'm going to try the system-property, but I would prefer to just add a reference to the already configured javax.mail resource like this just to have a single place of SMTP configuration: health:PdfReport mail=${healthMailer} Ok. I