You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Jacques Le Roux <ja...@les7arts.com> on 2006/12/13 20:56:23 UTC

Debut property option for mail out (SMTP)

Hi all,

I wonder why we don't have a debug property option for org.ofbiz.content.email.EmailServices.sendMail() (ofbiz/applications/content/src/org/ofbiz/content/email/EmailServices.java)

It's easy to set up, just have to add 

session.setDebug(mailDebugOn);

after session creation, the following line in General.properties and something to read this parameter in sendMail()

# -- debug mail option enabled (Y|N)
mail.debug.on=N

If it's ok I will set up soon

Jacques