I\'m trying to send an email with python from a shared mailbox.
I have been able to sucessfuly send it through my own email, but sending one with a shared mailbox (t
Added this right before the newMail.send() step and it worked
newMail.send()
newMail.SentOnBehalfOfName = 'SharedFolder'