![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to send mail in UNIX using MIME | srilaxmi | Shell Programming and Scripting | 2 | 09-25-2008 09:52 AM |
| help with mime | rafiyaari | Shell Programming and Scripting | 0 | 06-28-2008 12:54 PM |
| mailx and MIME Header: Need Help | AKP | UNIX for Dummies Questions & Answers | 7 | 12-29-2006 09:27 PM |
| mime types | pau | UNIX for Dummies Questions & Answers | 5 | 06-11-2006 08:17 PM |
| How to Set Mime type to mailx | suneel | UNIX for Advanced & Expert Users | 1 | 07-08-2003 12:17 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hi Everyone,
I have a question related to using MIME::Lite module in perl.Below i mentioned code blocks used for sending mail through MIME::Lite. Code:
$msg = MIME::Lite -> new (
From => $from,
To => $to,
Subject => $subject,
Type => 'multipart/related'
);
$msg -> attach(
Type => 'text/html',
Encoding => 'quoted-printable',
Data => qq { $message }
);
Code:
With Regards Dileep Pattayath |
![]() |
| Bookmarks |
| Tags |
| unresolved, unresolved for months, unresolved for weeks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|