Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plomino 2 : sendMail is working only for the first recipient email address #756

Open
sverbois opened this issue Sep 7, 2016 · 4 comments

Comments

@sverbois
Copy link

sverbois commented Sep 7, 2016

When I send an email with

sendMail(
    db = db,
    title="Plomino Email",
    html_message = message,
    sender='jean.dupont@yahoo.be',
    recipients=['recipient1@unamur.be','recipient2@unamur.be'],
    cc='cc@unamur.be',
    bcc='bcc@unamur.be'
)

'recipient1@unamur.be' and 'recipient2@unamur.be' receive the email but not 'cc@unamur.be' and 'bcc@unamur.be'

@ebrehault
Copy link
Member

I cannot reproduce this problem (tested with current master version of Plomino), can you try to identify more precisely what happens in your case?

@sverbois
Copy link
Author

sverbois commented Sep 8, 2016

@ebrehault . It works indeed with 'recipient2@unamur.be' but not with 'cc@unamur.be' and 'bcc@unamur.be'.
I have updated the ticket title.

@ebrehault
Copy link
Member

I do not think it is a Plomino thing.
I can see Plone API is not offering cc and bcc: http://docs.plone.org/develop/plone.api/docs/api/portal.html#plone.api.portal.send_email so maybe it is not supported anymore.

@ermancio
Copy link

ermancio commented Dec 21, 2016

Hi.
I would like to send a notification e-mail (to specified recipients) onsave event in my Plomino database.
How can i do?
LM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants