Javatpoint Logo

email Notification

By: nitk.j*** On: Wed Apr 13 18:01:37 IST 2016     Question Reputation0 Answer Reputation0 Quiz Belt Series Points0  0Blank User
Hi,

This is Jyothirmai. In my project, we have 4 stages create, submit,In Schedule, InProgress. once the first two stages completed then it will go to In Schedule and there if you change/modify anything then an email notification should go to the users which they have mentioned in the UI text box.

Please suggest me how to implement this. Immediate help would be appreciated.

Thanks,
Jyothi.
Up0Down

 
hi Jyothirmai,
* Check stage for each change/modify
* If stage==In Schedule || stage==InProgress, Triger the Email Notification function call
* Create new table( sno,job_id,notification,timestamp ) for storing alert messages. Using primary id of the job stored that details in a newly created table.
* Show the updation information in your UI by fetching them from that table
Image Created0Down

By: [email protected] On: Fri Apr 15 14:46:04 IST 2016 Question Reputation0 Answer Reputation0 Belt Series Points0 0User Image
Are You Satisfied :0Yes0No
 
Hi,

Can you please explain me in detail. My requirement is we need to send the email notification to all the users and once it has come to In-schedule. From In schedule state we have to send the email notification if some user changes something.If you want then I will send the code also.
Image Created0Down

By: [email protected] On: Mon Apr 18 12:47:16 IST 2016 Question Reputation0 Answer Reputation0 Belt Series Points0 0User Image
Are You Satisfied :0Yes0No