aboutsummaryrefslogtreecommitdiff
path: root/networking/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'networking/Config.in')
-rw-r--r--networking/Config.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in
index f23ca47c0..1984297a6 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -687,6 +687,27 @@ config SENDMAIL
help
Barebones sendmail.
+config FEATURE_SENDMAIL_MAILX
+ bool "Allow to specify subject, attachments and their charset"
+ default y
+ depends on SENDMAIL
+ help
+ Allow to specify subject, attachments and their charset.
+
+config FEATURE_SENDMAIL_SSL
+ bool "Allow to communicate via SSL/TLS"
+ default y
+ depends on SENDMAIL
+ help
+ Allow to use secure connections provided by openssl. E.g. @gmail.com.
+
+config FEATURE_SENDMAIL_CHARSET
+ string "Default charset"
+ default "utf-8"
+ depends on SENDMAIL
+ help
+ Default charset of the message.
+
config FETCHMAIL
bool "fetchmail"
default n