- Dec 1, 2000
- 2,419
- 0
- 0
I'm writing a little mail client for myself because my SMTP server doesn't support sending emails unless I'm on campus. I can use their web based client, but it's crap.
So I thought I'd write my own client that would still receive mail from my university account, but it would bypass the University SMTP and instead contact the server in question directly.
Unfortunately many SMTP servers won't talk to be (connection unauthorized) because they see my IP address, note that it's not from one of their "trusted sources" (I'm just on a cable connection here, my IP is dynamic) and spit out a "go away" message.
Is there any way to mask my IP or otherwise convince SMTP servers that my mail client isn't a spammer and just wants to drop off an e-mail?
So I thought I'd write my own client that would still receive mail from my university account, but it would bypass the University SMTP and instead contact the server in question directly.
Unfortunately many SMTP servers won't talk to be (connection unauthorized) because they see my IP address, note that it's not from one of their "trusted sources" (I'm just on a cable connection here, my IP is dynamic) and spit out a "go away" message.
Is there any way to mask my IP or otherwise convince SMTP servers that my mail client isn't a spammer and just wants to drop off an e-mail?