PDA

View Full Version : Emailing program... I need one ASAP!!!



ReD.SkY
06-14-2006, 03:42 PM
I own a business... we have many custumers... maybe 500 or more email addresses

I need a program that can email a message to all of these people.

Gmail just isnt cutting it... it *claims* the format of one address is incorrect but its BS...


Please PM me the name of a Program and it would be awesome

ReD.SkY
06-14-2006, 06:16 PM
please dont nag for the doublepost/early bump...

but i NEED to send out an email tonight!!!

Saudi-X
06-14-2006, 06:49 PM
I Think Massmail Express 1.3.3.5
is good for you

Features:
1) Direct delivery support (Built-in SMTP Server).
2) Multi-threaded delivery support. Max 100 threads or 20 threads for every SMTP server.
3) Massmail Express support multi-smtp servers.
4) Both HTML and Text format support
5) Mailing Task Scheduling support. .
6) Support multi-attachments.
7) Automatically Hand Up or Shun Down computer when done.
8) Easy to send personalized message for each recipient.
9) Easier to learn and use.

http://wcarchive.cdrom.com/pub/simtelnet/win95/email/MassmailExpress.exe

uOpt
06-15-2006, 04:49 AM
for address in `cat mycustomers` ; do
echo Whats up | mails -s Test $address
done

ReD.SkY
06-15-2006, 04:17 PM
massmail has an exactly 50% failure rate.... tryedo send 260 emails... 130 worked ...

uOpt ? what are you talking about?

uOpt
06-15-2006, 04:20 PM
You don't need a fancy program if all you want is send mail to a bunch of people.

Of course you replace the body of the mail with what you need.

ReD.SkY
06-15-2006, 04:32 PM
You don't need a fancy program if all you want is send mail to a bunch of people.

Of course you replace the body of the mail with what you need.

how would i do it without a program?

details plz :)

uOpt
06-15-2006, 05:44 PM
The above loop will work on any default (halfway complete) installation of Linux or FreeBSD without installing anything in addition. Some MTA should be active, of course.

The commandline program "mail" takes a subject after the -s as a commandline argument and an email address for the recipient. You pipe in the body of the mail via stdin.

Compared to toy solutions sold for Windows it uses the MTA installed locally which means that:
It actually obeys the email protocols (rfc 821) which for some reason is too much to ask for from those try-n-error idiot writing most cheap commercial software
It goes through the whole list of backup MXes, retries and finally bounces, instead of executing from braindead delivery attempt "custom designed" (read: try'n'error)
You will have correct headers


There's nothing worse than somebody re-implementing something complicated in a naive way.

ReD.SkY
06-15-2006, 05:50 PM
umm... too complicated...

ive never used linux or freebsd

Torin
06-16-2006, 04:58 AM
Do you have an email server? Something with a reliable SMTP service?

ReD.SkY
06-16-2006, 01:06 PM
define reliable?

examples of email server?

computerpro3
06-24-2006, 05:24 PM
outlook????

ReD.SkY
06-24-2006, 05:26 PM
yah outlook works...

it ws my email server that was :banana::banana::banana::banana:ey