Proposed change to SMTP

Posted by BJ Freeman on
URL: http://ofbiz.116.s1.nabble.com/Proposed-change-to-SMTP-tp168714.html

currently is in general.properties.
I propose an container like JavaMail, so multiple servers, and/or
accounts can be defined.

a new entity that can be in the database like SMTPMailSenders. where the
ID of the STMP entry in the STMP container can be linked to many PartyIDs.

The service would be modified to use the PartyIDfrom to look up the
party ID in  SMTPMailSenders to find would which configuration to use to
send the emails.

any thoughts or should I submits this.