I have no idea why you need an email-box (inbox). So far, you have said
that you want to send emails. That is done thru SMTP, and POP3 is not in
any way required.
To be able to tell you how you configure the SMTP server, we need to know
what configuration your code needs. You see, you can send logon
credentials to the SMTP server, accessing the server with either basic or
windows integrated access. You can be allowed to relay because your IP is
on the list that is allowed. Or the SMTP server is on a secure network and
everyone is allowed to relay.
What configuration your code needs to work is only the developer who knows.
Why not look at the configuration of the SMTP server on the server you
have verified that it works on? Or ask whomever has configured that SMTP
server what they have done?
--
Regards,
Kristofer Gafvert (IIS MVP)
<a style='text-decoration: underline;' href="http://www.gafvert.info" target="_blank">www.gafvert.info</a> - My Articles and help
<a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">www.ilopia.com</a>
abelard wrote:
> I am sorry but I don't understand the question. A couple of days ago I
went
> through your tutorial at ilopia.com and it certainly helped my
understanding
> but did not solve the problem. I am not sure which domains to use, My
e-mail
> address or the site domain? Also I am using an external dns server (dns
park)
> and am not sure which which host to use in the mx record. How does the
> hosted site send an e-mail on the smtp server, through my default domain
or
> an added site domain. Why should I need a mail-box? I am very confused
and
> any help would be gratefull received.<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: sending an e-mail with php using smtp