taler-merchant-report-generator-email.1.rst (1116B)
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 See Also 45 ======== 46 47 taler-merchant.conf(5), taler-merchant-report-generator(1). 48 49 Bugs 50 ==== 51 52 Report bugs by using https://bugs.taler.net or by sending electronic 53 mail to <taler@gnu.org>.