Regarding Email in ofbiz : Only one sender can be configured.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Regarding Email in ofbiz : Only one sender can be configured.

kunal aggarwal
Hello all

I have tried the email settings of ofbiz. I found that sender's mail is
configured in general.properties  file and only one user_mail is configured
in it. However an ERP systems have many email senders depending on different
departments like purchasing , selling , financials  etc. So can any one tell
me is there any way out to configure many mail senders .


Thanks
Kunal
Reply | Threaded
Open this post in threaded view
|

Re: Regarding Email in ofbiz : Only one sender can be configured.

Malin Nicolas
Hi Kunal

When you call service to send email, you can specify the sender. Show
service interface for sendMail :
https://localhost:8443/webtools/control/availableServices?sel_service_name=sendMailInterface

If you just configure, you can use productStore email configuration.
Show
https://localhost:8443/catalog/control/EditProductStoreEmails?productStoreId=9000 
for example with demo data

Nicolas



kunal aggarwal a écrit :

> Hello all
>
> I have tried the email settings of ofbiz. I found that sender's mail is
> configured in general.properties  file and only one user_mail is configured
> in it. However an ERP systems have many email senders depending on different
> departments like purchasing , selling , financials  etc. So can any one tell
> me is there any way out to configure many mail senders .
>
>
> Thanks
> Kunal
>
>  

Reply | Threaded
Open this post in threaded view
|

Re: Regarding Email in ofbiz : Only one sender can be configured.

BJ Freeman
In reply to this post by kunal aggarwal
usually when you have one account to send emails to, it is not the email
box of the user but the smpt server. So you can send many emails with
different email addresses sent.
unless you have a email server you can configure, there is a problem in
receiving many email address through one account. if you can not
configure th email server you can create one account then have the other
accounts forward their emails to that account that ofbiz accesses.



kunal aggarwal sent the following on 11/6/2008 11:40 AM:

> Hello all
>
> I have tried the email settings of ofbiz. I found that sender's mail is
> configured in general.properties  file and only one user_mail is configured
> in it. However an ERP systems have many email senders depending on different
> departments like purchasing , selling , financials  etc. So can any one tell
> me is there any way out to configure many mail senders .
>
>
> Thanks
> Kunal
>