473,395 Members | 1,581 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Why do PHP emails (that come from a PHP web site) go into the junk email inbox?

Why do PHP emails (that come from a PHP web site) go into the junk email
inbox?
Dec 21 '06 #1
4 1787

zorag schrieb:
Why do PHP emails (that come from a PHP web site) go into the junk email
inbox?
This has nothing to do with PHP in special, but more with email sent
from web-servers's in general.
Spam is a complex them. You mails may get marked as spam due to

- an odd content to whitespace/newline relation
- appearance of special word
- HTML (certain spam filters don't like HTML at all)
- and millions more reasons

Please review the archives, since a recent thread explained details.

Dec 21 '06 #2
zorag wrote:
Why do PHP emails (that come from a PHP web site) go into the junk email
inbox?
Probably better to ask whoever provides your e-mail filtering software.

--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact

Dec 21 '06 #3
On Thu, 21 Dec 2006 19:13:34 +0000, Toby Inkster wrote:
zorag wrote:
>Why do PHP emails (that come from a PHP web site) go into the junk email
inbox?

Probably better to ask whoever provides your e-mail filtering software.
And, PHP has nothing to do with it. Unless the web site has a
vulnerable PHP email script and spammers are pumping their sewage
through it. Even then, PHP has nothing to do with it. Poor PHP coding
practice(s) are the cause.

Jonesy
--
Marvin L Jones | jonz | W3DHJ | linux
38.24N 104.55W | @ config.com | Jonesy | OS/2
*** Killfiling google posts: <http//jonz.net/ng.htm>
Dec 21 '06 #4
Does the message that's in your junk mail box look like it's from one
of these?

From: <ap****@yourhost.com>
From: <no****@yourhost.com>
From: <ww*@yourhost.com>

When PHP sends an email using mail() function, your having the web
server user (Usually called "WWW" or "HTTP" or "NOBODY") send email on
your behalf. Lots of spammers do not setup their engines correctly,
and these are the common user names that are used when they start
sending out 1,000+ emails.

Read this carfully: http://us2.php.net/manual/en/function.mail.php
Pay close attention to Example 2

Hackajar
zorag wrote:
Why do PHP emails (that come from a PHP web site) go into the junk email
inbox?
Dec 25 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: jason | last post by:
Database: Access 2000 Host: Maximum ASP I am trying to work out the best way to send bulk email below the 1000 mark (about 800). I understand that I could either use ASPEmail or CDO although...
4
by: ItsMe | last post by:
Dear All, I'm getting junk email with around 140-150 kb almost everyday and it my mailbox is getting full and this emails are full of virus effected attachments. And I'm getting these emails...
4
by: Ecohouse | last post by:
I need to be able to access an Outlook folder and read each email and pull data from the email into tables in Access and move the email to another folder. I now about automation but am not sure...
0
by: Kun | last post by:
the code below outputs a string of emails (e.g. i would like to somehow send an email to everyone on the string of emails telling them 'thanks for emailing me' anyone know how to do this?...
1
by: Nick C | last post by:
Hi I am trying to import emails from a webserver. This code retrieves only 1 email. I also would like to save them into an xml file? thanks N Request =...
2
by: salad | last post by:
I have the following code. Dim Olapp As Object Dim Olmapi As Object Dim Olfolder As Object Set Olapp = GetObject(, "Outlook.Application") 'get reference Set Olmapi =...
4
by: =?Utf-8?B?c2FyYWg=?= | last post by:
can someone please help all my emails that wew in the inbox were accidently deleted, is there a way to get them back, i don't use outlook just the sky internet service online.
0
by: =?Utf-8?B?Q2hhcmxlcw==?= | last post by:
Like many people, I normally use Yahoo! Mail via the web and like to keep all my emails stored on the Yahoo! server. However sometimes I can’t get access to a PC/the web and I download my emails...
1
by: tim | last post by:
Hi, I have tried to make some code (with VB6) that will retrieve email from my personal email inbox. This works fine, but I need to read emails from a shared folder. I have goggled a lot but I...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.