Well, that snippit I sent was obviously incomplete.  I cut out the sentto
address because I had named it something stupid and thought it was something
else.  The corrected snippit follows.  Of course you have to generate the
sentto variable definition from your list.

$imail1exe = "c:\\imail\\imail1.exe"; # the location of imail1 on this
system
$sentby = "postmaster\@yourdomain.com";
$sentto = "recipient\@theirdomain.com";
$subject = "Message (generated by script)";
$messagefile = "c:\\imail\\spool\\email.txt"

system("$imail1exe -u $sentby -t $sentto -s $subject -f $messagefile");


Dan

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Matthew Brandes
Sent: Thursday, May 24, 2001 3:12 PM
To: '[EMAIL PROTECTED]'
Subject: [IMail Forum] Sending mail from command line with imail1.exe
and Perl - Help!


I have a perl script that collects some information and then emails it to a
particular person based on a pull-down.  Since I am just building our Imail
server so I'm still trying to get Imail to send mail from the command line.

Here is my line of Perl code.

system("e:\\imail\\imail1 -u $FROMEMAIL -f email.txt -t $RECIPIENT -s
\"Information Request\"");


I can send mail by hand from the DOS prompt just fine, however it doesn't
work when I do it from the web page.  Anyone have any ideas on why not?
I've looked at the log file in Imail and see nothing that even looks like it
tried to send.


Matthew Brandes, MCSE

Information Technology Manager
Integra Realty Resources
913.748.4720 (voice)
913.236.4307 (fax)
[EMAIL PROTECTED]
http://www.irr.com

Please visit http://www.ipswitch.com/support/mailing-lists.html
to be removed from this list.

An Archive of this list is available at:
http://www.mail-archive.com/imail_forum%40list.ipswitch.com/


Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

An Archive of this list is available at:
http://www.mail-archive.com/imail_forum%40list.ipswitch.com/

Reply via email to