[
https://issues.apache.org/jira/browse/OFBIZ-65?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490543 ]
BJ Freeman commented on OFBIZ-65:
---------------------------------
Currently the Java mail container had one login to an account.
on some mail servers, each person has a seperate email account.
if the email is sent through one account any replys are returned thru that account, not the account of the persons sending email orginally.
So a mechanism that allows an arrary of logins to the mails server that would be selected based party ID
so
<property name="default-listener" value="store-listener">
<property name="mail.store.protocol" value="imap"/>
<property name="mail.host" value="[host]"/>
<property name="mail.user" value="[user]"/>
<property name="mail.pass" value="[pass]"/>
<property name="mail.debug" value="false"/>
</property>
would be
<property name="PartyID-listener" value="store-listener">
<property name="mail.store.partyID" value="put partyid here"/>
<property name="mail.store.protocol" value="imap"/>
<property name="mail.host" value="[host]"/>
<property name="mail.user" value="[user]"/>
<property name="mail.pass" value="[pass]"/>
<property name="mail.debug" value="false"/>
</property>
This is just a suggestion.
> Mutitple Email accounts for both outgoing and incoming.
> -------------------------------------------------------
>
> Key: OFBIZ-65
> URL:
https://issues.apache.org/jira/browse/OFBIZ-65> Project: OFBiz (The Open for Business Project)
> Issue Type: Improvement
> Components: content, party
> Reporter: BJ Freeman
> Priority: Minor
>
> from
>
http://jira.ofbiz.org/browse/OFBIZ-628> let the Java mail container and general properties have the default configurations.
> the assoicate additional configurations based on the PartyID of the Login.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.