Konfigurasi mail client Mutt

Mutt adalah mail client dengan tampilan CLI

#apt-get install mutt

Login user, buatlah file konfigurasi baru untuk mutt di ~/.muttrc dengan script berikut:

set realname = "Nasohi Ciptandani"
set from = "nasohi@skill39.id"
set use_from = yes
set envelope_from = yes
set smtp_url = "smtp://nasohi@skill39.id@smtp.skill39.id:25/"
set smtp_pass = "p4ssw0rd"

Simpan file konfigurasi diatas

Berikut mencoba mengirim email melalui command line

#mutt -s "Test from mutt" unyil@skill39.id < /tmp/message.txt

Komentar

Postingan populer dari blog ini

Cara memahami dan menghafal model OSI dengan analogi

Pembahasan IT Network Systems Administration Module A DNS (Forward Zone, Reverse Zone, CNAME, MX, Split View)

Table of Contents