| View previous topic :: View next topic |
| Author |
Message |
Jud McCranie Guest
|
Posted: Wed Sep 28, 2005 5:22 pm Post subject: SMTP host and port |
|
|
Is there a way to find out what a computers default SMTP.host is, or
does that have to be entered by the user?
A sample program I have works with SMTP.port := 25. Will 25 always
work?
---
Replace you know what by j to email
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Wed Sep 28, 2005 5:39 pm Post subject: Re: SMTP host and port |
|
|
"Jud McCranie" <youknowwhat.mccranie (AT) adelphia (DOT) net> wrote
| Quote: | Is there a way to find out what a computers default SMTP.host is
|
No, because there is no default host to begin with.
| Quote: | or does that have to be entered by the user?
|
Yes.
| Quote: | A sample program I have works with SMTP.port := 25.
Will 25 always work?
|
Usually, but not always. Some servers do use different ports for security
reasons
Gambit
|
|
| Back to top |
|
 |
Jud McCranie Guest
|
Posted: Wed Sep 28, 2005 8:13 pm Post subject: Re: SMTP host and port |
|
|
Thanks to all for the information.
---
Replace you know what by j to email
|
|
| Back to top |
|
 |
|