In my Catalyst app I use
composer = MFMailComposeViewController()
if MFMailComposeViewController.canSendMail() {
if let vc = UIApplication.shared.presentedViewController {
composer.mailComposeDelegate = self
composer.setToRecipients("some Email address")
composer.setSubject("Subject")
...
...
}
}
Since I have updated to macOS 15.1 the canSendMail() function returns false although I have configured Apple Mail (like before in 15.0 where it worked flawlessly).
Is this a bug in macOS 15.1. ? Can anybody replicate this ?
Problem solved with recent update Sequoia 15.4
😍
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With