Problems w/ script sending mail.

Good evening all!

I have a slight problem and was hoping that perhaps someone can help.

Here's the situation.

I have a dedicated server in which I have a store. Now, the problem is is that when I am away from my computer I have no way of knowing if I have gotten any orders. So, I found a php script that checks a pop email account every 5 minutes, and if their is new email, it sends a message to another email.

The other email in this case happens to be my cell phone. Now, if I open Outlook and send an email to my phone via my phones email (3150000000@tmomail.com) it goes through just fine! =)

Now, I configured our billing software that when it sends the 'new order' email to the customer, to also sends a bcc to a pop3 email address I created for this very purpose (neworders@mydomain.com).

Keep in mind when I send an email from outlook using my email address through my domain it sends fine. Now, the problem is when this php script sends an email to my cell phone, it does not work. And when examine the exim logs, I see this:

2004-11-11 23:38:01 1CSTCD-0006j9-4B ** 3150000000@tmomail.net <neworders@mydomain.com> R=fail_remote_domains: unrouteable mail domain "tmomail.net"


Now, I looked through the logs for when I sent it from outlook, and it shows this:

2004-11-11 23:40:16 1CSTEN-0006ma-2N => 3150000000@tmomail.net R=lookuphost T=remote_smtp H=boca.tmomail.net [63.122.5.251]
2004-11-11 23:40:16 1CSTEN-0006ma-2N Completed

Anyone have any ideas on how I can fix this. Please any assistance would be GREATLY appreciated!

Best Regards,
Brian

 

 

 

 

Top