[phorm] [Phorm:] Problem sending "external" mails

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 3 Dec 2004 21:25:53 -0000

The following new message has been posted on Phorm Support Forum at 
<http://www.phorm.com/support/>. 

*************************************************************************** 

  MESSAGE:  (#4515) Problem sending "external" mails 
            <http://www.phorm.com/support/?rev=4515> 
  AUTHOR:   Richard Doherty 
  DATE:     December 3, 2004 at 4:25 p.m. EST 

Hi - 

My PHORM pages have mysteriously stopped sending external mails. I have tried 
to distill the issue down to its most basic form (which seems to be with the 
MAIL function) with the code below: 

<?php 
mail("richard@xxxxxxxxxxxx", "Test PHP mail", "This is the content"); 
?> 

This works fine (mydomain.com is my domain...). But if I try to send the mail 
to an "external" email address no email arrives at the destination email 
address: 

<?php 
mail("testaddress@xxxxxxxxxxx", "Test PHP mail", "This is the content"); 
?> 

From viewing support lists, etc on the web this seems to be a problem with my 
ISP's server set-up but they are denying any knowledge - can anyone help me 
(1) understand what the problem is and (b) if it is a server side set-up 
problem, what do I need to tell the ISP to do/fix/etc? 

Thanks for your help - my Phorm pages used to work fine and have only recently 
stopped... and I've been pulling my hair out... 

Richard 

*************************************************************************** 

This is an automatically-generated notice.  If you'd like to be removed from 
the mailing list, please visit Phorm Support Forum at 
<http://www.phorm.com/support/>, or send your request to webbbs@xxxxxxxxxx  If 
you wish to respond to this message, please post your response directly to the 
board.  Thank you! 
-------------------------------------------------
You are receiving this message because you are subscribed to the Phorm mailing 
list. To send messages to the mailing list, simply send email to 
phorm@xxxxxxxxxxxxx from the address you have subscribed. You may unsubscribe 
from the list by sending email to phorm-request@xxxxxxxxxxxxx with 
'unsubscribe' in the SUBJECT field.

Other related posts:

  • » [phorm] [Phorm:] Problem sending "external" mails