I'm new to GNU/Linux and I want to send e-mail to other users on my computer (specifically from root
to david
). I've searched on google and I have tried the following:
# mail david
Subject: some subject.
The message ...
^D
Cc:
But when I login on the system as david
and type mail
it says no mail for david
.
Does mail
work too for sending an email to a G-mail account?
dpkg-reconfigure exim4-config
and now it works perfectly. – David Martínez Sep 20 '13 at 19:25