blob: 1d9464272f49ff27704ae3d8ea1a3211e72f05a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Description: Sends an email with a report (using mailx command)
# Configuration to Email reporter plugin
Enabled = yes
# In abrt.conf, plugin takes one parameter: subject (in "" if you need to embed spaces).
# If it isn't specified, then a default subject is taken from this file
Subject = "[abrt] crash report"
# Your Email
EmailFrom = user@localhost
# Email To
EmailTo = root@localhost
# Warning! enabling this may cause sending a lot of MB via email
SendBinaryData = no
|