blob: 49776a3ddf6a8de34ebd3c5e02c6a55a4cd70ee9 (
plain)
1
2
3
4
5
6
7
8
9
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
|