Lucas Rey
Contributor
- Joined
- Jul 25, 2011
- Messages
- 180
Hello all,
I installed the latest FreeNAS 8 release in a test machine and I'm scratching my head on how can I send an email from shell.
I correctly configured all the mail fields on the GUI and I can send/receive the test mail, but I cannot figure how to manually send it from shell.
Could you please advice?
This is the mail config setup by GUI:
Thanks
Lucas
I installed the latest FreeNAS 8 release in a test machine and I'm scratching my head on how can I send an email from shell.
I correctly configured all the mail fields on the GUI and I can send/receive the test mail, but I cannot figure how to manually send it from shell.
Could you please advice?
This is the mail config setup by GUI:
Code:
freenas# cat /usr/local/etc/msmtprc account default host smtp.gmail.com port 25 protocol smtp from root@freenas.local syslog LOG_MAIL tls on tls_certcheck off tls_starttls off auth login user ******** password ********
Thanks
Lucas