in reply to Re^3: Cannot get Net::SMTP to print file path with spaces properly
in thread Cannot get Net::SMTP to print file path with spaces properly

I'm using Outlook 2002, sending the mail via the SMTP server. On the client that I'm running the script on I have HTML turned on. Maybe the problem is with the SMTP server?
  • Comment on Re^4: Cannot get Net::SMTP to print file path with spaces properly

Replies are listed 'Best First'.
Re^5: Cannot get Net::SMTP to print file path with spaces properly
by yankeeblue (Novice) on Jul 13, 2005 at 15:25 UTC
    I figured it out (finally found it in Outlook help). I needed to put angle brackets around the path.

    $smtp->datasend("<\\\\server\\weekly reports\\report.txt>");