|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Mail problem
friends
am usng simple function mail(x,y,z) after registration mail going to gmail mail not going ot yahoomail,, why any idea thanks in advance |
|
#2
|
|||
|
|||
|
I had a lot of issues with the mail() function on some old sites I built. I am no expert, but there were security issues as the mail was sent 'unsigned/sent anonymously' or something. I now use authenticated mail via PEAR::mail and have had no issues since. Excuse the terminology if wrong, but I hope it makes sense nonetheless.
|
|
#3
|
||||
|
||||
|
I agree with dunc2die4; yet Yahoo, AOL and Hotmail often take long to display the emails in the end users' in-boxes. I've seen this problem many times with a multitude of applications. Also, make sure that the mails don't end up in a Bulk mail or Spam mail folder.
This will happen if you don't have SPF records for your domain name and you don't send any extra headers. For example, if you keep the X-Mailer header set to the PHP X-Mailer, you will often have your mail end up in a spam folder. All in all I'd say for professional mailing, the mail() function is adequate but only when you know exactly what you're doing.
__________________
Regards, Eddy Luten. Information: C, C++, STL, Boost, OpenMP, Scriptionary, Google Book of the moment: Reversing: Secrets of Reverse Engineering by Eldad Eilam This post and all subsequent posts by "Thr3ddy" are licensed under the Creative Commons Attribution United States License 3.0: attribute "Eddy Luten" for any code used which was extracted from "Thr3ddy's" posts. |
|
#4
|
|||
|
|||
|
Quote:
send the code for PEAR::mail function i am not hered this word before any where with example thanks in advance |
|
#5
|
||||
|
||||
|
Quote:
Um....huh? Rephrase please? If you are asking about Pear: Pear is a framework that PHP just loves. Here is the link to it.
__________________
Warning, the post above may contain extreme sarcasm, crude language, and code that may confuse amateurs and professionals. Helpful stuff: Google your question first | Read the rules | How to ask a question Sites: Philosophorum: "where even the trolls are smart" "A bad plan is one carved in stone" -- Publilius Syrus |
|
#6
|
||||
|
||||
|
Use this for sending mails
![]()
__________________
Planning is pain if the requirements are not clear -- mod_rewrite url saving application |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > PHP Development > Mail problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|