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

what is the target email client? is support for html avilable/turned on?
  • Comment on Re^3: Cannot get Net::SMTP to print file path with spaces properly

Replies are listed 'Best First'.
Re^4: Cannot get Net::SMTP to print file path with spaces properly
by yankeeblue (Novice) on Jul 13, 2005 at 15:14 UTC
    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?
      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>");