P
PokerMan
Hi guys
I don't want to put email code in my app itself for security reasons as i
don't want a password in my code client side.
My app runs with a website in any case so i'd like to do this and this is my
requirement:
1) On any error catch error message
2) Send error message to my webpage
3) Have webpage create the body of email as the error msg, hide this jargon
from user, and have a simple "An error occured, please click send to let us
know blah blah"
Alternatively i was thinking i could just create a table in my database to
sote information on any errors that come through from a client. But i don't
want extra traffic through my server and db access on errors. Also the error
may cause a disconnection from my server and i know their internet is likely
to still be running so the website can be loaded.
So my question is, how do i go about posting that data message to my site in
order to put it in an email to be sent?
Thanks
I don't want to put email code in my app itself for security reasons as i
don't want a password in my code client side.
My app runs with a website in any case so i'd like to do this and this is my
requirement:
1) On any error catch error message
2) Send error message to my webpage
3) Have webpage create the body of email as the error msg, hide this jargon
from user, and have a simple "An error occured, please click send to let us
know blah blah"
Alternatively i was thinking i could just create a table in my database to
sote information on any errors that come through from a client. But i don't
want extra traffic through my server and db access on errors. Also the error
may cause a disconnection from my server and i know their internet is likely
to still be running so the website can be loaded.
So my question is, how do i go about posting that data message to my site in
order to put it in an email to be sent?
Thanks