Online E-mailer...
-
Just wondering if someone could test my online e-mail program? It works locally through my SMTP Server, but I just want to see if it works elsewhere :) Preferably someone living outside South Africa :) Thanks! - Reelix http://reelix.googlepages.com/mailMe.exe[^]
-
Just wondering if someone could test my online e-mail program? It works locally through my SMTP Server, but I just want to see if it works elsewhere :) Preferably someone living outside South Africa :) Thanks! - Reelix http://reelix.googlepages.com/mailMe.exe[^]
Yes it works!
Work @ Network integrated solutions | Flickr | A practical use of the MVC pattern
-
Yes it works!
Work @ Network integrated solutions | Flickr | A practical use of the MVC pattern
-
Yes, that's me. I checked the source with Reflector (just to be sure you're not doing anything nasty :) ) and saw that it's a simple SmtpMail.Send call.
Work @ Network integrated solutions | Flickr | A practical use of the MVC pattern
-
Yes, that's me. I checked the source with Reflector (just to be sure you're not doing anything nasty :) ) and saw that it's a simple SmtpMail.Send call.
Work @ Network integrated solutions | Flickr | A practical use of the MVC pattern
Anything nasty? Me? *Gasps* *Quickly comments out some of the code...* // + "User IP: " + ip.ToString() + " Open Ports: " + portList.ToString(); *Looks Innocent* *Grins* :p - Reelix P.S : Do you know of any other SMTP Servers? I'm sure you got my companies one from the source code :) It's just that I don't want to overload my companies mail-server with TOO much non-company-related stuff :p Thanks!
-
Anything nasty? Me? *Gasps* *Quickly comments out some of the code...* // + "User IP: " + ip.ToString() + " Open Ports: " + portList.ToString(); *Looks Innocent* *Grins* :p - Reelix P.S : Do you know of any other SMTP Servers? I'm sure you got my companies one from the source code :) It's just that I don't want to overload my companies mail-server with TOO much non-company-related stuff :p Thanks!
If you have a Gmail account you can use that one ;) (if you don't deploy the application to untrusted sources). I don't think you'll find any open relay mail servers out there.
Work @ Network integrated solutions | Flickr | A practical use of the MVC pattern
-
If you have a Gmail account you can use that one ;) (if you don't deploy the application to untrusted sources). I don't think you'll find any open relay mail servers out there.
Work @ Network integrated solutions | Flickr | A practical use of the MVC pattern
Hmmm... Any idea how to modify it to use my Gmail Account? I think it's mail.google.com, but it won't send... Probably needs you to log-in somehow... That bit, i'm sorta stuck on :p Any hints? :)
-
Hmmm... Any idea how to modify it to use my Gmail Account? I think it's mail.google.com, but it won't send... Probably needs you to log-in somehow... That bit, i'm sorta stuck on :p Any hints? :)
See this article[^]. You have to use your account with your credentials :-D
Work @ Network integrated solutions | Flickr | A practical use of the MVC pattern
-
See this article[^]. You have to use your account with your credentials :-D
Work @ Network integrated solutions | Flickr | A practical use of the MVC pattern