LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Sendmail question (https://www.linuxquestions.org/questions/linux-networking-3/sendmail-question-122926/)

jeucken 12-05-2003 06:49 AM

Sendmail question
 
When I telnet a sendmail SMTP server. How can I use it to send a message?

I know there are easier ways to send a mail...I'm just curious about how it works.

zaphodiv 12-05-2003 08:32 AM

Plenty of webpages about that.

basically

HELO type-some-random-stuff.com
RCPT TO: recipient@domain-that-this-server-is-an-mx-for.com
MAIL FROM: president.shrub@whitehouse.gov
data
Subject: wibble

body of email after a blank line
single period to terminate
.


All times are GMT -5. The time now is 03:22 PM.