Hi , i am a college student. My college network blocks all the port other than 80 and 443. Now i am doing my project and i need to send a email. Is there any way i can send email through these ports
Edit
I got a way around this problem. I used google appengine as a relay. Whenever i want to send a mail i will send a post request to the appengine and the servlet in the appengine will send the mail.