Temperory files saved in server's IFSHOME while Command_SYS.Mail('Testabc@abc.com',from_user_name_,to_user_ ,to_cc_,null,subject_,text_, attachments1_,'MAIL_SENDER1'); Hi, Temperory files saved in server's IFSHOME while Command_SYS.Mail('Testabc@abc.com',from_user_name_,to_user_ ,to_cc_,null,subject_,text_, attachments1_,'MAIL_SENDER1'); Using the command “COMMAND_SYS.Add_Attachment(attachments_ => attachments1_,filename_ => rec_.user_file_name,attachment_ => attachment1_);” to merge the attachment and for sending through email, using following command Command_SYS.Mail('Testabc@abc.com',from_user_name_,to_user_ ,to_cc_,null,subject_,text_, attachments1_,'MAIL_SENDER1'); these methods are called in the event “PDF_REPORT_CREATED” to send email to customer along with attachment. Can we define path that it will store in Temp folder in place of server's IFSHOME. Regards, Kishore Nenwani