This question has been flagged
3 Replies
4302 Views

If I declare two or more attendees when I create a meeting! I always get a "Mail Delivery Failure", because the email addresses are merged together like: mailaddress@something.commailadress@something.commailaddress@somthing.commail.....  and so on.

Doe's anybody has this problem too? Is thos a bug? I'm not shure, because I didn't find anything similar.

Regards 

Andreas

Avatar
Discard
Best Answer

Hi Andreas,

The easiest is to press enter after entering each address. This should solve your problem.

 

Avatar
Discard
Author Best Answer

Hi!

the bug is in:

/opt/openerp/server/openerp/addons/base_calendar/base_calendar.py  Zeile 1132
there I changed
mail_to = mail_to + " " + partner.email 
to
mail_to = mail_to + ", " + partner.email 

Did you try the hint from Eva?
@Eva: I will try it after recompiling. Thanks!

 

Avatar
Discard
Best Answer

Hi Andreas,

Did you find a solution, because I have similar problem?

Daboule

Edit 1: Thanks Andreas for following up. I will have a look at that. I can't see how I can press enter after each address as they are auto completed from the database....

Daboule

Avatar
Discard