Im having significant issues with speed when using seperate email functions to send email using PHP.
Im working on a weblication that takes request from a customer, and then writes that data to a MySQL dB. At that time, my manager is emailed and notified that there is a new work order in queue.
When he assigns the work order to personnel, they recieve an email informing them that they have new project. An additional email is sent to the customer, notifying him/her that thier request was assigned.
Is there a way I can perform these tasks without the page hanging? It doesnt crash, but I would like the pages to refresh and transition as soon as they can.
I guess this is more a matter of professional opinion than anything else.
Im working on a weblication that takes request from a customer, and then writes that data to a MySQL dB. At that time, my manager is emailed and notified that there is a new work order in queue.
When he assigns the work order to personnel, they recieve an email informing them that they have new project. An additional email is sent to the customer, notifying him/her that thier request was assigned.
Is there a way I can perform these tasks without the page hanging? It doesnt crash, but I would like the pages to refresh and transition as soon as they can.
I guess this is more a matter of professional opinion than anything else.