Jump to content

Is it possible to send an automated emails to users as per the target dates?


learner_php

Recommended Posts

Hi,

 

Is it possible to send an auto email to a person as per the target date in a datagrid column of Flash CS4 (AS 3.0)?

 

I was told that PHP will help in this regard.

 

I have the following example file attached herewith.

 

It should check the target date column and if the target date is equal to current date then it should send an auto e-mail to the respective person using the E-Mail ID from the Flash datagrid control.

 

For example (as per attached list):

 

An email to be sent to Mr. Rangarajan on 15-APR-12 with subject "Submission of BCM Procedure draft" using his email id from the "E-Mail" column of the grid i.e. [email protected]

 

Please let me know whether it is possible in PHP?

 

 

Thanks.

 

post-133027-134824033967_thumb.jpg

You have your information in flash. I'm not really sure how you would schedule that to run in order to check if the dates match, but if you can get it to call a php script, there's lots of mailer classes you can use like SwiftMailer or PHPMailer or you can build your own email and send it using the mail function built into PHP.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.