users
[Top] [All Lists]

Re: [cinjug-users] embedded SMTP server

To: "Abdul Habra" <ahabra@xxxxxxxxx>
Subject: Re: [cinjug-users] embedded SMTP server
From: jf <jfister@xxxxxxxxx>
Date: Thu, 30 Aug 2007 22:22:20 -0400
Cc: CinJug <users@xxxxxxxxxx>
Delivered-to: mailing list users@xxxxxxxxxx
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZDOnWFivEOVujVzqwaG1XRsEbMl4LXVzQkn7pM4cFyRA6P7sACTdV4oygMJhWKQRZdF4W2GV3hh0Op7w/AGNiuQDr12hD6J34LVacJdcZ2EaPnFOsO8704QIKRQgdiGADcIod3ruXJ5YkSzZOp/ePo3AK+CgeuY/PjX8rkmP0qk=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NWItk6fGLEgaI707Fgz9RjrENkdJF7S4gomCfz/HEH8O1LvHz/UX2mgLWBhPmGXj7OQySK1cSLc1Hk0d8jCCINcVTQm4GIvD3wDuIQe/1eAOmhZ9G6KOw0HBv51WS2vzvgTyNm0180RgKa69dtKLKQcnCGyw/50e3Q0Ix6r/NQk=
In-reply-to: <270603.57724.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
Mailing-list: contact users-help@xxxxxxxxxx; run by ezmlm
References: <270603.57724.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
Have you considered using a 3rd party SMTP company such as webmail.us?
 Or, here's another I found right away that allows 10,000 emails per
month for less than $20/month:

http://www.authsmtp.com/auth-smtp/pricing.html

Another idea is to get a cheap VPS, which will have sendmail (or
equivalent) running already.

Good luck!



On 8/30/07, Abdul Habra <ahabra@xxxxxxxxx> wrote:
> I am looking for an embedded SMTP server. Any suggestions?
>
> What I am trying to do is to send emails to a bunch of recipients (~ 5000)
> similar to spam, but legit, not spam. The list of users is stored in a db
> table.
> Most of ISP hosting services I checked block this type, or require me to pay
> a lot of $.
>
> I thought if I can write a program that embeds an SMTP server on my local
> machine, and use it to send, it may work.
>
> I am aware of Apache James, but it runs as a server process, and I prefer to
> embed the SMTP server just while my app is running. James seems the best
> option so far.
>
> Any ideas?
>
> Thank You,
> Abdul Habra
>
>  ________________________________
> Park yourself in front of a world of choices in alternative vehicles.
> Visit the Yahoo! Auto Green Center.

<Prev in Thread] Current Thread [Next in Thread>