Jump to content

wright67uk

Members
  • Posts

    454
  • Joined

  • Last visited

Everything posted by wright67uk

  1. Thankyou for the advice. I went with ipage, a 5th of the price, twice the speed and php mail() is working! I'm working on phpmailer to make things even more reliable.
  2. <?php $to = '[email protected]'; $subject = 'the subject'; $message = 'hello'; $headers = 'From: [email protected]' . "\r\n" . 'Reply-To: [email protected]' . "\r\n" . 'X-Mailer: PHP/' . phpversion(); mail($to, $subject, $message, $headers); ?> All of my websites contact forms have stopped working, so I decided to use the above file as a test. ...no email is sent. Although godaddy will not admit it there is an issue with my hosting account. Is there a way I can bypass godaddy and use a third part service to send my emails until this server issue has been resolved? Can you recommend any hosting providers that are more reliable?
  3. Godaddy.... where do I start? I have been having call after call from various clients of mine saying their webforms have stopped working. All of the contact forms are using the php mail() function. My server is running php 5.3 (which Godaddy fully support). The helpdesk has been unable to help me at all and in fact the conversation basically said we can migrate your 80 sites and 50 daabases at $99 an item.... $4000 !!! and then everything will work as it should. I've decided to look for another hosting provider. This is a two pronged question - 1) Which hosting providers do you recommend? at the moment i'm using 2gb space and 5gb bandwidth, php and mysql. 2) are there any contact form handlers that I can use for the time being that can handle my clients contact forms until I have got to the bottom of what is going on?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.