Koozali.org: home of the SME Server
Contribs.org Forums => General Discussion => Topic started by: oldtony on June 03, 2016, 11:30:30 PM
-
looking for help in sending text email from SME 9.1
in older versions i could do
echo "some text" | mail -s "subject" emailaddress.
i can not get this now to work.
thank you for any help.
-
i can not get this now to work.
What happens when you try?
-
I found that:
echo "Hello World" | mail <emailaddress> -s "Subject"
No longer works, whereas it used to (email is sent with blank subject)
The order you posted works on 9.1 (I just tried it)