8__8·há 3 anos·discussIn the linux and mac console (via brew) there is also swaks - a simple tool for sending e-mails.echo "mail body" | swaks -t mail@to -s server -tls -a LOGIN -au mail_login -ap password --from from@mail --h-Subject subject --body -and mail is send ;-)
echo "mail body" | swaks -t mail@to -s server -tls -a LOGIN -au mail_login -ap password --from from@mail --h-Subject subject --body -
and mail is send ;-)