Jump to content

howlingwolf

Members
  • Posts

    10
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

howlingwolf's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. First of all I want to thank you as my contact form works now, and no they are really bad and I spend somuch time with their customer support, I am really disapointed. Again thank you and thanks everyone who was in this from start. Cheers
  2. How can I configure it to go on port 26? Thank you <?PHP $to = "info@marinapi.com.au"; $subject = "MarinaPi"; $e = $_POST['email_txt']; $message = "Name:" . $_POST['name_txt']; $message .= "\nE-mail: " . $e; $message .= "\nPhone: " . $_POST['phone_txt']; $message .= "\n\nMessage: " . $_POST['message_txt']; $headers = "From: $e"; $headers .= "\nReply-To: $e"; $sentOk = mail($to,$subject,$message,$headers); echo "sentOk=" . $sentOk; ?>
  3. Ahhh they also said something about it should be send as a mail and not to go through port 25 which they are blocking. Can that be an issue? Thx
  4. Can you test it from the webpage itself www.marinapi.com.au Cheers
  5. Well thats the thing - my webpage host is telling me that my form doesn't work bcs of my code error and I was suspecting that it can be bcs of their restrictions. Despite that i wanted someone else to test the code and confirm that. If there are more guys who can test it on their end and confirm that I will go back to the host and see what the real issue is. Thank you for testing it H
  6. Here is the attachment of the as coding : thanks guys [attachment deleted by admin]
  7. Thats the message my contact.fla is comming back to me with. You can check on www.marinapi.com.au Thats why I asked if maybe copying the as code will help Thanks
  8. <?PHP $to = "info@marinapi.com.au"; $subject = "MarinaPi"; $e = $_POST['email_txt']; $message = "Name:" . $_POST['name_txt']; $message .= "\nE-mail: " . $e; $message .= "\nPhone: " . $_POST['phone_txt']; $message .= "\n\nMessage: " . $_POST['message_txt']; $headers = "From: $e"; $headers .= "\nReply-To: $e"; $sentOk = mail($to,$subject,$message,$headers); echo "sentOk=" . $sentOk; ?> I am getting "error sending message" Maybe I need to upload contact.fla as? Cheers guys
  9. Hi guys, I wonder if I can upload my contact form php code for you to take a look as I cant get it to work? Thanks
×
×
  • 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.