diff options
author | Sebastian Reichel <sre@ring0.de> | 2013-05-05 21:48:55 +0200 |
---|---|---|
committer | Sebastian Reichel <sre@ring0.de> | 2013-05-05 21:48:55 +0200 |
commit | 145c5300260a69b208b4539a1bbd1bbbb1bf46f6 (patch) | |
tree | ec17647f95f25c553a49582d1d2a5fa47ff8aed8 /dbus | |
parent | 831fe57cb42b1fbf02ba0ee7654de59923dcd381 (diff) | |
download | serial-barcode-scanner-145c5300260a69b208b4539a1bbd1bbbb1bf46f6.tar.bz2 |
mail: initial mail service
This process provides an DBus interface for sending mails
to users. It has MIME support for plain text and html mails
and supports attachments.
The service gets the SMTP server's hostname, port and authentication
data from the configuration daemon.
Diffstat (limited to 'dbus')
-rw-r--r-- | dbus/io.mainframe.shopsystem.Mail.service.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dbus/io.mainframe.shopsystem.Mail.service.in b/dbus/io.mainframe.shopsystem.Mail.service.in new file mode 100644 index 0000000..6788453 --- /dev/null +++ b/dbus/io.mainframe.shopsystem.Mail.service.in @@ -0,0 +1,3 @@ +[D-BUS Service] +Name=io.mainframe.shopsystem.Mail +Exec=${PATH}/mail/mailer |