Показать сообщение отдельно

  #9  
Старый 22.08.2007, 21:25
FithShist
Новичок
Регистрация: 26.12.2005
Сообщений: 12
Провел на форуме:
51870

Репутация: 3
Отправить сообщение для FithShist с помощью ICQ
По умолчанию

PHP код:
require MIME::Lite
$msg MIME::Lite->newFrom =>'email@adr.com'To =>'email@host.com'Subject =>'text_dubj'Type => 'multipart/related'); $msg->attach(Type =>'text/plain; charset=windows-1251'Data => 'message_text'); 
$msg->attach(Type => 'image/gif'Path => 'path_to_file'Filename =>'name_of_file'); 
$msg->send(); 
 
Ответить с цитированием