JR said:
Thanks for your response and help.
The ISP's server is on the same domain as my email
address.
That's always true. The e-mail address has the domain to which messages
are sent and the mail server to handle them is going to be on that
domain to receive them. You need to use the SMTP server for whatever
network to which you are *connected*. Maybe that's what you meant, that
you using the SMTP server on the network you use to get your Internet
connection. For example, if you are dialing in or have DSL/cable to
Earthlink then you use Earthlink's SMTP server despite whatever is your
e-mail address.
Outlook is configured that the outgoing server
requires authentication and should use the same settings
as for incoming mail.
It is possible although not probable that the ISP requires different
login credentials for POP3 and SMTP authentication. It is unlikely but
you could check with your ISP. By the way, what does your ISP say?
Often they won't help except for users of Outlook Express, so you can
easily test using OE to see if SMTP works using that e-mail client.
Enable transport logging and look in there to see what is happening
during the SMTP portion of your mail session. Once you have the log and
can show to your ISP that you are indeed connecting to their SMTP server
to send outbound messages but which fail, you can then call them up and
have proof that their mail server is screwed up.
Then contact whomever manages the SMTP relay to which you connect.
Apparently they are relaying SMTP traffic to another domain which isn't
theirs or there is misconfiguration. Many ISPs run regional mail
servers to provide load balancing and sufficient bandwidth but may relay
those messages to other internal mail servers.
You might also want to check the settings for the SMTP server. Make
sure there are no leading or trailing spaces in the server name. If you
are using an IP name, like mail.mydomain.com, instead of an IP address,
like 12.12.12.12, then check that there isn't an entry in your 'hosts'
file (no filename extension); otherwise, the IP name gets checked in the
hosts file first and will use whatever IP address is specified there
instead of what your DNS server (which is probably the ISP's DNS server)
reports back as the IP address (computers connect using IP addresses,
not IP names).