public smtp?
BlitzPlus Forums/BlitzPlus Programming/public smtp?
| ||
in the blitzmail deluxe it has smtp.crosswinds.net as a public smtp. It doesnt work. What are some other public ones i could use? |
| ||
You can always check the Open Relay Database but note that almost every mail exchange server will block mail sent through an Open Relay (to prevent SPAM, natch). |
| ||
could i make a hotmail account and use the hotmail server to send email? And what is the hotmail smtp server? |
| ||
I believe Crosswinds recently stopped their SMTP server from being publicly accessible... I don't think Hotmail has a (public) SMTP server... |
| ||
Ok, well hotmail doesnt have a public one, but how would i use my hotmail account with blitz mail deluxe? |
| ||
You can't. Microsoft wants you to read their ads, not circumvent them by allowing open access to their servers. |
| ||
so then what is a free email service that will allow me to use their account within bb? |
| ||
cmon doesnt someone know of any free email services that i can use with blitz mail? |
| ||
Nope. Not many "free" (as in "free beer") services allow a POP3 interface, since they mostly rely on advertisments to get by. Doesn't your ISP have an e-mail account for you? |
| ||
i use juno web, how would i use this? |
| ||
does anyone know anything about this subject? |
| ||
what do you want? receive Mails? or only sending? You can use a PHP Script to send mails on the most Webservers that support PHP and Sendmail. smtp is kinda jurassic park, you better don't use it as a basement for your App. |
| ||
oh. im only using for sending, so how do i do php script? Im new to this. Thanks |
| ||
. . . Cmon, cant somebody help me with this, ive been tryin to figure this out for 4 days now, wheres the blitz community when i need em? |
| ||
Have a look here it has downloads and a nice manual in PDF format. Of course what you're asking is pretty much impossible, unless you setup your own mail exchange server, it's unlikely that everyone will be able to use it. |
| ||
you could use your own isp smtp server, they always work if your connected to them, You could get blitz deluxe mail have the user setup up there own, as defualt put anything in |
| ||
um.... if he's still not got it by now, chances are he doesn't need it anymore, that was over a year ago :) |
| ||
LOL! I think im gonna do the same with another thread, for kicks. |
| ||
Dont forget that sometimes you will have to POP (log in)before sending through an SMTP server if you have not recently logged in. Regards |
| ||
I refer to my earlier post... |
| ||
I may be a little late- this topic is 5 years old... but I have a solution. Nearly every SMTP server is "public". You just need to find out what they are. This can be accomplished through command prompt. Open 'er up and type: nslookup.exe then hit enter. Then type set type=mx and hit enter. Now just type the name of any website that accepts emails, and you'll get a list of their SMTP servers! These can be used. This is just FYI as I don't know anything about the legality of using a random SMTP server for sending your mail... |
| ||
Now just type the name of any website that accepts emails, and you'll get a list of their SMTP servers! These can be used. This is just FYI as I don't know anything about the legality of using a random SMTP server for sending your mail... As long as you send only to recipients *on* that mailserver, it's perfectly legit... After all, essentially your client ap becomes its own server at that point. But a big catch is that many ISP's will reject any incoming message originating at an IP address that is in dial-up, DSL or cable space, thanks to the huge amount of infected end-user PC's relaying spam on someone else's behalf. Viable public SMTP servers died many years ago -- like many other things spammers ruined it for everyone else. |