This topic is locked

Emailing an appointment/reminder or popup

11/8/2013 1:02:35 PM
PHPRunner General questions
B
bencroftweb author

Hi
I am wanting to know the easiest way to either have a reminder pop up and/or even an email sent (at the time of adding appointment) to outlook that can create a calendar entry like an ics file of something.
I don't really mind either way and are open to better suggestions.
Thanks
Ben

Sergey Kornilov admin 11/8/2013

Ben,
there is the sample code that creates .ics file. You will have to add this code to AfterAdd event, save generated file under some temporary name, attach it to email.

See the last code sample at http://xlinesoft.com/phprunner/docs/runner_mail_function.htm'>http://xlinesoft.com/phprunner/docs/runner_mail_function.htm that explains how to attach a file:

http://xlinesoft.com/phprunner/docs/runner_mail_function.htm'>http://xlinesoft.com/phprunner/docs/runner_mail_function.htm