I had no problems running a mail server when I had a ZoomTown static
IP address ($5 extra per month I think). However, my cable company
(Insight Communications in Northern Kentucky) gave "sticky" ip
addresses, which means they do give you the same IP address all the
time via DHCP, but it's still assigned out of a bank of dynamic IP
addresses as registered with the powers that be. So, when I tried it
while on cable, I got emails bounced back from some ISPs because my IP
address was registered as a dynamic IP address. Just thought I'd
share that. :)
On 8/30/07, Greg Williams <gregw@xxxxxxxxxxxxxxxx> wrote:
>
> Even if you find an embedded SMTP server, you'll still have an uphill
> battle. You'll be sending from your local machine, that most likely has
> either a NAT IP address or a dynamic IP address given to you by your local
> ISP. This is enough to make nearly all email servers reject your email.
> Additionally, they may do a reverse DNS lookup to see if your IP address
> matches the email domain you're sending from.
>
> Since the rise of SPAM, the email world has changed. Gone are the days of
> just anyone running an email server. Today, no self-respecting email server
> will accept email from you unless you're a legit email server. If any do,
> chances are the email server or the recipient is still running some sort of
> SPAM filtering software that will recognize your IP address as a NAT or
> dynamic IP address and flag it as SPAM before delivering it to the
> recipient.
>
> Greg Williams
>
>
> Abdul Habra 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.
|