This topic is locked

Email following Import

6/24/2009 3:15:07 AM
PHPRunner General questions
S
swanside author

Hello.

I have a table, The information only gets put into the table by import, there is no Add or Edit pages.
WHen a record is imported I want to send emails to three different users, The user imports the data using a CSV file, but there could be more than one file, so they wont go back to list after the first file has been imported.
WHat I would like to do is once the file is imported, it sends and email out while the user is importing another file.
Any ideas please?
Thanks

Paul

J
Jane 6/24/2009

Hi,
to send email just after import edit generated ..._import.php file.

Unfortunately there is no special event for import page in PHPRunner.