Wednesday, October 15, 2003 you wrote:
SHE> Has anyone called a perl script as a custom SMTP delivery application?

     Easiest way for me is to us a bat file in the alias
        "c:\dir\my.bat"

     then in the bat file (%1 being the message file)
        cd c:\dir\
        myperlscript.pl %1

     then in your perl program:
        ($filepath) = @ARGV;
        ... do some stuff ...
        unlink($filepath);  # remember to delete your message file

Terry Fritts





To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/

Reply via email to