This question has been flagged
5 Replies
7521 Views

Hi,

I'm working on send by email wizard in Odoo11. We can add contact in the wizard.

But how to send the mail to some mail addresses which are not contacts?


Avatar
Discard
Best Answer

Jacky,

You can see the field called Recipients in the wizard, in that you can directly defined the email ids you want.


Thank You

Avatar
Discard
Best Answer

you have to add them as partner_ids or append email ids in email_to field

Avatar
Discard
Author

Thanks for the reply. But i want to send it to a specific email. Is there any way without creating contact in odoo?

yes, add your emails as ',' separated strings to the field email_to

On Thu, Aug 9, 2018 at 4:47 PM Jacky <mevivek4u@gmail.com> wrote:

Thanks for the reply. But i want to send it to a specific email. Is there any way without creating contact in odoo?

--
Jacky

Sent by Odoo S.A. using Odoo.



--
Hilar AK  Python / Odoo Developer

m: +917736617619
e: hilarak@gmail.com
Follow me:
twitteryoutubegithubstack-overflow


Author

i don't see the email_to field in this wizard