This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ssmtp: No recipients supplied


I have installed the latest ssmtp from contrib/ssmtp
and the error above from the following test script at
a shell prompt.

Any help appreciated,
dalehend@yahoo.com



#!/usr/bin/perl
#Make sure the above line is the path
#to perl on your server.

$mailprog = "/usr/sbin/ssmtp";
$now_string = localtime;  
open (MAIL, "|$mailprog ") || die "Can't open
$mailprog!\n";
print MAIL "From: projectobjects\@earthlink.net \n";
print MAIL "To: dalehend\@yahoo.com \n";
print MAIL "Subject: Fortuna: test \n\n";
print MAIL "$now_string \n\n test \n\n";
 
close (MAIL);

__________________________________________________
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
http://mail.yahoo.com/

--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]