l0rdphi1
06-22-2003, 06:34 PM
When I try to send an email to an address that's not on my server (using PHP's mail() or Outlook), the mail message will never be received.
Sending via Outlook results [always] in an "Mail delivery failed" message. If it helps any, from the failed message I can see it was Received: from dsl-208-240-239-109.crls0.rtr.pa.net ([208.240.239.109] helo=oreithyia)
by server1.liquenox.net with asmtp (Exim 3.36 #1)
id 19UFGT-0006BY-00
for l0rdphi1@liquefyr.com; Sun, 22 Jun 2003 17:32:57 -0700. Also, trying to send to one address gave me SMTP error from remote mailer after RCPT TO:<l0rdphi1@pa.net>:
host mxa.ctinetworks.com [205.166.61.189]: 554 Service unavailable; Client host [65.60.32.140] blocked using rbl.pa.net; 5106:
We do not accept mail from your domain. Please contact your Mail Administrator. as the reason why they wouldn't accept the email.
When I try sending with PHP the address I send it to just never gets the email.
Any ideas?
Phi1.
Sending via Outlook results [always] in an "Mail delivery failed" message. If it helps any, from the failed message I can see it was Received: from dsl-208-240-239-109.crls0.rtr.pa.net ([208.240.239.109] helo=oreithyia)
by server1.liquenox.net with asmtp (Exim 3.36 #1)
id 19UFGT-0006BY-00
for l0rdphi1@liquefyr.com; Sun, 22 Jun 2003 17:32:57 -0700. Also, trying to send to one address gave me SMTP error from remote mailer after RCPT TO:<l0rdphi1@pa.net>:
host mxa.ctinetworks.com [205.166.61.189]: 554 Service unavailable; Client host [65.60.32.140] blocked using rbl.pa.net; 5106:
We do not accept mail from your domain. Please contact your Mail Administrator. as the reason why they wouldn't accept the email.
When I try sending with PHP the address I send it to just never gets the email.
Any ideas?
Phi1.