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


ADVERTISEMENT

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 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

Plesk 11.x / Windows :: SMTP Mail Send Limit?

Jul 31, 2012

I am using SMTP for mail service. Is there any limit for maximum that mail can be sent for a month or day? If limit is der then how much i can send?

View 5 Replies View Related

Cannot Send Mail Through VPS SMTP Server. The Usual Fixes Didn't Work.

Feb 1, 2007

Over the past week, the SMTP server on my VPS has been hanging whenever I try to send an email from my computer. It'll eventually work again, but now it's been down for the count for about 18 hours. Tech support keeps on recommending minor fxes and issuing standard responses like "try disanbling your firewall" and the like, but nothing works. I have already told them this:

* I know _you_ can probably send POP/SMTP mail through my server. I can't.
* Mozilla Thunderbird will connect and send mail through other
POP/SMTP servers.. Not my server here.
* I can connect to _receive_ email, but I can't send it.
* My ISP (SBC/AT&T ADSL) does not block outgoing mail to port 25 on my account; I had the block removed.
* I've got an exim server running on port 26, too. Doesn't make a difference.
* I tried connecting from another ISP (my work PC). Still can't send mail.
* I tried using IP addresses instead of my domain name. Doesn't work.
* I didn't change any account names, passwords or anything like that.
* I tried other email clients. Can't send mail with them, either.
* The exim queue has very few messages in it. Clearing the queue didn't work.
* I disabled firewalls. Didn't help. Besides, I was able to connect
to other mail servers - just not my VPS here.
* There are no typos in any of the account or general configuration settings in my client. Nothing changed. One day I could send mail, now I'm having problems.

I keep saying this, and keep attaching entried from exim_mainlog with error messages like this PROVING that I can't send mail:

2007-02-01 08:26:00 H=adsl*****
[*****]:1294 I=[*****]:25 incomplete transaction
(connection lost) from for
*****@gmail.com
2007-02-01 08:26:00 unexpected disconnection while reading SMTP
command from adsl*****
[*****]:1294 I=[*****]:25
2007-02-01 08:26:17 SMTP connection from [*****]:1344
I=[*****]:25 (TCP/IP connection count = 1)

2007-02-01 08:29:34 H=adsl*****
[*****]:1344 I=[*****]:25 incomplete transaction
(connection lost) from for
*****@gmail.com
2007-02-01 08:29:34 unexpected disconnection while reading SMTP
command from adsl*****
[*****]:1344 I=[*****]:25

Any ideas? I think tech support at my end has given up; it's been hours since I last heard from them, and that was just to say that they updated everything to the current version, and disable the firewall. (Again!) Didn't work.

So, before I pack my bags and find another VPS host, what should I do? Having outgoing SMTP email is a MUST; not having it is a deal-breaker.

View 3 Replies View Related

Not Able To Send Mail Using SMTP Service On Windows 2003 Server Machine

Jun 17, 2008

Am using Windows 2003 server with IIS6.0 and SMTP.I tried to send mail using ASP.net C# code through SMTP service.But my mails are getting queued in C:InetpubmailrootQueue.

What could be the problem??I've done many trouble shooting steps but no luck.I changed the Relay settings.Since I am in a LAN connection, i've tested the relay setting using both the 'localhost'and 'MyDomainIP'but everything in vain.

View 2 Replies View Related

All I Want To Know Is Why Its Not Working - SMTP/PHP Contact Form ANNOYANCE!

Dec 18, 2007

I have just purchased a dedicated server running Windows Server 2003 (IIS).

I have a website with a contact form - which I know works because it was working when I had it hosted somewhere else.

My question is how do I set-up my server so that the contact form will work. I know it's something to do with SMTP -- But i honestly have not idea what i am meant to do.

I wish there was a SLOW step-by-step guide on how to setup the SMTP on the server to send emails.!

View 0 Replies View Related

Apache :: Gmail SMTP Contact Form On Lamp Hosted Website

Jan 8, 2015

