diff options
author | Vasilis Papavasileiou <el03020@mail.ntua.gr> | 2010-05-11 14:56:17 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 14:56:17 +0200 |
commit | 3037531ba2e64e74643b011597021787cb7264ef (patch) | |
tree | dcfd1d3232f6b02ce9515e3c9b6e715f42b4c37e /libraries/libesmtp/README | |
parent | aad3fb38c2936e79c68765c94cafc6325067b53b (diff) | |
download | slackbuilds-3037531ba2e64e74643b011597021787cb7264ef.tar.gz |
libraries/libesmtp: Initial import
Diffstat (limited to 'libraries/libesmtp/README')
-rw-r--r-- | libraries/libesmtp/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/libesmtp/README b/libraries/libesmtp/README new file mode 100644 index 0000000000..9fd4adc144 --- /dev/null +++ b/libraries/libesmtp/README @@ -0,0 +1,9 @@ +LibESMTP is a library for posting Electronic Mail. + +LibESMTP is a library to manage posting (or submission of) electronic mail +using SMTP to a preconfigured Mail Transport Agent (MTA) such as Exim. It may +be used as part of a Mail User Agent (MUA) or another program that must be +able to post electronic mail but where mail functionality is not the +program's primary purpose. LibESMTP is not intended to be used as part of a +program that implements a Mail Transport Agent. + |