You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "BJ Freeman (JIRA)" <ji...@apache.org> on 2007/12/06 06:40:43 UTC

[jira] Commented: (OFBIZ-65) Mutitple Email accounts for both outgoing and incoming.

    [ https://issues.apache.org/jira/browse/OFBIZ-65?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12548926 ] 

BJ Freeman commented on OFBIZ-65:
---------------------------------

      <property name="#1-listener" value="store-listener">
            <property name="mail.store.email" value="put emailaddress  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>
and add to the container  the smtp transport
      <property name="smtp" value="transport-smtp">
            <property name="mail.transport.email" value="put emailaddress here"/>
            <property name="mail.transport.protocol" value="imap"/>
            <property name="mail.transport.host" value="[host]"/>
            <property name="mail.transport.user" value="[user]"/>
            <property name="mail.transport.pass" value="[pass]"/>
            <property name="mail.transport.debug" value="false"/>
        </property>
and add calls to the container to get the smtp configuration from Emails services.

code is added to find the right store and transport by email address passed down
the code to store emails currently links emails to the party ID thru the email address.

any other suggestions welcome

> Mutitple Email accounts for both outgoing and incoming.
> -------------------------------------------------------
>
>                 Key: OFBIZ-65
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-65
>             Project: OFBiz
>          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.