Jul 20, 2008

Requesting Php Mailing List Script - That isn't detected as Spam

Free Web Hosting, No Ads > CONTRIBUTE > Computers > Programming Languages > PHP Programming

free web hosting

Requesting Php Mailing List Script - That isn't detected as Spam

spy_charly
hello guys...i was looking for a script that sends mails to my frineds at once or to send like 50 mails at once and i saw that actually fantastico has a script already pre-installed, but it is not as good as i expected it would.

The mails are send as spam and that is not actually a good solution since many companies well ok hotmail deletes that kind of mails, and yahoo! send'em to the spam too. And i never could have the mailing list properly working.

So i would like to have a easier to use script and also that the mails host doesnt think it is all spam and something that could be awsome is to send fully html pages such as the ones i receive from macromedia
thanx in advance

Notice from jlhaslip:
modified topic and added description

Reply

warbird
I assume you use the PHP function mail(); ??? Your mail will probably end up in the BULK/SPAM folder since it doesn't say who send it. You just used this, didn't you?:

CODE
$to = "someone@somewhere.net";
$subject = "something";
$message = "Dear someone, this is a test of my mail script. Blablabla, blablabla.";

mail($to, $subject, $message)


You should add this header so the spamfilter sees who send it:

CODE
$header = "From: webmaster@" . $_SERVER['SERVER_NAME'] . "\r\n";


So you got this:

CODE
$to = "someone@somewhere.net";
$subject = "something";
$message = "Dear someone, this is a test of my mail script. Blablabla, blablabla.";
$header = "From: webmaster@" . $_SERVER['SERVER_NAME'] . "\r\n";

mail($to, $subject, $message, $header)


Hope this helps. Otherwise you just have to say to your friends that they have to whitelist your domain.

Regards,
Warbird.

 

 

 


Reply

rvalkass
I wrote a basic mailing list script years ago. I just tested it and it works perfectly on Trap 17. If you want a copy of it then email me or get me on MSN, all my details are in my profile here. It is only one file, but has basic verification, admin functions, user confirmation etc, and also has a simple installer. It currently has no visuals what so ever, as I never had time to create them, another project stopped me, but you could easily customise it to suit your site design.

As Warbird has said, many services don't accept emails if there is no sender, or if other header information is missing, so make sure you include everything.

Reply

kvkv
Hi rvalkass,

I am interested in your mailing list script. I want to know weather it handles mail sent to a group id or it is only a one way script where users can't send mails to list.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Similar Topics

