diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-13 10:47:47 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-13 10:47:47 +0200 |
commit | abbb859d9eefa62a5cc774bd08020bf30ad77c26 (patch) | |
tree | ac2b8648dc9d792154680bff38e5c3f1be73264d /tests/sendmail/testscript | |
parent | 714ce38164dbb4b19be8db286182dba3784d471f (diff) |
Implement sendmail process
Diffstat (limited to 'tests/sendmail/testscript')
-rw-r--r-- | tests/sendmail/testscript | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/sendmail/testscript b/tests/sendmail/testscript new file mode 100644 index 0000000..49776a3 --- /dev/null +++ b/tests/sendmail/testscript @@ -0,0 +1,10 @@ +# file : tests/sendmail/testscript +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +$* admin@build2.org <<EOI 2>>EOE +Test email to admin@build2.org. +Sent from libbutl/tests/sendmail/testscript. +EOI +sendmail -i -t +EOE |