PDA

Click to See Complete Forum and Search --> : emailing


xstopx81
Sep 13th, 2000, 02:09 PM
i made an email program with winsock and seems to be working fine... however, there are these times when the recipients do not get any emails... the program stats that email have been sent successfully... i send my email right after the winsock gets connected... what's the problem?

xstopx81
Sep 13th, 2000, 02:49 PM
ok... I thought I might add on to my question... I get smtp name from the user and if i get it, something like mail.earthlink.net, it works fine, however, if i get IPaddress from the user, ###.##.###.###, it doesn't work. Do i have to change the coding for connecting to winsock if the user types in IPaddress? help needed asap