Hello all,

Strange as it might seem, I'm trying to send an email from a webfunction to two recipients and it's only delivered to the first one!

I tried the same addresses using mailutils in ipython:

from invenio import mailutils
mailutils.send_email("[serverurl]","[email1],[email2]",subject="test",content="test content", debug_level=9)

and I see that it's only send to the FIRST email address! (BTW, both emails are valid and working :) but i )

Having said that, when I enable CFG_DEVEL_SITE=1 and run THE SAME command,
as an admin I get an email that shows both addresses, so it's not an issue of splitting the email strings etc, but something deeper... (maybe python-related?)

Can you verify it too? It seems a bit strange to be a bug and not having been reported by anyone else, on the other hand, I cannot find anything wrong with my tests... Hmmm...

Best regards,
Theodoros

Reply via email to