Public SMTP server?

Status
Not open for further replies.
Level 6
Joined
Nov 1, 2007
Messages
42
does anyone know of any public SMTP servers? I'm asking because I've been developing a program which has an email function so that people can apply for "approved host status" through my program for a game called dungeon siege:

ssxv0.png


i used to use my ISP's SMTP server until recently when they started to block access for users who aren't using my ISP.

Regards, GoSu.SpeeD
 
Last edited by a moderator:
You will have trouble finding any open relays these days as they are generally looked down upon (and often blocked on DNSBLs) because they get abused by spammers.

Your best bet is to have your program dispatch to a script on your server that will send the required mail. Also, don't try and impersonate other domains when sending mail, it will often get the mail blocked or marked as spam.
 
Status
Not open for further replies.
Back
Top