Mail To Function Not Working To Aol Or Gmail
i'm using the php mailto function
mail($email, 'Account Information', $message, "From: "test"<test@mysite.com>");
this works to my regular email but does not work to my gmail email or my clients aol email
has anyone else run into this??
View Complete Forum Thread with Replies
Related Forum Messages:
Mail() Not Working To Y But Works To Gmail
A simple mail example like... <? mail("acco...@yahoo.com","Subject of Message","Message"); ?> does not work to yahoo or spymac.com, but the same works to gmail and other servers. Yahoo and others does not even receive the message. Inbox and Bulk folders stay empty. Does anybody have an idea why yahoo or other servers does not receive the messsage?
View Replies !
Mail() [function.mail]: SMTP Server Response: 550 Not Local Host Gmail.com
I do a mail() and get: Warning: mail() [function.mail]: SMTP server response: 550 not local host gmail.com, not a gateway in C:xamppxampphtdocs estsitemail.php on line 7 <?php ini_set("SMTP","rlwatkins.com"); ini_set("sendmail_from","hunter@rlwatkins.com"); mail("huntercjcarroll@gmail.com","hello me","spamtastic","From: hunter@rlwatkins.com"); ?> what is wrong with this, how do i set it so that i can send to something other than localhost?
View Replies !
Mail Function Sends To Gmail But Not Hotmail.
Can anyone tell me what the requirements are to allow hotmail to collect messages. I have a script using the mail function at the moment that emails most email clients but the email doesn't seem to be accepted by hotmail. It email doesn;t even go into the junk box. Please help, The code: ini_set(sendmail_path, "/usr/sbin/sendmail -t -f webmaster@domain.com"); //Contents of an Registration Auto responce email(text format) $message = "Thanks for registering".$userName; $headers .= "From: Name<webmaster@domain.com> "; $headers .= "Reply-To: <webmaster@domain.com> "; $headers .= "X-Sender: <webmaster@domain.com> "; $headers .= "X-Mailer: PHP4 "; //mailer $headers .= "X-Priority: 3 "; //1 UrgentMessage, 3 Normal $headers .= "Return-Path: <webmaster@domain.com> "; mail($email,"Registration ",wordwrap(stripslashes($message)),$headers);
View Replies !
Mail() Function Not Working
I recently moved hosts and I am now using QMail instead of POSTFIX. My PHP mail() functions that used to work, now do not show HTML. Here are my mail() headers: $headers = "From: "My Name" <myemail@test.com>"; $headers .= "Reply-To: myemail@test.com"; $headers .= "MIME-Version: 1.0"; $headers .= "Content-Type: text/html; charset=ISO-8859-1"; $headers .= "Content-Transfer-Encoding: 8bit;"; $headers .= ""; mail("sendto@test.com", "Subject Goes Here", "Message Containing HTML Code", $headers); When I get emails, it prints this at the top of the email: Content-Type: text/HTML; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit; I was wondering if my headers are incorrect?
View Replies !
Mail Function Not Working
I haven't programmed for a while but the form that I just created seems like it should work. Everything is worked except that the form isn't being emailed to me. I am using the normal mail() function on line 61.
View Replies !
Mail() Function No Longer Working
I was recently writing a script that utlises the mail() function, I could not figure out why it wasn't working, I tried different recipients as well. It seems that the mail() function is broken, as a few other scripts that were unchanged also no longer work. What are the possible reasons for mail() to stop working? In the past it has been due to the mailbox being full, but it is empty at the moment. The only thing I can think of is my ISP has broken something in PHP or sendmail, I'm out of ideas...
View Replies !
PHP Mail Function Stopped Working
Yesterday before 2:30, we were receiving email from the servers just fine. The same code today doesn't work. We haven't received an email for almost 24 hours now from the server. I've looked at every different way we send email: Newsletter program: works with SMTP send, but not PHP mail send (it has the option) CGI Forms: work PHP Mail pages - nothing. I've gone through everything I did yesterday, and I can't find anything that I could have changed that could possibly be making this type of problem occur. After 2:30, I picked up my kids from school, created two new pages on the domain that had nothing to do with mail, and got a CSR for a new SSL cert. Our server admin doesn't remember doing anything either. What could possibly be causing this?
View Replies !
Mail Function Not Working On XAMPP
I've tried EasyPHP and normal PHP configuration and mail function worked well, but now I have XAMMP and my mail function is not working anymore. I've installed the full package of XAMMP succesfully. Error I got after trying to send. We do not relay non-local mail, sorry.
View Replies !
Mail Function Not Working Properly
i am using php mail function to send an email to myself from the website (from mydomain.com to zeeshan@mydomain.com). The email gets sent and there are no errors and warning but i'm not getting it. Now the funny thing is, i get an email when i try to send it on my hotmail or gmail address. Anyone has had the same problem or can suggest a solution?
View Replies !
Mail Function Not Working On My Network
SO i'm almost 100% sure my code is good as I basically copied and pasted the same code I had working on my web server. Now, I have it setup to email a form from a network server php file. The problem is that it isn't working. Neither is a header Location line either for that matter. I'm wondering why this is. Could it be because somehow these require php libraries that they don't have access to? It works fine on my web server. Here's the code just for kicks, but like I said, it shouldn't be the code: ....
View Replies !
Mail() Function Randomly Stopped Working
The problem that I am having is that I have a page that uses the mail() function. The page is on admin panel of a store and is called from another page that lists all of the orders. Basically, the script updates the status of the order to indicate that the payment has been received and sends an email to the customer to notify them of the payment receipt. The script was working fine for months, but recently stopped working completely. (Although no error is thrown.) The only thing that I can think that could have affected this is that the host recently upgraded from PHP 4 to PHP 5; however, I have another site on the same account where the mail function works just fine. Any ideas? Code:
View Replies !
Mail() Php Function Not Working In Windows Server 2003
I tried the mail() php function and it ends up with error message. I tried different tests with port configuration and Smtp server, though it ended up in error. Error: Code: Original - Code Warning: mail(): Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in c:program fileseasyphp1-7wwwmailerman.php on line 19 Warning: mail(): Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in c:program fileseasyphp1-7wwwmailerman.php on line 19.
View Replies !
Mail() Function Not Working With Sender's Hotmail Email
i have this mail() function which works fine but i've tested it with hotmail where i use hotmail email address for sender and receiver also hotmail. If I type in a not existent email address for sender and a right address for receiver, the email is not sent. But if I use non-existent email and yahoo receiver email, then the mail is delivered correctly. What's with hotmail? Is there something I can do to prevent it with mail() function, or extra headers? or is it simply something to do at the hotmail's end?
View Replies !
Mail() Function Not Working When Adding A Headers Parameter?
This works: $to = "email@address.com"; $subject = "CONTACT FORM"; $body = "test"; mail($to, $subject, $body); But when I add an additional parameter $headers, it doesn't work: $to = "email@address.com"; $subject = "CONTACT FORM"; $headers = "From: My Name Here"; $body = "test"; mail($to, $subject, $body, $headers); What could I be doing wrong?
View Replies !
Mail() Not Getting To Gmail Or Yahoo
The site I'm working on has the need to send out e-mails to its users (account creation, modification, etc). I've just been using the mail() function to do this with no problems... until I tested the functionality with my gmail account. No dice. I did some reading and found that others who were having the gmail problem also could not get emails to yahoo, so I got an account there and tried it... also no dice. I've been all over the net trying different header tricks, I've checked my server info at dnsreport (found a NS problem but it has been corrected), I can verify the header information looks correct through my pop mail program, I don't get a single error when the script runs... it just... doesn't work. I have another domain on the exact same box that sends a notification to my gmail account every night via a cron job script that I got over a year and a half ago. That notification works just fine, so I know that it isn't a server setting or something else I don't have control over. I've looked through the code for that script and can't made heads or tails of it to be honest... it does a bunch of crazy header stuff with boundary strings and base64 encoding because its job is to send a backup file. The real kicker is that my friend who also has a gmail account received a notice from the script about two weeks ago when he tested it for me. I had a relative test it about a week ago and of the 4 or so e-mails they should've gotten from the script, they got 2. They have a Yahoo account. In my own testing, nothing is getting through. My host did just recently move me to a new box... I guess that might have something to do with it, but it doesn't make sense that it would work for one of my domains and not the other. Anyway, here's the code I'm using: .....
View Replies !
MIME Html E-mail To Gmail
i have met a problem that i can send the html e-mail by using MIME via php to yahoo mail and hotmail, but when i was try to send to gmail, it show all the html coding. can someone help me to solve this kind of problem? the coding i made----->: <?php $a=<<<A <form action="" method="post"> <input type="submit" name="submit" value="submit"> </form> A; echo $a; if(isset($_POST['submit'])) { $to = 'stam1982@gmail.com,stam_1982@yahoo.com' $subject = 'Testing' .........................
View Replies !
Email Keeps Going To Junk Mail In Hotmail/gmail
Recently i got a dedicated server (running CentOS), and im trying to send emails using a php to hotmail, gmail, yahoo, etc.. But the emails keep going to junk email, this are the headers i get in gmail, i changed my domain name to "example.com", and my ip to 99.99.99.99 ------------------------------------------------------- Delivered-To: myemail@example.com Received: by 10.140.187.1 with SMTP id k1cs11218rvf; Sun, 2 Sep 2007 01:16:43 -0700 (PDT) Received: by 10.35.27.1 with SMTP id e1mr4411248pyj.1188721002619; Sun, 02 Sep 2007 01:16:42 -0700 (PDT) Return-Path: <staff@example.com> Received: from mysite.net ([99.99.99.99]) by mx.google.com with ESMTP id n63si2393055pyh.2007.09.02.01.16.41; Sun, 02 Sep 2007 01:16:42 -0700 (PDT) Received-SPF: neutral (google.com: 99.99.99.99 is neither permitted nor denied by best guess record for domain of staff@example.com ) client-ip=99.99.99.99; Authentication-Results: mx.google.com; spf=neutral (google.com: 99.99.99.99 is neither permitted nor denied by best guess record for domain of staff@mysite.net) smtp.mail=staff@example.com Received: from mysite.net (example.com [127.0.0.1]) by mysite.net (8.13.8/8.13.8) with ESMTP id l828Gj3h013152 ------------------------------------------------------- whats wrong here? i tried everything, im guessing "example.com (example.com [127.0.0.1])" is one of the reasons, but how can i change it so it shows my ip address instead of "127.0.0.1"? what is SPF anyway? i have googled this a lot, seen many people with the same problem, yet no solutions, you help would really really really reallllyy be much appreciated.
View Replies !
Html Mail() Making It Work In Gmail
I am having some problems making my html mail() work in all free mail servers, the main one being Gmail. It works fine in Yahoo and most others but in gmail the mail does not show up, it only shows the html code. Does anyone know the correct headers that I am suppose to use, or help me fix my script. PHP Code:
View Replies !
Obtaining Contacts From Gmail/hotmail/Yahoo Mail
This request may sound illegal, before I begin I would like to assure you it is not. I am looking to do something like MySpace does where you can enter your e-mail username/password and then it imports your contacts and sends invitations to all of them. This is for a client I am working for. I know how I can do this using curl or fsockopen() and some write requests, but I wondered if theres an easy way (eg: A web service / API) for these types of things. I have done some searching but found no such thing. Does anyone have any experince doing this or know of any kind of pre-built open-source PHP script that can do this?
View Replies !
Does Yahoo, Gmail, Or Any Other Blocks Mail Coming From Feedback Form?
I've been testing my feedback form sent to my yahoo mail. It was working fine at first, but after receiving more than 10 emails then I can't seem to receive anymore. BTW, I tried testing two recipients separating them with comma. But when I check my email accounts, only 1 received the feedback. Is there anything wrong with the source codes? $recipient = "dummy@yahoo.com, dummy2@yahoo.com"; $subject = "Subject here"; $mailheaders = "From: My Form <name@mail.com> "; $mailheaders .= "Reply-To: " .$_POST["email"]; Thanks.
View Replies !
Import Yahoo,msn,Gmail Address Book Contacts For Particular Yahoo,msn,Gmail Email Id
I am trying to import the yahoo, msn,gmail address book contacts for the particular yahoo, msn, Gmail Email ID's. The process is first entering the yahoo, msn, or Gmail email id and password and after submitting the form, i am trying to get the yahoo, msn, Gmail address book contacts for that particular email id.
View Replies !
Mail() Function - Using The Mail() Function To Send Emails To Members Of A Website
I am using the mail() function to send emails to members of a website. For some reason when I include words such as "free" or "winner" the mail does not send to any of the addresses - it just seems to disappear in space. I figured this out by trial and error - once I removed those words, it worked. I am running cPanel on the server and have no problem sending emails as long as they don't use those words. It seems to be blocking certain words - ones that I assume spammers would use.
View Replies !
Use The Mail() Function: Warning: Mail() [function.mail]:
I am trying to use the mail() function. I've got my php.ini file configured to use my current smtp host (Verizon) and I get this error: Warning: mail() [function.mail]: Failed to connect to mailserver at "outgoing.verizon.com" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:www est.php on line 39 So I'm asking two things. 1) How can I make this work with out using Verizon's SMTP server? The server I am using for this website is a Windows XP machine with Apache as the webserver. 2) Once I have an alternative smtp server option, what is it I need to do to set it up properly? I need an alternative smtp server because this machine is just a development machine at my house, while the file site is in a colo and isn't connect to verizion or anyone else with a smtp server.
View Replies !
Warning: Mail() [function.mail]: SMTP Server Response: 501 Syntax Error
When I try this under windows : mail("User <user@example.com>",$subject, "", $headers); I get this error : Warning: mail() [function.mail]: SMTP server response: 501 Syntax error, parameters in command "RCPT TO:<User <user@example.com>>" unrecognized or missing in It seems to add it's own <> characters. If I run the same script under Linux it works fine !?
View Replies !
Warning: Mail() [function.mail]: Permission Denied: Headers Injection
I wrote many years ago a small shop application as hobby for a customer. Worked well until a few days. I'm not a php guru and don't understand why I get now this permission problem. Warning: mail() [function.mail]: Permission denied: headers injection (empty line) in /home/www/edfedca4df03c5ff2685003537a08dd5/web/minishop/mail.php on line 145 mail($this->to, $this->subject, "", $mime); <- LIGNE 145
View Replies !
Warning: Mail() [function.mail]: SMTP Server Response: 550 5.7.1
I'm making e-mailing with php script and i setup mailtraq mailserver this thing is just a lil confusing to me first thing i want to know if i can use apache instead of this as mail server second when i wrote my script with that mail function i received an error this is it : Warning: mail() [function.mail]: SMTP server response: 550 5.7.1 Unable to relay for monalisa20042006@yahoo.com in D:wampwww1stmail.php on line 2 what's that mean if this means that the mail server not configured right...SO third how to use or configure this server to use as my mail server. Code:
View Replies !
Warning: Mail() [function.mail]: SMTP Server Response: 553
my php.ini mail section is setup as follows: [mail function] ; For Win32 only. SMTP = localhost smtp_port = 25 then in my php script: <?php mail("joecool@hotmail.com", "Testing", "Line 1 Line 2 Line 3", "From: tom@hotmail.com") or die("email error"); ?> i have also run mercury mail but i keep getting this error: Warning: mail() [function.mail]: SMTP server response: 553 We do not relay non-local mail, sorry. in C:Program Filesxampphtdocsest.php on line 2 on all tutorials that i went, the mail function is written this way what is wrong?
View Replies !
Emails Blocked By Certain Mail Hosts? (mail() Function)
I'm using mail($address,$subjectheading,$message,"From: me@mysite.com") to send emails from my site. For the most part, it works okay (for example, I receive the mail in my Yahoo box). But when I check my university email, the message is not delivered. I thought maybe it was because I had included my web address in the subject heading and that it was being filtered out, but I removed that from the subject and it still fails to get through. I'm making a wedding site for some friends now and they want to be able to email everyone on their guest list at once, but I'm afraid the same will happen to some of these addresses as well. Any comments/suggestions on what may be blocking the mail and how I can get around it? I'm not trying to send out any kind of mass ad mailings or anything. Just to people on a mailing list for this site.
View Replies !
Mail Function :: Send Form In HTML Mail
I am trying to use the PHP mail function to repopulate the information that has been filled out on a form and send the form out in an html email the same way that it looked when the individual filled it out. The problem I am having is with the Radio buttons and repopulating them. Code:
View Replies !
Php Mail() Function Doesn't Send To Pop3 Mail Address
I'm writing a registration script for een webhosting company but the mail() function i used works only for hotmail addresses and not for pop3 email accounts, it also works for other not pop3 email accounts, does any one know what i should do to make this work. I used the same method before on an other server and there it worked perfectly.
View Replies !
Mail Not Working
I cannot get php to send an email. This works: $ mail -s "My Subject" nobrow@gmail.com My Message ^D Cc: [enter] But this doesnt: <?php mail('nobrow@gmail.com', 'My Subject', 'My Message') or die('shit!'); ?> I don't know where to look for error messages so I have no further info.
View Replies !
Mail() Not Working
ive got this small site, and theres two different forms, which both send emails to an email address. the first set of code below works, however the second one doesnt. the second one returns things like the actual mailserver url, and the message body only has "0", probably boolean/"false". Ive got the tech guys at me server looking into it, but im wondering if its with my code. Code:
View Replies !
Mail Not Working...
What changes are needed 4 php.ini file? Im running Apache server on my win xp platform, I've followed various tutorials but still doesnt work. For example if I used me@hotmail.com to send mail how would this be done.Omitted html. Here is part of my php.ini [mail function] ; For Win32 only. SMTP = localhost smtp_port = 25 ; For Win32 only. ;sendmail_from = me@example.com <? $em = $_REQUEST['em']; $message = $_REQUEST['message']; mail( "me@example.com", "Feedback Form Results", $message, 'From: $em'); header("Location:
View Replies !
PHP Mail() Function Failing To Send Mail
Our setup: PHP 4.3.11, FreeBSD 5.3 RELEASE, Sendmail 8.1, 1 host environment, 2 jails. Our problem: While we can send email from the command line just fine in one of the jails, we cannot use the php mail() command to send email using sendmail at all. The function, when executed, does absolutely nothing. No error, no reports to the maillog, nothing. I've read somewhere that it's "not possible" to send mail using the php mail() function within a freebsd jail, but i'm nearly certain we have it working this way on another server, but can't seem to figure out the issue.
View Replies !
Send Out The Most Basic E-mail Using PHP And The Mail() Function.
im trying to send out the most basic e-mail using PHP and the mail() function. the problem i have is that it will always return true but the message is never received and im not sure if its even sent. heres my code.... $email = "jonathangilmartin@yahoo.co.uk"; $subject = "Subject!"; $body = "whatever you want to email"; $from = "From: Jon <john@beach.es>"; $p5 = '-f john@beach.es'; if(mail($to,$subj,$mesg,$from,$p5)){ echo " sent ok "; } else { echo " failed "; } I think the problem I have could be due to the server I am hosting the site on, but dont quote me on this as im not sure. The site is hosted on my university server, ive now graduated so I cannot ask the support team if any ports are blocked. Does anyone know a way of testing a servers ports, if this is even necessary of course ! can anyone explain the typical server requirements to send e-mail using PHP, i assume port 25 must be open and the server must accept SMTP. Forgive me for asking a dumb question but I take it that i cannot test the mail() function from my testing apache server installed on my local PC ? Also you will have noticed that i have a yahoo e-mail address, would i have to make any changes to my account to get this working ?? its only a standard free e-mail account.
View Replies !
Sending Mail To Hotmail Using The Mail() Function
I have been doing some research into how to send mail to a Hotmail address using the mail() function provided in PHP, in previous posts I may have been wrong in mentioning that you need to add your mail server to the hotmail PostMaster website using Smart Network Data Services (SNDS), after doing some research I have found that in order to send e-mail to a Hotmail address you need to add/ask your host to add an SPF record to your domain. What is SPF? Well, SPF is a protocol used to eliminate forged e-mails, much like SSL certificates help eliminate phising websites. Microsoft use the SPF record against the SenderID Framework that they have in place. How do I go about obtaining an SPF Record? Easy! use the Microsoft wizard found at: http://www.microsoft.com/mscorp/safety/content/technologies/senderid/wizard/ to generate a unique SPF record for your domain, then add it to your DNS server, or ask your web host to do this. I manage my own DNS server, how do I add an SPF record to a domain? To begin, open the DNS MMC from the Administrative Tools menu of your Windows Server 2003 system. Next, find the domain that will host the SPF DNS lookup record. Highlight the folder for the domain, and select Other New Records from the Action menu. You can also access this menu by right-clicking the domain folder. The resource Record Type dialog box will be displayed. From the Select a Resource Record Type area of the screen, scroll down the list and select Text (TXT) from the list. Click Create Record. This will bring up the New Resource Record dialog box to appear. This is where you paste the SPF record generated by the above website ---------------------------------------------------------------------------------------------------------------------------------- I hope this helps, I have tried it myself and e-mails went straight to my inbox (not junk mail). Would also appreciate feedback if this works for other providers such as Yahoo! etc as I have not tried it with them Give me your feedback on how it works for you, also if it works possibly make this thread sticky as I'm sure it will resolve many problems for people out there who are denying access to people who have public email addresses.
View Replies !
Mail() Function Doesn't Seem To Be Sending MAIL FROM: Properly
I'm trying to send an email using the mail() function. I've carefully made use of the ini_set(SMTP, "mail.my.server") function to set my SMTP server and also to set my From: address. I'm still getting a "Relaying not explicitly allowed: fakeemail@fakedomain.com" response from the server however, when I try and set a recipient who is outside of my own domain. This makes my think that the From: address is somehow not getting sent to my server properly or that I'm pointing at the wrong server. The confounding thing is that it was working for a while and I don't think I changed anything and it just stopped. I'm running these PHP pages for a client off of one of those cheap hosting services, I think it's called 1dollarhost.com or something, although I can't remember at the moment. Has anyone else had trouble with this or found a solution?
View Replies !
PHP SMTP E-Mail Almost Working
I wrote a PHP function to talk to SMTP servers directly and it works, it sends the message out. The problem I have is that gmail.com will show Unknown sender. As far as I can tell gmail reports the sender by the "Reply-To" field. I have been looking for information on how to get Reply-To to work but I'm not successful. Any Ideas. I tried: telnet localhost 25 HELO test.com MAIL FROM: <me@...> RCPT TO: <me@...> REPLY-TO: <me@...> Server Resp for last command "221 2.7.0 Error: I can break rules, too. Goodbye."
View Replies !
Mail() Not Working On Cpanel
I use the mail() function in all my contact forms and it obviously comes with a few commercial and free scripts I have. I currently have two paid hosting accounts because I can't seem to do everything I need on just one account, which is a pain. The problem I am having is that the mail() function works on one of my hosts but not on the other. The host that it didn't work with said that they couldn't find a problem. Anyway, I dumped that host and went to another with a simular setup and the same thing. The mail() will not work: Here are the three servers I use (used) Linux with Ensim - mail() works Linux with Cpanel 6 - mail() Does not work Linux with CpanelX - mail() Does not work Can the problem be with safe mode? Or something else? Here is a sample of a contact form I use, the SiteEmail is defined in a common variables file: PHP Code:
View Replies !
Mail() From: Headers Not Working
i have a couple scripts on my site that send emails, and they've all been working for months with no problems. all of a sudden the from headers aren't working, so the messages all come from the server (texasnee@web012.ahp01.lax.affinity.com) instead of the address specified. i haven't changed anything in the scripts and i didn't (knowingly) make any changes to the server....
View Replies !
Mail() And Ssmtp Not Working
So, we're avoiding using sendmail for obvious security reasons on a highly secured FreeBSD box. However, we need to get mail out of that box to an SMTP relay server. So, we heard about ssmtp, which is a sendmail emulator. Well, this works great from the command line, can send emails to the relay server just fine. however, we haven't been able to get it to work with the basic PHP mail() function. Can anyone tell me if they've gotten ssmtp to work with PHP's mail() function?
View Replies !
Mail Partially Working
My mail() function since stopped working as of 7/26. I can still send mail to addresses in my domain, but when i send anthing out to my domain (i.e) at yahoo or hotmail, the email never arrives. Any ideas? i made a basic script, but only the middle address gets the email. any ideas <?php $to = "myaddress@yahoo.com, someone@mydomain.com, myaddress@hotmail.com"; $subject = "Test mail from production"; $message = "Hello! This is a simple email message."; $from = "khanh"; $headers = "From: $from"; $ok = @mail($to,$subject,$message,$headers); if($ok){ echo "Mail Sent."; } ?>
View Replies !
|