Operating System - HP-UX
1753502 Members
4836 Online
108794 Solutions
New Discussion

Re: smtp-auth capable command to send email

 
martino
Occasional Contributor

smtp-auth capable command to send email

Hi,

I need a command line tool to send emails, my email servers accepting only SMTP-AUTH over TLS

1 REPLY 1
John Meissner
Esteemed Contributor

Re: smtp-auth capable command to send email

cat file | mailx -s "subject" -r returnaddress sendto

or command | mailx -s "subject" -r returnaddress sendto

or mailx -s "subject" -r returnaddress sendto < textfile
All paths lead to destiny