Am trying to write a program to send an email with attachment and some message in the body of the email.
I can do it either one at a time.
i.e, by using the function IRI::Mail::File($props) i can send attachement but i cant write anything in the body of the email. on the other hand i can write something in the email using IRI::Mail::Text this function. but cant send an attachment with it. please note am using very basic version of perl.. please advise.