Private, user-initiated Gmail sending from Finder on macOS
FileMailer is an open-source native macOS application that prepares an editable email from files selected in Finder. It is a productivity tool for user-initiated correspondence: every sender, recipient, subject, message body and attachment remains visible for review, and FileMailer sends nothing until the user presses Send.
FileMailer is maintained as an open-source project by Thomazlb.
FileMailer does not read the user’s Gmail inbox, existing messages, Gmail drafts or Gmail history. It does not send automatically, provide bulk-mailing features, operate a developer backend, use analytics, or include a third-party crash reporter.
FileMailer requests the minimum scopes needed for its visible features:
openid, email and profile identify the Google account selected by the
user;gmail.send sends only the message explicitly reviewed and sent by the user;drive.file is requested separately and only if the user chooses a Google
Drive link.For a Drive link, FileMailer creates or uses a file in the user’s Google Drive and grants reader access only to the message’s To, Cc and Bcc recipients. It does not create a public link or request access to the user’s whole Drive.
Read the complete Privacy Policy and Terms of Use before using FileMailer.