Keywords : requesting, php, mailing, list, script, isnt, detected, spam

  1. Database Or Pdf
    Best way to list books on my site (1)
  2. Phpizabi Social Network Script
    (0)
    Hello everyone not been on for AGES! we had net problems and i had to move to qupis and now
    I've got problems. I'm making a social networking site using this script and I cant get it
    to install Everytime I go to the install page i get this QUOTE Warning: session_start() :
    open_basedir restriction in effect. File(/home/kasiks1/tmp) is not within the allowed path(s):
    (/home/karlos:/usr/lib/php:/usr/local/lib/php:/tmp) in
    /home/karlos/public_html/phpazi/install/index.php on line 1 Fatal error: session_start() : Failed
    to initialize storage module: file....
  3. How To Make A View New Post Script?
    (5)
    Ok so i'm still working on the forum software i posted about a while back, but I have no idea
    how to do this. I want to make a view new post script, as this is one of the main things that my
    forum software dose not have that all other forums have. so does any body have an idea on how i
    would do this? Thanks.....
  4. Recommended List Of Money Making Sites
    A list of 10 sites from which easy money can be made (0)
    I just want to let everyone know I have updated my list of money making websites and in my opinion
    the 10 listed are the most reliable and honest money making sites that are free to join available.
    Please review this blog and let me know what you think http://makeeasymoney247.blogspot.com ....
  5. Please Can You Review My Blog
    List of recommended sites for making money online (3)
    I am currently in the process of constructing a list of the best sites through which to make money
    online and would like people to take a look at the sites I have added so far. I am obviously still a
    long way of completing it but just wondering whether people think it is a good site / idea
    http://makeeasymoney247.blogspot.com Also if you have not yet signed up to ClixSense I would
    highly recommend it. You can join for free but you are better of paying the small $10 yearly
    membership fee as this will bring you a ton more paid adverts - more than any other site I ....
  6. Arrays And List Boxes
    VB6 Codes needed (2)
    Hello Guys, I am working on an application. It is such that there are 2 list boxes or combo boxes.
    One is Labeled Departure and the other is labeled Destination. The boxes contain various states in
    America and each state has its unique feature of distances. The difference of the distances has to
    be reflected on a label. Where I need help is a code to execute the contents of the array into
    values For instance: Option Explicit Private Type Stateinfo statedeparture as integer
    stateDestination as integer TotalDistance as integer End Type Dim StateDistance ....
  7. Guessing Php Script
    (0)
    I am looking for: freeware php quess the person in the photo game script....
  8. Strange Isn't It...
    (0)
    Website: Warning: If you are an ardent lover of animals, you may find this video extremely
    disturbing. Viewer discretion is advised. If not wishing to see the video, synopsis of the video is
    provided below the link. http://www.tosspuppy.com/ Strange isn't it...how cruel a person
    can be? How violence and war can turn the goodest of people into monsters? For people who
    didn't see the video (and don't want to see the video), it shows two disgraceful American
    soldiers from the United States Marine Corps throwing a white-black puppy into a valley. The....
  9. How To Make An Ultimate Game List.
    If you're making a site on video games or such. (0)
    Hello. I am BuBBaG. You can call me Bubba for short. I'm going to show you how to make an
    Ultimate Game List. First off, we need to make a database, we are going to call this database
    `my_db`, leave out the `'s. Inside that database we will need to create a table
    called `ugl'(Ultimate Game List, duh). To make the table, simply enter this in the Syntax.
    CODE CREATE TABLE ugl ( System char(50), Game char(50), ) In the
    above code, it is stating we are creating a table called ugl, with two columns, System, and Gam....
  10. Webmail Server Script
    (2)
    Hi Guys! A friend of mine came to me asking me to help him write code for his server so that
    his clients can go on his site and create a webmail account. I told him I'm not a programmer but
    I googled the subject. I ran into SquirrelMail and was impressed with what it could do. Going
    through the documentation I saw this QUOTE There are only two requirements for SquirrelMail:
    A web server with PHP installed. PHP needs to be at least 4.1.0. Access to an IMAP server which
    supports IMAP 4 rev 1. I have php5 running on my XPproSP3 but I don't know....
  11. Posts To Mailing List Are Blocked
    Every post to the mailing list returns a Delivery failure notice. (1)
    The mailing list appears to be intact but every attempt to post to it receives a Delivery failure
    notice. Here are 2 examples from 2 different emails. QUOTE
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ---------------------------------EXAMPLE
    NOTICE #1--------------------------------------
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> This is an automatically generated Delivery
    Status Notification Delivery to the following recipient failed permanently:
    future@renaissance.trap17.com Technical details of permanent failure: PERM_FAILURE: Gm....
  12. Haha, This Isn't My Rant, But It's A Very Good One
    (4)
    i've been reading this blog for a while and i always sympathize with the writers feelings and
    feel as tho thats how my own life is, check this one out from christmas 2007: QUOTE December
    19, 2007 Merry Christmas Hi Everyone, I know I said this blog was closed, but I just thought I
    would do a posting. It is the Christmas time of year again, so I thought I would write a message.
    2007 has been a tough year for me, so I am going to be happy to see the end of it. Not for any one
    reason, just for a lot of reasons, none of which I will write about. I just wanted to w....
  13. Can Anyone List Some Good Urls For Photoshop Brushes?
    (5)
    I've been dying to find some good brushes. But all the ones I can find are on deviantart.com but
    they aren't exactly what I'm looking for. I'm looking for different types of brushes
    like brand types, peace signs, flowers and stars. Do you guys know any other good sites where I can
    find these brushes? Thank You So Much! If you want, you can help post some sites for other
    types of brushes that you enjoy using!....
  14. List Of Free Directories To Submit Your Websites
    (7)
    Hi: Submission in free directories is a world-known way to increase ranking and traffic. But most
    of you don't know a good source of that list of directories. Here is a great source of free
    directories list . Just start submission in those directories in your free time, and see you
    ranking.......
  15. Need Help Installing Dolphin Community Script!
    (5)
    I'm not sure if this is the right place to post this but I really need help in installing the
    dolphin community script. I have absolutely no previous experience of scripts or programming. I
    would really appreciate if someone could walk me through it step-by-step, or even do it for me by
    logging into my cpanel. I have tried to install it my self but I'm a little confused. I'm
    sure it won't take very long at all for someone who has done this before.....
  16. 157 Of The Best Free Software On The Net
    Freeware Software List (7)
    I nearly had a heart attack when I saw this e-magazine (PC Magazine) on a website that will remain
    nameless just because of the nature of this website. Anyway with my wonderful pdf extracting skills
    I cut the pages down, and if all goes well the links to the original article should still work. So
    what kind of software are we talking about well I put it like this you might already have them,
    software covers Operating Systems, Antivirus/Anti-Malware, Firewalls, Security, Finance, Office,
    Calendar/PIMs, Backup/Sync, App Launchers, Utilities, Downloads, Interface Enhanceme....
  17. Auto-delete Your Spam In Gmail
    finally, get rid of all that spam! (15)
    i have been using gmail for quite a while, and have always hated hotmail. i hate it now more than
    ever now that it is 'windows live mail'. however, there has always been something about
    gmail that bugs me: how on earth do i get rid of all that spam? i mean, doesn't it ever bug you
    when you have 3 new messages in your inbox, and then 56 bits of spam? and then you have to manually
    head to the spam folder, and delete them all? i know gmail offer you a lot of space and i know the
    spam messages get deleted after 30 days, but for me it is a phsychological thing: i....
  18. Loaing Script
    (3)
    hello, I'm looking for a preloader script for my site. like it will display an loading
    image while the site is loading and the once the page has loaded the image will disapear. i tryed
    searching for one on google but i could not find one, i think i searched for the worng thing. if
    some one knows how to make one or where i can find one that would be great. Thanks....
  19. Invite Script..
    (2)
    I didn't know where else to put it /sad.gif" style="vertical-align:middle" emoid=":("
    border="0" alt="sad.gif" /> If moderators find another forum more suitable plz move this one
    /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> I am looking
    for some sort of sript or program that let's people on your website invite friends. Like they
    put in their Emailadress and mails are send to everyone in their list.. I hope someone can help me
    /sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> Greetzz....
  20. Background Image Swap Script
    Change a Background Image based on clock time (15)
    Background Image Changer Script To swap the background image from your CSS file according to the
    Server Clock Time. 1.) In your CSS file, add the following rule: CODE body {
        background: url(time.png); } 2.) Create a "folder" named time.png. 3.) Into the
    folder, place three images named morning.png, day.png, night.png. 4.) Also, in the same folder,
    create an index.php file and copy/paste the following script. CODE <?php $hour =
    date('H'); if ($hour < 12 ) {     $image =
    "morning.png"; } ....
  21. Html Code Tester. Online Script
    (15)
    Yes, yes. I have another script that I have written and I am distributing. I am not entirely sure if
    this works. I have not tested it yet, but I will later and post back with a demo and fix it up.
    Current script: CODE <?php //Save this as something like htmltest.php function
    CheckForm() { $html_unsafe=$_POST['code']; //Gives us our user
    input $html_safe=str_replace("<?php"," ",$html_unsafe);
    //Starts security measures $html_safe=str_replace("?>","
    ",$html_sa....
  22. Speed Up Your Internet Explorer Fast As Firefox
    Internet Explorer isn't slow (17)
    This is s little tip that you can make your Internet Explorer browser can run fast as Firefox
    browser. You can make it by following the step by step below step 1: first you go to start menu
    and then choose run. step2: After you choose run,it appears a little box,then you can type regedit.
    step3:Find the key that you need by following this HKEY_CURRENT_USER \ Software \
    Microsoft \ Windows \ CurrentVersion \ InternetSettings step4:On the right box,right
    click and choose new ,then continue choose DWORD Value step5:type into the box : MaxConnec....
  23. The Reason Why People Get Drunk?
    Isn't there a 1,000,000 other things you can do? (33)
    OK i'm not talking about having a glass of wine a dinner. I'm also not talking about people
    who have drinking problems. I'm talking about why do people decide to get drunk for fun?
    Don't call me a prude cause i have drank before and even gotten into trouble at school for it. I
    did all of those because it was "cool" I have never understood why people just decide to get drunk
    though. One of my friends that comes over and is also one of the the main person in the O&J
    Productions crew (http://ojproductions.net my site) Always goes," we should get wasted ton....
  24. Watermark Your Image With Simple Php Script
    found it on the net (34)
    This script was found on the net http://tips-scripts.com/?tip=watermark#tip B&T's Tips &
    Scripts site. Just in case the site may not show, I will include the code here: List of things
    needed: 1. your image in any format 2. watermark image--in gif format with transparent background 3.
    script below with name (i.e. watermark.php) CODE <?php // this script creates a watermarked
    image from an image file - can be a .jpg .gif or .png file // where watermark.gif is a mostly
    transparent gif image with the watermark - goes in the same directory as this script // ....
  25. A List Of Awesome Free Fps'
    (first person shooters) (29)
    Ok, so here's an awsome list of some free first person shooters that AREN'T CRAP. These are
    actually made by the pros. these are for all PC OSes. Wolfenstein - enemy territory Nexuiz
    America's Army- special forces Counter Strike edit: I'm dumb. Legends ....
  26. Problems With Outlook Express
    My email configuration isn't working (6)
    Does anyone have a clue as to why my outgoing email isn't working with Outlook express? I can
    get incoming mail, but I'm getting an error when I try to send email. I followed the
    configuration instructions, but it still isn't working correctly. I get an error everytime.....
  27. List GMail Giveaway
    (58)
    The following are people who are willing to giveaway their invites. If you need them, you can refer
    to this list: OrionLeingod = stoneddevil(at)gmail(dot)com Random = boomba.is(at)gmail(dot)com
    rmdort = rmdort(at)GMail(dot)com TWIXMIX = ryan.nielson(at)GMail(dot)com chakhei =
    peter4all(at)rediffmail(dot)com or PM him Afula = ivgenib(at)GMail(dot)com Bandit =
    bandit.mafiot(at)GMail(dot)com Emilin =emi.babe AT gmail DOT com nate9000 = nate9000 (AT) gmail
    (DOT) com gowron = paul(at)magielse(d0t)com Darthbob = therealdarthbob AT gmail DOT com TheStand
    = Bren....
  28. Free Weather Feed Script
    (1)
    If you are tired of providing your clients with weather feeds that take visitors off of their site
    or slam their site with ads, I finally found one after searching for hours. Here's a link to a
    FREE php script that pulls the feed directly from any airport in the world to your site. It is easy
    to customize and has simple, well documented installation instructions.
    http://www.mattsscripts.co.uk/mweather.htm hope you find it helpful... a good one for designers
    to archive as you will most likely need it some day for a client. Check out Matt's other free
    scripts....
  29. Php Quiz Script
    Make quizzes for your site. (20)
    Hello all, A little bit back I decided to make a quiz scriptjust out of no where lol. However it
    doesnt do anything special but I am going to make an email mod for it so that it will email results
    to your email address. So here is the basis of it. INSTRUCTIONS: Open a new page in your text
    editor and paste in the following code. CODE <?php $qid = "Quiz ID-00"; ?>
    <html> <head> <title><? echo "Gamers Pub $qid";
    ?></title> </head> <body> <p><h3><? echo "....
  30. Could Someone Make A Php Script For Me?
    Script to manage clans and players (3)
    Does someone know a script where you can 1. Add clans to a roster 2. Edit clans on a roster 3. Add
    players too a clan 4. Edit players 5. Schedule matches 6. Add clan Leaders to manage their own clan
    + members 7. Add members to edit their own information And maybe some sort of scoreboard integrated
    where you can put Wins, Draws and loses and that automaticly puts best clans on the top? If there
    isnt such a script could someone create 1 for me? (its for a league ^^)....

    1. Looking for requesting, php, mailing, list, script, isnt, detected, spam

Searching Video's for requesting, php, mailing, list, script, isnt, detected, spam
Similar
Database Or
Pdf - Best
way to list
books on my
site
Phpizabi
Social
Network
Script
How To Make
A View New
Post Script?
Recommended
List Of
Money Making
Sites - A
list of 10
sites from
which easy
money can be
made
Please Can
You Review
My Blog -
List of
recommended
sites for
making money
online
Arrays And
List Boxes -
VB6 Codes
needed
Guessing Php
Script
Strange
Isn't
It...
How To Make
An Ultimate
Game List. -
If
you're
making a
site on
video games
or such.
Webmail
Server
Script
Posts To
Mailing List
Are Blocked
- Every post
to the
mailing list
returns a
Delivery
failure
notice.
Haha, This
Isn't My
Rant, But
It's A
Very Good
One
Can Anyone
List Some
Good Urls
For
Photoshop
Brushes?
List Of Free
Directories
To Submit
Your
Websites
Need Help
Installing
Dolphin
Community
Script!
157 Of The
Best Free
Software On
The Net -
Freeware
Software
List
Auto-delete
Your Spam In
Gmail -
finally, get
rid of all
that
spam!
Loaing
Script
Invite
Script..
Background
Image Swap
Script -
Change a
Background
Image based
on clock
time
Html Code
Tester.
Online
Script
Speed Up
Your
Internet
Explorer
Fast As
Firefox -
Internet
Explorer
isn't
slow
The Reason
Why People
Get Drunk? -
Isn't
there a
1,000,000
other things
you can do?
Watermark
Your Image
With Simple
Php Script -
found it on
the net
A List Of
Awesome Free
Fps' -
(first
person
shooters)
Problems
With Outlook
Express - My
email
configuratio
n isn't
working
List GMail
Giveaway
Free Weather
Feed Script
Php Quiz
Script -
Make quizzes
for your
site.
Could
Someone Make
A Php Script
For Me? -
Script to
manage clans
and players
advertisement



Requesting Php Mailing List Script - That isn't detected as Spam



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE