Skip to content

Sendmail

How to install

$ sudo apt-get install sendmail
$ sudo apt-get install sendmail-cf ## sendmail 설정

Example

$ echo "Content" | sendemail -q -u "TITLE" -f "From <[email protected]>" -t "To <[email protected]>" -s 127.0.0.1

Ubuntu에서 간단히 메일 전송하는 방법:

$ sudo apt-get install mailutils
$ echo "Content: $(date)" | mail [email protected]

Mail Server

MTA
SMTP 서버
Sendmail, Qmail 등
MDA (Mail Delevery Agent)
POP 서버
IPOP3, IMAP 등
MUA (Mail User Agent)
Mail Client
Outlook express, 웹메일 등

See also

Favorite site