Hello, I can´t get the mail.send to send mails the wat I like.
I´d like to do it like this mail.send(to=mail_receivers, cc=cc_receivers, subject='Test subject', message='Test message') mail_receivers and cc_receivers would contain 1-5 e-mailaddresses? How do I construct those variables. Kenneth

