Skip to content

Commit

Permalink
fix: adding subject to composing email
Browse files Browse the repository at this point in the history
  • Loading branch information
SaurabhJamadagni committed Jun 19, 2023
1 parent 389272b commit 9fd6b36
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ extension ParentTableViewCell: UITableViewDelegate {
let mailComposeViewController = MFMailComposeViewController()
mailComposeViewController.mailComposeDelegate = self
mailComposeViewController.setToRecipients(["scribe.language@gmail.com"])
mailComposeViewController.setSubject("Hey Scribe!")

parentViewController?.present(mailComposeViewController, animated: true, completion: nil)
} else {
Expand Down

0 comments on commit 9fd6b36

Please sign in to comment.