Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

need smtp server address

  Asked By: Jesse    Date: Jan 09    Category: Java    Views: 568
  

I am writing a simple smtp client in using both Sockets and JavaMail seperately,

the problem is that I need the address of a smtp server that allows to send
email to any one... e.g. mail.abc.com does not allow to send email to
anyone but to users having _____@... email.... ALL THAT I FOUND do the
same thing...

can u pplz tell me address of any smtp server that does not do this...

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Jared Adams     Answered On: Jan 09

All smtp  servers should be set up to disable relaying outside of their
own network, making it impossible for you to relay through someone
else's mail server  without being on their network. Servers that are not
set up this way become spam gateways very quickly.

If you are trying to set up your own smtp client  then you should set up
your own server for testing purposes. There are plenty of free SMTP
servers for both windows and unix OSes.

 
Didn't find what you were looking for? Find more on need smtp server address Or get search suggestion and latest updates.




Tagged: