| Computers & Internet For all those computer related discussions. |
08-02-2007, 10:25 AM
|
#1 (permalink)
|
|
Contributing Member
Join Date: 07-25-07
Posts: 74
Latest Blog: None
|
How can you send emails to thousands of people
Is there any software to send emails to yhousands of people ?
Nic
|
|
|
08-02-2007, 02:03 PM
|
#2 (permalink)
|
|
Contributing Member
Join Date: 10-17-03
Location: K-Max Media HQ
Posts: 124
Latest Blog: None
|
Look up "mailing list software" on search engines.
|
|
|
08-02-2007, 06:34 PM
|
#3 (permalink)
|
|
Contributing Member
Join Date: 03-23-07
Location: Ireland
Posts: 557
|
Thousand of people!
Well, it's possible if you own (or lease) a server, which allows you to designate the number of people in your mailing list.
|
|
|
08-02-2007, 08:11 PM
|
#4 (permalink)
|
|
Inactive
Join Date: 05-20-07
Posts: 41
|
try to search it,
hope you will find your answer
__________________
hahahaha.....
|
|
|
08-03-2007, 09:32 AM
|
#5 (permalink)
|
|
v7n Mentor
Join Date: 11-01-06
Posts: 3,612
|
Hmmm... what is the fine line between this and spam? Are these people you know or people you're trying to sell things?
The spam companies have all the answers on this one. Oiy!
|
|
|
08-03-2007, 10:54 AM
|
#6 (permalink)
|
|
Contributing Member
Join Date: 08-01-07
Posts: 809
|
i believe thats what they call spam.. desperate tactic..
|
|
|
08-04-2007, 07:18 PM
|
#7 (permalink)
|
|
Contributing Member
Join Date: 06-30-07
Posts: 331
|
You can join a site called 'Listbandit' then you can build a targeted list, its not spam and you'll have a better conversion rate.
|
|
|
08-07-2007, 03:51 AM
|
#8 (permalink)
|
|
Banned
Join Date: 12-09-06
Posts: 306
|
if you send email to 1000 ppl @ a slot...dnt you think mailing services like yahoo,msn n google..will the id to bulk ?
|
|
|
08-07-2007, 08:05 AM
|
#9 (permalink)
|
|
Inactive
Join Date: 06-11-07
Posts: 439
|
Make your own software.It's pretty simple really 
|
|
|
08-07-2007, 10:48 AM
|
#10 (permalink)
|
|
Inactive
Join Date: 05-11-07
Posts: 21
Latest Blog: None
|
PHP Code:
<?php //MySQL Connect
$result = mysql_query("SELECT * FROM `email_list` WHERE 1"); $subject = 'the subject'; $message = 'hello'; $headers = 'From: webmaster@example.com' . "\r\n" . 'Reply-To: webmaster@example.com' . "\r\n" . 'X-Mailer: PHP/' . phpversion();
while ($row = mysql_fetch_array( $result) { mail($row['to'], $subject , $message, $headers); }
?>
Wow that was easy....
Last edited by MykeXero : 08-07-2007 at 10:49 AM.
Reason: i love couch
|
|
|
08-08-2007, 07:27 AM
|
#11 (permalink)
|
|
Member
Join Date: 08-05-07
Posts: 40
Latest Blog: None
|
Quote:
Originally Posted by MykeXero
PHP Code:
<?php
//MySQL Connect
$result = mysql_query("SELECT * FROM `email_list` WHERE 1");
$subject = 'the subject';
$message = 'hello';
$headers = 'From: webmaster@example.com' . "\r\n" .
'Reply-To: webmaster@example.com' . "\r\n" .
'X-Mailer: PHP/' . phpversion();
while ($row = mysql_fetch_array( $result)
{
mail($row['to'], $subject , $message, $headers);
}
?>
Wow that was easy....
|
Thankz a lot.This only needs a MySql DB with the mail list.

|
|
|
08-08-2007, 11:58 PM
|
#12 (permalink)
|
|
Contributing Member
Join Date: 03-23-07
Location: Ireland
Posts: 557
|
This definitely will come very helpful! GREAT piece of source, MykeXero.
|
|
|
08-09-2007, 06:22 AM
|
#13 (permalink)
|
|
Human Tripod
Join Date: 01-15-06
Location: WEBTALKFORUMS.COM
Posts: 9,980
|
Quote:
Originally Posted by nicesurf
Is there any software to send emails to yhousands of people ?
Nic
|
Post your e-mail address here and you'll eventually get thousands of people e-mailing you. 
Why go to all the trouble of doing the mailings yourself? 
|
|
|
08-09-2007, 10:45 AM
|
#14 (permalink)
|
|
Contributing Member
Join Date: 08-08-07
Location: World Wide Web
Posts: 1,137
Latest Blog: None
|
very nice PHP coding MykeXero, thanks! 
|
|
|
08-11-2007, 08:43 AM
|
#15 (permalink)
|
|
Contributing Member
Join Date: 07-27-07
Location: delhi
Posts: 73
Latest Blog: None
|
I got a message under the spam category in my mail in march. I don't know what the website or the person called Wandy larson says is true or not, I haven't checked it. I am posting here the original message:-
From: "Wandy larson" <wandy1875@gmail.com>
Date: Wed, 14 Mar 2007 16:15:52 +0500
Subject: we added more 24,000 emails of webmasters
Now 59,000 webmasters email list.
Its update 13 March 2007
we have added 24,000 email list.
Buy now and earn big money with these email lists
-
Regards
wandy
Last edited by chicgeek : 08-11-2007 at 09:09 AM.
|
|
|
08-15-2007, 10:09 AM
|
#16 (permalink)
|
|
Inactive
Join Date: 06-14-07
Posts: 71
Latest Blog: None
|
Quote:
|
at is the fine line between this and spam?
|
No fine line..
Wow lets all help someone spam.. WTF
|
|
|
08-18-2007, 10:36 AM
|
#17 (permalink)
|
|
Inactive
Join Date: 07-01-07
Posts: 161
|
Yeah, spam can make a lot of money though, although we all hate it.
Thanks for the code, I will use it myself.
|
|
|
09-12-2007, 03:26 AM
|
#18 (permalink)
|
|
Junior Member
Join Date: 09-10-07
Posts: 23
Latest Blog: None
|
aweber . I guess may be u r looking for autoresponder. If not , i cant help you , as this will be regarded as spam.
|
|
|
09-12-2007, 11:29 AM
|
#19 (permalink)
|
|
Contributing Member
Join Date: 08-08-07
Location: World Wide Web
Posts: 1,137
Latest Blog: None
|
IMO, generating a targetted email list from your own efforts would do just great. Don't buy out thousands of them - cause normally these emails are so fed up with spam mails that they might just consider your email as spam as well, lols. Also make the email very informative as possible, something very catchy and concise, something that would really entice them to visit your site. 
|
|
|
09-12-2007, 11:44 AM
|
#20 (permalink)
|
|
v7n Mentor
Join Date: 08-31-07
Location: Germany (chatrooms/ forums)
Posts: 3,828
Latest Blog: None
|
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -7. The time now is 05:41 AM.
© Copyright 2008 V7 Inc
|