I have a script that is supposed to send out an email using the PHP mail function when someone registers on the site but it's not working properly. I thought at first it was my script but running a generic mail function call with valid email addresses returns true (so it's working properly) but the email is not being sent. Is the mail services down on Chopin right now? Any ideas as to what else it might be or how to fix the problem?
Edit: Did an additional test and it appears that it will only send emails from a local domain email address and not any email address that is specified. This is strange as it is not the default behavior of the function (at least not that I'm aware of). Any idea how this could be fixed?
Edit: Did an additional test and it appears that it will only send emails from a local domain email address and not any email address that is specified. This is strange as it is not the default behavior of the function (at least not that I'm aware of). Any idea how this could be fixed?
Last edited: