Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

macOS 15.1 MFMailComposeViewController.canSendMail() returns false always

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 ?

like image 657
Chris Avatar asked Jul 04 '26 17:07

Chris


1 Answers

Problem solved with recent update Sequoia 15.4

😍

like image 58
kodaski Avatar answered Jul 06 '26 09:07

kodaski



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!