| delorie.com/archives/browse.cgi | search |
/ a12 <a12 AT swipnet DOT se> wrote:
| Olaf,
|
| Thank you for your hint.
|
| echo test|ssmtp -s test recipient AT domain DOT com
| does send a mail.
|
| The From: field contains 'sys [sys AT mail DOT xyz DOT com]'. As I want to
| contains it 'sys AT rrback', I enter:
| echo test|ssmtp -fsys AT rrback -s test recipient AT domain DOT com
| and it works as expected.
|
| The To: field is empty. How do I set it ?
| The Subject: field is empty. How do I set it ?
You put To: and Subject: as the first lines of what you send in to
ssmtp, and have one empty line to the body. Like:
-----------------------
To: someone AT somewhere
Subject: Testing
Here comes the message
-------------------------
| How do I send a file ?
One easy way, "uuencode file | ssmtp", my way, I use uuenview to take
care of the encoding, formatting and so on.
I think.. :-)
The manpage contains an example or two..
/Andy
--
The eye of the beholder rests on the beauty!
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |