table of contents
XDG-EMAIL(1) | xdg-email Manual | XDG-EMAIL(1) |
NAME¶
xdg-email - command line tool for sending mail using the user's preferred e-mail composer
SYNOPSIS¶
xdg-email [--utf8] [--cc address] [--bcc address] [--subject text] [--body text] [--attach file] [mailto-uri | address(es)]
xdg-email {--help | --manual | --version}
DESCRIPTION¶
xdg-email opens the user's preferred e-mail composer in order to send a mail to address(es) or mailto-uri. RFC2368 defines mailto: URIs. xdg-email limits support to, cc, subject and body fields in mailto-uri, all other fields are silently ignored. address(es) must follow the syntax of RFC822. Multiple addresses may be provided as separate arguments.
All information provided on the command line is used to prefill corresponding fields in the user's e-mail composer. The user will have the opportunity to change any of this information before actually sending the e-mail.
xdg-email is for use inside a desktop session only. It is not recommended to use xdg-email as root.
See http://portland.freedesktop.org/wiki/EmailConfig for information on how the user can change the e-mail composer that is used.
OPTIONS¶
--utf8
--cc address
--bcc address
--subject text
--body text
--attach file
Some e-mail applications require the file to remain present after xdg-email returns.
--help
--manual
--version
ENVIRONMENT VARIABLES¶
xdg-email honours the following environment variables:
XDG_UTILS_DEBUG_LEVEL
EXIT CODES¶
An exit code of 0 indicates success while a non-zero exit code indicates failure. The following failure codes can be returned:
1
2
3
4
5
CONFIGURATION¶
Visit http://portland.freedesktop.org/wiki/EmailConfig for information how to configure xdg-email to use the email client of your choice.
EXAMPLES¶
xdg-email 'Jeremy White <jwhite@example.com>'
xdg-email --attach /tmp/logo.png \
--subject 'Logo contest' \
--body 'Attached you find the logo for the contest.' \
'jwhite@example.com'
xdg-email --subject 'Your password is about to expire' \
'jwhite@example.com' 'bastian@example.com' 'whipple@example.com'
AUTHORS¶
Kevin Krammer
Jeremy White
COPYRIGHT¶
Copyright © 2006
11/04/2016 | xdg-utils 1.0 |