sendgmail
Sendmail-compatible tool for using Gmail with `git send-email'
The sendgmail
command provides a minimal sendmail-compatible front-end that connects to Gmail using OAuth2. It is specifically designed for use with git send-email
. The command needs a Gmail API key to function.
Guix's version of sendgmail
has been patched for compatibility with all known forks, including support for non-@gmail.com
email addresses.
- Versions: 0.0.0-1.e322915
- Website: https://github.com/google/gmail-oauth2-tools
- Licenses: ASL 2.0
- Package source: gnu/packages/mail.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of sendgmail
as follows:
guix install sendgmail
Or install a particular version:
guix install sendgmail@0.0.0-1.e322915
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of sendgmail about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/sendgmail'><img src='https://packages.guix.gnu.org/packages/sendgmail/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/sendgmail)
Example Org:
[[https://packages.guix.gnu.org/packages/sendgmail][https://packages.guix.gnu.org/packages/sendgmail/badges/latest-version.svg]]