cat email.txt | sendmail <recipient>@<domain>
the email.txt file should contain just the headers, not the smtp conversation.
a nice change from pasting line by line into telnet 25.
cat email.txt | sendmail <recipient>@<domain>
the email.txt file should contain just the headers, not the smtp conversation.
a nice change from pasting line by line into telnet 25.