The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 08-03-2008
hpuxlxboy hpuxlxboy is offline
Registered User
  
 

Join Date: Aug 2008
Posts: 4
Thanks for the solution ...

I am providing this command in a C program.

sprintf( cmd, "elm -s SUBJECT %s <<HERE \n %s \n [include %s text/plain base64] \n HERE ", emailAddr, sMailBody, sFileName );

This is sending the [include %s text/plain base64] part also in the email body along with the actual body text. And there is no file attached in the email.

Could you please help me with this ???