[Rt-devel] Creating a ticket via soap -- Mime Obj

Garry T. Williams garry.williams at cbeyond.net
Mon Aug 21 15:24:17 EDT 2006


On Monday 21 August 2006 09:31, Roy El-Hames wrote:
> my $MimeMessage = MIME::Entity->build(
>                               From => 'rfh at pipex.net',
>                               Subject =>'this is my subject',
>                               Type => 'text/plain',
>                               Data => $args=>{'Text'} 

               Data => [ $args=>{'Text'} ]

See MIME::Entity(3) or perldoc MIME::Entity.

-- 
Garry T. Williams --- 678-656-4579



More information about the Rt-devel mailing list