mirror of
https://github.com/NinjaCheetah/RIT-Dining.git
synced 2026-03-05 05:25:29 -05:00
Oops, you can't send emails to a noreply address
This commit is contained in:
@@ -40,7 +40,7 @@ struct MailView: UIViewControllerRepresentable {
|
||||
func makeUIViewController(context: Context) -> MFMailComposeViewController {
|
||||
let vc = MFMailComposeViewController()
|
||||
vc.mailComposeDelegate = context.coordinator
|
||||
vc.setToRecipients(["58050615+NinjaCheetah@users.noreply.github.com"])
|
||||
vc.setToRecipients(["campbell@ninjacheetah.dev"])
|
||||
vc.setSubject("TigerDine Feedback")
|
||||
//vc.setMessageBody("", isHTML: false)
|
||||
return vc
|
||||
|
||||
Reference in New Issue
Block a user