end with "." on a line by itself ERROR

I run Apache on Windows and ArgoSoft mail Server.
Normally, all is working fine - the web server and the mail server. But regardless of what PHP form mailer I use, when I try to email a form from my websites, I cannot get Argosoft to accept the email. An error is returned “Enter mail, end with “.” on a line by itself”.
I have tried several configs in PHP.ini (ports, servers). However, after mod’ing PHP.ini to SMTP = localserver and using Minirelayserver listening on port 2525, everything works fine, that is the form emailer relays to my Argo mail server.
Ideas? I am convinced the issue is local to my outbound configuration as using a simple [php]<?php mail ('[email protected]', 'test subject', 'test message') ?>[/php] doesnt even work, yet the realying does!
Thanks very much.

This,
[php]<?php mail ('[email protected]', 'test subject', 'test message') ?>[/php]
Has a syntax error in it anyway.

Windows on PHP is always a pain.

ArgoSoft not sending emails

yes, still dealing with this…
any recommends for a lightweight relay program or script? miniRelayServer is no longer supported.
I do wonder what “massage” its doing that makes things work.
Thanks

Personally, I use the MailGun API. No relay needed.

Sponsor our Newsletter | Privacy Policy | Terms of Service