Not Able To Send Mail From PHP Form

May 20, 2008

We have windows 2003 with Mail-Enable mail server. We have PHP 4 and PHP 5 on the server too.

From one of the PHP mail sending script we are not able to send the mails. currently we cannot see the logs for mail sending from PHP form in the mail-enable logs. Also when we trytelnet domain.com 25 it give the correct result.

there is no connectivity between the php and mail-enable on the server. But mails are working fine from the webmail, but they are not working from the php.

how to enable the logs for php mailing sending in mail logs so that we can see it. Also please tell us how we can configure PHP and mail-enable both together so that mails will work fine from PHP script.

View 3 Replies


ADVERTISEMENT

Send Mail From Web Form Using 3rd Party SMTP

Apr 1, 2008

I have a CDONTS script which has been sending mail from a client's website form to their address. However, the script has suddenly stopped working. It doesn't error, they just don't receive the mail. I've tried CCing myself in the script and the mail is not getting through. The script itself is tried and tested and syntaxially correct.

I think the problem is because they're using their own exchange server, not the web hosts' mail server. Therefore I would expect that mail sent from the web script wouldn't go through because there is no local mail server to process it.

The problem is that the script hasn't changed, the host say their system hasn't changed, and the client's IT team say their exchange settings haven't changed!

I could set up a CDOSYS script to use their Exchange server to deal with the email, but their IT support won't allow relaying, so I don't think this is possible.

Is connecting to their Exchange box the only option, or should the website host still be able to process the web-script-generated mail despite not being their mail provider? I'm getting a lot of grief here, but it can't be the script that has suddenly broken because nobody has touched it!

View 2 Replies View Related

Is Form Mail Hosted Service Worth It

Jun 18, 2007

I signed up for a 1 month trial of Matt's hosted service for form mail as I was in a hurry to get a client's web site form going (the site was migrated from Windows Server, where it used an asp script).

The features look good, but I was hoping someone has experience using it and can share some insights.

View 6 Replies View Related

View Mail Header Sent By Php Form In Windows

Oct 27, 2007

As stated on subject, how to do it? On Linux, I know I will need to compile php with a patch (for example using Choon's patch) to get it, but dont know how to do on Windows.

View 0 Replies View Related

E-Mail Submitted By A Php Form From My Dedicated Server Marked As Spam By Google

Apr 28, 2009

Hi folks I am also facing with the Google Spam Issue the header of sample email sent by a form is as follows. Is there anything wrong in this header. I don't understand why the emails are marked spam?

Code: ....

View 14 Replies View Related

Plesk 11.x / Linux :: External SMTP - PHP Mail / WP Contact Form Not Working

Aug 15, 2014

I'm using a 1blu.de vServer. On my VPS is Plesk 11.5 with centOS 6 installed. I created my Webspace [URL] .... and removed the Mail Services and activated the MSMTP plugin because I'm using the webserver from the hoster 1blu.de.

I activated the Firewall with the "allow any connection" rule.

In Plesk Tools & Settings > External SMTP Server I filled in the server informations smtp.1blu.de password & username. I checked all three boxes -> SMTP needs auth, allow user scripts ...

I installed Wordpress 3.9.2 with a Theme that uses PHP Mail function. The contact form is not sending any messages out. So I tried other php mail scripts but it doesn't work.

[URL] ....

Code:
<html>
<head><title>PHP Mail() test</title></head>
<body>

This form will attempt to send a test email. Please enter where this test should be sent to

<br><p>
<form action = "sendmail.php" method = "post" name="sendmail">
Enter an email address: <input type = "text" name = "to"><br>
<input type="submit" value="Send" name="submit"><input type="reset" value="Reset" name="reset"><br><p>

[URL] ....

Where can I find the log file that could give me information?

I just want to use php mail for my wordpress contact form and for a project application.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved