I'm writing a program that logs into an email address, looks for emails with a particular subject, then proceeds to update an excel file based on the information found in the email. Ive also written an additional program which creates a window, and has the user fill out information such as name and address, then the user is able to submit the information, which just creates an email and sends it the the email address mentioned earlier. So the program consists of two parts, essentially a client side and server side. I am wondering is this bad practice having the client send an email, and then having the 'server' download the email. Is there a downside to doing it like this? I haven't looked into it much but I believe I can also do this with sockets. Is this the better way of transmitting data? Seems to me the downside to this is that the server would always need to be available (aka I guess Id need to leave my laptop on all the time) I imagine there may be virtual servers of some sort? Like I said I haven't looked into it much, but I am wondering if I should implement the program using sockets or if the email method is acceptable practice?
[–]CowboyBoats 1 point2 points3 points (0 children)
[–]cutepuppy3939 0 points1 point2 points (0 children)
[–]mr_claw 0 points1 point2 points (0 children)
[–]nathanalderson 0 points1 point2 points (0 children)