in reply to Re: 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>");