Hi
Hopefully this will be an easy question to answer!
I am looking at publishing a site (my first site, excluding that of the office that I work for in fact), and I need to understand the processes at work behind the mechanics of web publishing.
More specifically, if I purchase pop-3 mail boxes through a particular ISP, say 123-reg.com, does that mean I am required to host the whole site through 123-reg.com too??? or am I free to look for site hosting elsewhere?
In particular, I am worried about the mail function consequences. Basically, I have built a standard contact form that currently works when the recipient's email address (set within the php code of sendmail.php file) is set to an address that is registered with the ISP that host's this office's web site e.g.
myname@thiscompany.com
However, when I alter the recipient address (just to test) to an alternate address; one that is not purchased through this office's ISP e.g. hotmail/gmail or any other address (including pop-3), the mail is never received.
The implications of this are that only pop-3 mail boxes relating to where a site is hosted can be used in conjunction with a mail function (on site contact form).....This doesn't seem right to me.
Do I need to point the ISP that hosts the pop-3 mail boxes to the server that is hosting the site? If so, this doesn't explain why hotmail or gmail etc do not work.....
Please could someone clarify exactly what is going on here?
Thanks
Will