Dear monks,
I used the below code to send the url page, here with url page all the images used in the site also send as attachement to the 'To' id. I want to send only site page. I have to remove the attachments of images, please anyone help me the code.
Thanks in advance
#!/usr/bin/perl use strict; use MIME::Lite::HTML; my $url = 'http://www.agriya.com'; my $mailHTML = new MIME::Lite::HTML( From => 'testmail4all@yahoo.co.in', To => 'testmail4all@yahoo.co.in', Subject => 'Your url: '.$url); my $MIMEmail = $mailHTML->parse($url); $MIMEmail->send;
In reply to How to remove attachements in MIME::Lite::HTML ? by gube
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |