This topic is locked

Email Selected Records

3/29/2014 1:43:57 PM
PHPRunner General questions
B
bijayapun author

Hi,

I would like to create a button on Main_List or Main_Export page. Upon pressing this button should launch MS Outlook with .csv file attachment that contains selected records.The outlook should also pick up sender receiver's email address subject (Current Date + attachment) and default body text (Something like "Please find attached records").

Support team have already said that there isn't one available but I am sure some of you must have dealt with this sort of problem before.

Thank You Very Much.

Sergey Kornilov admin 3/30/2014

PHPRunner doesn't provide such functionality, someone needs to run the code that does the job. Instead of outputting the export file to the browser you need to save it to some temporary folder, send an email attaching this file and then delete that temporary file.