macOS 15.1 MFMailComposeViewController.canSendMail() returns false always

In my Catalyst app, I use MFMailComposeViewController to send emails, but MFMailComposeViewController.canSendMail() always returns false after updating to macOS 15.1. Has anyone else encountered this issue, or does anyone have suggestions on how to resolve it?

Answered by DTS Engineer in 817357022

You're doing the right thing by checking if the MessageUI framework is able to send mail. It will return true when it is able to send mail, but if you have situations where you beleive it should be able to send mail but is returning false, then please open a bug report with that information and post the FB number here.

—Ed Ford,  DTS Engineer

You're doing the right thing by checking if the MessageUI framework is able to send mail. It will return true when it is able to send mail, but if you have situations where you beleive it should be able to send mail but is returning false, then please open a bug report with that information and post the FB number here.

—Ed Ford,  DTS Engineer

macOS 15.1 MFMailComposeViewController.canSendMail() returns false always
 
 
Q