Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim …the domain is looked up to find the mail exchange record(mx): Mail Server mx:rto-usa.net - 1 Tests …domain, if not you are spoofing and any email server should reject the email if you do not match… also additional checks such as DKIM (Domain Keys Identified Mail), DMARC (Domain Message Authentication, Reporting and Conformance). DMARC… Re: Online subission forms not sending emails of submitted info Programming Web Development by Dani … same and suddenly stopped working, have you looked into your mail server? Do you have access to the PHP error log somewhere… that might say if `mail()` returned any errors? For testing, you might want to see… Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim … from `someone@radiantnewhorizonhomes.com` or the receiving SMTP server will likely reject it as a simple lookup will …. I found a similar situation you might try [mail-not-sending-with-phpmailer-over-ssl-using-smtp](https…://stackoverflow.com/questions/18535294/mail-not-sending-with-phpmailer-over-ssl-using-smtp) From… Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim … = 'base64'; $mail->isSMTP(); $mail->Host = 'mail.example.com'; //Set the SMTP server to send through $mail->SMTPAuth = true; $mail->SMTPSecure = 'tls'; $mail->… Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim … = 'smtp.ionos.com'; //Set the SMTP server to send through $mail->SMTPAuth = true; $mail->SMTPSecure = 'tls'; $mail->Username = 'kaosfrenzy@aol.com… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner ….ionos.com'; //Set the SMTP server to send through $mail->SMTPAuth = true; $mail->SMTPSecure = 'tls'; $mail->Username = 'david.tigner@RadiantNewHorizonHomes.com… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … = 'smtp.ionos.com'; //Set the SMTP server to send through $mail->SMTPAuth = true; $mail->SMTPSecure = 'tls'; $mail->Username = 'kaosfrenzy@aol.com… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner …. Problem was anti-spoofing stuff being added to my email server sometime in February. The clue that was found during testing… : " . htmlspecialchars($_POST['TestimonialPhone']) . "\r\n" . "E-mail Address: " . htmlspecialchars($_POST['TestimonialEmail']) . "\r\n" . "… Re: Online subission forms not sending emails of submitted info Programming Web Development by Dani I wonder if the problem is that your php mail() function is configured to use SMTP in your php.ini ….com/questions/14456673/sending-email-with-php-from-an-smtp-server) that has an example implementation of using XOauth2 with PHPMailer… Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim …/PHPMailer.php';` I don't have access to the hosting server either and I didn't use composer EDIT: to download… Yahoo requiring DMARC authentication for sending emails to them, the mail() function was probably failing these tests on DMARC & DKIM… Re: Online subission forms not sending emails of submitted info Programming Web Development by Dani … way of accessing the error log? Without access to the server, perhaps through a web-based control panel like cPanel, etc… Re: mail server help Hardware and Software Microsoft Windows by Frank Wallis It depends which Mail Server do u want, a Linux based Mail Server or a Microsoft based Mail Server,both have different requirments. mail server help Hardware and Software Microsoft Windows by johny321 can any body tell me about the requirement of mail server Re: Mail Server... Hardware and Software Linux and Unix by kc0arf … reading online about using Linux Debian to host a web/mail server. I have a few questions before I go and install… a version of linux that not only will do web/mail server but FTP and Telnet?[/QUOTE] Linux is a NOS. It… Re: Mail Server... Hardware and Software Linux and Unix by viperman224 … reading online about using Linux Debian to host a web/mail server. I have a few questions before I go and install… a version of linux that not only will do web/mail server but FTP and Telnet? If I were to use FrontPage… I still be able to load them onto a Linux server? (I am currently using a windows based version of Apache… Mail Server Programming Web Development by nil_gh_80 anyone help me to recommend a free mail server like [COLOR="Red"][B]squirrel mail[/B][/COLOR] which is easy to use and configurable..... Re: Mail Server Programming Web Development by martin5211 … new in this field. hello ahmadjhoney you can learn about mail server from this link [url]http://searchsoa.techtarget.com/sDefinition/0… to send an email in PHP and what is a mail server... that may be already known by him. You could take… Mail Server... Hardware and Software Linux and Unix by viperman224 Not sure if this is the right place to post. Anyone know how to setup a mail server and what software I can use? I am running Apache to host my site. thanks Mail Server Programming Web Development by ahmadjhoney hi, [B]Can someone will plz tell me about mail server....[/B] Re: Mail Server Programming Web Development by BzzBee dont underestimate the others. may be ahmadjhoney is new in this field. hello ahmadjhoney you can learn about mail server from this link [url]http://searchsoa.techtarget.com/sDefinition/0,,sid26_gci876011,00.html[/url] mail server Hardware and Software Linux and Unix by johny321 What is the requirements of mail server Mail server Programming Web Development by Dmith Dear guys how can we develop complete mail server from jsp mail server on vmware...? Hardware and Software Linux and Unix by SecurExpert Hi guys, I am running SuSE Linux Enterprise Server on my PC and have installed vmware. Now, may I ask this, is it possible for me to run my host computer as a mail server for my guest virtual machines on vmware? Mail Server 503: problem, plz how to solve ? Programming Web Development by arunmozhi Error: The server rejected one or more recipient addresses. The server response was: 503 This mail server requires authentication when attempting to send to a non-local e-mail address. Please check your mail client settings or contact your administrator to verify that the domain or address is defined for this server .. Mail Server Question Programming Software Development by codeboy Hi, I have seen few Windows Mail Servers like IT House Mail Server [url]http://ithouse.com/[/url] I've it's old … enables the vb or vb.net code to work as Mail Server(to work like SMTP & POP3) and which is capable… Re: Mail server on home lan? Hardware and Software Networking by jackster i use merak mail server, Its cheap and reliable. If the computer is connected to the internet perminantly that hosts the mail server, make sure… you secure the relap server (this is try for any mail server) as you will become… Mail Server Woes Community Center Meta DaniWeb by Dani … multiple and malformed newsletters this month. There were some major mail server issues going on ... the first of which being I was… ones in the queue that hadn't yet reached the mail server over to qmail locally. However, I didn't realize that… Re: mail server using fedora help please Hardware and Software Linux and Unix by rch1231 Well if you want to run a secure mail server that once installed is easy to run take a look … your done you will have a secure server that cannot be used for relaying mail by spammers. They have scripts that do… mail server using fedora help please Hardware and Software Linux and Unix by knarendran [B][COLOR="Red"]Hi I am having trouble with mail server configuration in fedora 10. I have installed and completed sendmail installation and squirrel mail also but i have no idea abt what next to move further to edit some files .. I am new to linux .. could any one please send guide me the step by step configuration ... [/COLOR][/B] Mail server on home lan? Hardware and Software Networking by viperman224 I want to setup a mail server on my home LAN connection for inside use on the network and possibly some outside use. Is there any software or programs that are good to use? Any tips or tricks? thanks