Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

Ezilon Directory   World's Leading Outsourcing Network   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 12-25-2005, 09:57 PM   #1 (permalink)
Inactive
 
Join Date: 05-03-05
Location: www.VietBright.com
Posts: 22
iTrader: 0 / 0%
Latest Blog:
None

cuongdm is on the right pathcuongdm is on the right path
Send a message via Yahoo to cuongdm
Question need help: trouble with mail function....

hi guys,
i use function mail() from my website but it doesn't work as i expected.... emails (verification emails when people register) always go to BULK mail (Yahoo acc) at the first time, if i check to "Not Spam" the next time it will go to Inbox as i want... BUT, sure people don't have the will to find my emails in BULK and do like i did...
I have another email acc that checked by OE, emails from my site can't go to this acc either....
how can i do now?
-------------
thanks for any comments?
cuongdm is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 12-25-2005, 10:14 PM   #2 (permalink)
Inactive
 
insitedev's Avatar
 
Join Date: 12-14-04
Posts: 108
iTrader: 0 / 0%
Latest Blog:
None

insitedev is liked by somebodyinsitedev is liked by somebodyinsitedev is liked by somebodyinsitedev is liked by somebody
It could be that you are sending e-mails listed from a domain known for sending bulk email / spam. It could also be that the content of the message had enough keywords in it to rank it as spam / unsolicited bulk email.

Try changing the wording of the message and see if it goes through. If that doesn't work, you could try faking the e-mail headers to be from another domain.

I'm guessing that it is probably the keywords though.
insitedev is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-25-2005, 10:19 PM   #3 (permalink)
Possible Terrorist
 
kwvarga's Avatar
 
Join Date: 10-13-03
Location: Tuscaloosa, AL or Atlanta
Posts: 4,904
iTrader: 0 / 0%
Latest Blog:
A+ Certification

kwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web pro
Send a message via AIM to kwvarga
Actually, it was probably the fact you do not have correct headers

From http://php.net/mail
Code:
<? // if you have a problem same spam enginie or hotmail use these // sample headers.( mail your friends, maili you.) $headers=""; $headers .= "X-Sender: $mail <$mail>\n"; // $headers .="From: $maili <$maili>\n"; $headers .= "Reply-To: $maili <$maili>\n"; $headers .= "Date: ".date("r")."\n"; $headers .= "Message-ID: <".date("YmdHis")."selman@".$_SERVER['SERVER_NAME'].">\n"; $headers .= "Subject: $subject\n"; // subject write here $headers .= "Return-Path: $maili <$maili>\n"; $headers .= "Delivered-to: $maili <$maili>\n"; $headers .= "MIME-Version: 1.0\n"; $headers .= "Content-type: text/html;charset=ISO-8859-9\n"; $headers .= "X-Priority: 1\n"; $headers .= "Importance: High\n"; $headers .= "X-MSMail-Priority: High\n"; $headers .= "X-Mailer: SelmanD Mailler With PHP!\n"; ?>
__________________
Kyle Varga
"m3lt/theSpear"
student, web designer/coder, future IT consultant
Experience: PHP/MySQL, Java, C++, MS-SQL
kwvarga is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-25-2005, 10:49 PM   #4 (permalink)
Inactive
 
Join Date: 05-03-05
Location: www.VietBright.com
Posts: 22
iTrader: 0 / 0%
Latest Blog:
None

cuongdm is on the right pathcuongdm is on the right path
Send a message via Yahoo to cuongdm
thank guys, will try with the full headers now...
cuongdm is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help with Wordpress import function EBORG9 Blogging Forum 20 04-16-2007 07:20 PM
function SymError GoldDust Coding Forum 3 02-25-2004 07:19 AM
CSS Function Reference Leader of Men Coding Forum 4 02-03-2004 01:11 PM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 04:51 AM.
© Copyright 2008 V7 Inc