in reply to Re^6: Email an Attachment via Gmail
in thread Email an Attachment via Gmail

Make sure you have the latest version of Email::Send::SMTP::Gmail installed (v0.96).

$ perl -MEmail::Send::SMTP::Gmail -e 'print "$Email::Send::SMTP::Gmail +::VERSION\n"' 0.96 $
The way forward always starts with a minimal test.