taler-merchant-report-generator-email.1.rst (1392B)
1 taler-merchant-report-generator-email(1) 2 ######################################## 3 4 .. only:: html 5 6 Name 7 ==== 8 9 **taler-merchant-report-generator-email** - transmit periodic reports via email 10 11 12 Synopsis 13 ======== 14 15 **taler-merchant-report-generator-email** 16 [**-d** *SUBJECT*] 17 [**-h**] 18 [**-m** *MIMETYPE*] 19 [**-t** *ADDRESS*] 20 21 Description 22 =========== 23 24 **taler-merchant-report-generator-email** is a script that 25 transmits reports via e-mail. It is used by the 26 taler-merchant-report-generator. The main content of the e-mail 27 must be passed from standard input. 28 29 Its options are as follows: 30 31 **-d** *SUBJECT* 32 Use *SUBJECT* as the e-mail subject. 33 34 **-h** \| **--help** 35 Print short help on options. 36 37 **-m** *MIMETYPE* 38 The MIMETYPE to use to encode the data from standard input. 39 "text/plain" is treated specially in that no attachment is used. 40 41 **-t** *ADDRESS* 42 Specifies the target e-mail address for the report. 43 44 Exit Status 45 =========== 46 47 ``0`` 48 The report was sent successfully, or help was requested. 49 50 ``1`` 51 An argument is invalid or a required utility is unavailable. 52 53 The script may also propagate another non-zero status from a utility it 54 invokes to prepare or send the message. 55 56 See Also 57 ======== 58 59 taler-merchant.conf(5), taler-merchant-report-generator(1). 60 61 Bugs 62 ==== 63 64 Report bugs by using https://bugs.taler.net or by sending electronic 65 mail to <taler@gnu.org>.