in reply to Re^4: 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 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>");
  • Comment on Re^5: Cannot get Net::SMTP to print file path with spaces properly
  • Download Code