﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
31955	Multiple email send issues	ajeet	nobody	"Hi,

to = str('to@gmail.com')
cc = str(context['workernotification']) 
# == ''Pick from the dynamically custom notification profile firstemail@gmail.com,secondemail@gmail.com''
from_email = request.POST.get('fromemail')
msg = EmailMultiAlternatives(subject, text_content,from_email,[to],[cc])
msg.attach_alternative(html_content, ""text/html"")
msg.send()  # Mail send code

Errors:

Exception Value: | Invalid address; only firstemail@gmail.com could be parsed from ""firstemail@gmail.com,secondemail@gmail.com""

I am getting the above error while using in to or cc ."	Uncategorized	closed	Core (Mail)	3.1	Normal	invalid	Email send issues invalid address		Unreviewed	0	0	0	0	0	0
