which posts data to the main email account of this new domain
How does it post data? by sending an email? or by accessing files outside of its root directory? If you are trying to access files outside of your addons root directory that could be a reason your php script is failing to execute.
Are you getting any errors?
Try running a very basic php script which just outputs text to see if that works fine. If it does it is most likely the script you wrote or are using that is the problem.