@mikael said:

vc = SUIViewController.viewControllerForView_(
your_view.objc_instance)
vc.presentModalViewController_animated_(mail_composer, True)

This worked perfectly. Thanks!