aboutsummaryrefslogtreecommitdiffstats
path: root/dist-tools/test/testmail
blob: 7941892edbe34a98a1eba89f5da46d29027a6e81 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
size=${1:-0}

(
echo "This mail was generated on "`date`"."

) | mail -s "${size}k test mail from process $$" esr@ccil.org

 <<EOF
EOF
ass="w"> SMTP_setmode(char); int SMTP_helo(int socket,const char *host); int SMTP_ehlo(int socket,const char *host,int *opt); int SMTP_from(int socket,const char *from,const char *opts); int SMTP_rcpt(int socket,const char *to); int SMTP_data(int socket); int SMTP_eom(int socket); int SMTP_rset(int socket); int SMTP_quit(int socket); int SMTP_ok(int socket); extern char smtp_response[MSGBUFSIZE]; #endif