I have a LAMP server at home and in my website I added a php form using gmail smtp but Im not receiving any emails from the form. Do I need to add something to my server? Im using the free contact form from this website [URL]....

View 9 Replies View Related

3rd Party Mailserver Rejects Incoming Mail

Sep 28, 2007

We switched to a 3rd party mail server provided by our local ISP, however when attempts are made to mail anyone on our domain a message similar to one of the following is received:

Quote:

This is an automatically generated Delivery Status Notification

Delivery to the following recipient failed permanently:

my_email_address@our_domain

Technical details of permanent failure:
PERM_FAILURE: SMTP Error (state 13): 550 5.7.1 <my_email_address@our_domain>... Relaying denied

or

Quote:

Hi. This is the qmail-send program.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

<my_email_address@our_domain>:
70.43.63.21 does not like recipient.
Remote host said: 550 5.7.1 <my_email_address@our_domain>... Relaying denied Giving up on 70.43.63.21.

I've made sure the MX records are in place on our nameserver, and I've verified this with DNS Stuff.

I seem to think the problem is on our ISP's end.

View 1 Replies View Related

Smtp - Failed To Send Data

May 16, 2008

when am sending emails its cannot be delevired .. and its show me this error

"There was an error sending your message: Failed to send data [SMTP: Invalid response code received from server (code: 451, response: Temporary local problem - please try later)]"

i think its from the CFS i installed it

when i go to Cpanel my site the email " manager / creat " there is a red line content

Fatal! Write Failure: /etc/valiases/box.site.com . Ignore any messages of success this can only result in failure!

View 3 Replies View Related

Can I Point MX Record For Third-party Domain To Yahoo Small Biz Mail?

Jul 16, 2009

My client has a domain registered at GoDaddy and a Yahoo Small Business email package.

The only info I can find on Yahoo suggests I need to redelegate the domain's name servers to Yahoo, and I'd rather not do this if I can help it.

Is it possible to simply leave the name servers at GoDaddy and point the MX record to Yahoo's servers?

I don't see anything on Yahoo saying it won't work, but then I see nothing to suggest it will either!

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

Plesk 12.x / Linux :: Script Can't Send Email Via Smtp

Dec 25, 2014

I use postfix/smtp plesk12 centos7, I create mailbox add password. For example my domain is a.com from roundcube all work no problem.

My script isn't working look like this:

SMTP CONFIGURATION (LEAVE DEFAULT IF YOU USE mail() )
SMTP HOST smtp.a.com
SMTP PORT 587
SMTP Secure tls
SMTP Auth true
SMTP USERNAME test@a.com
SMTP PASSWORD my password

And the script dont send emails to user, say that Mailer Error: SMTP connect() failed. In dns settings I don't have smtpa.com host only have mail.a.com why from scripts don't send email to users?

View 1 Replies View Related

Plesk 12.x / Linux :: Unable To Send Notifications Via External SMTP

Dec 8, 2014

Plesk 12.0.18 #27
CentOS 7.0.1406

I have followed the instructions here to send Plesk notifications through External SMTP (overuse, new domain creation, etc): URL....Here is the error I see in the panel.log: ERR [panel] Unable to send mail.

Is there another log that I'm missing with a more detailed error? Sending through an external SMTP works fine on sites hosted on the same server (Wordpress, Joomla).

View 5 Replies View Related

Plesk 12.x / Linux :: Do Not Send Email Via SMTP POSTFIX By Php Scripts?

Mar 7, 2015

The problem is, can not send mail via SMTP using popular scripts Opencart, SMF, Osclass. The problem was lapping Plesk 11.5 via 587 port. That was timeout connection or authorization error with the correct settings. Mail may be sent, sometimes not. No longer working than working. At the same time when working with e-mail clients(example, The Bat) work fine. In Plesk 12 same problem. Port 465 - e-mail clients(example, The Bat) work fine. But can not send mail via SMTP using popular scripts Opencart, SMF, Osclass. When using Cpanel with Exim - all work perfect. But the Plesk e-mail with Postfix - constant problems.

View 4 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







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