如何批量发信给每个联系人

How to send email to each contact?
原文地址: http://help.openerp.com/question/2392/how-to-send-email-to-each-contact/
问题: I'm trying to send email to large namber of contacts. I was thinking that "mass mailing" is what I need. But after selecting contacts and pressing "mass mailing", I don't see each contact's email.
答案:

  1. Create new Email Template
  2. Apply it to Partner model.
  3. Add "${object.email}" to "To (Emails)" field.
  4. Then select partners and send email (from mass mailing) with this template.

image description

I think this is not perfect solution, but it is works.

你可能感兴趣的:(openerp)