|
use MIME::Lite;
MIME::Lite->send('smtp', "your.smtp.server", Timeout=>300); $msg = new MIME::Lite From =>'[EMAIL PROTECTED]', To =>'[EMAIL PROTECTED]', Subject =>"blabla ", Type =>'TEXT', Encoding => '7bit', Data =>"body text ok\?"; $msg->send; Look at Mime::Lite user manual for
more.
Regards
Lyubo
|
- Sending Mail lonh SENG
- Re: Sending Mail Lyubomir Ahtarov
- Re: Sending Mail lonh SENG
- Re: Sending Mail Simon Oliver
- RE: Sending Mail Trevor Joerges
- Re: Sending Mail Bauman, Carl
