Re: Bulk Email

Actions

From Jan 18, 2010 9:48 PM

Are you sending email from code?  If so, you only need Javamail + an
MTA like Postfix (James might actually work here too).

SubEtha is a mailing list server - great if you need mailing lists
that users can subscribe (and unsubscribe) to of their own accord.
Takes email in and sends it out to many others as appropriate.
Typically used for hosting discussion lists.

If you need to receive email and process it in some manner other than
sending it out to a mailing list, you can use the SubEthaSMTP library,
which was split off from SubEtha.

Jeff

On Mon, Jan 18, 2010 at 9:26 PM, Nitin Gupta <nitingupta183@gmail.com> wrote:
> Thanks Jeff,
>
> As of now our needs are just to send out the emails. In near future, we
> would also need the mails coming inside our application.
>
> I think to support these kinds of loads we definitely to setup our own mail
> server with some MTA like Sendmail or Postfix.
>
> What would you suggest for this? Subetha, James or some other solution. Of
> course reading the Subetha's home page it seems it is the best fit but all
> the documentation I read, indicates that this solution can be used for
> incoming emails. In my case I need to send out the mails.
>
> So broadly here is what I need:
>
> My APP ----> SMTP Server  ----> MTA -----> Mails going out.
>
>
> Rgds
> nitin
>
> -----Original Message-----
> From: users@subethamail.org [mailto:users@subethamail.org] On Behalf Of Jeff
> Schnitzer
> Sent: Tuesday, January 19, 2010 12:26 AM
> To: users@subethamail.org
> Subject: Re: Bulk Email
>
> Why not just use JavaMail straight-up?  Doesn't sound like you need
> SubEtha's list management interface.
>
> Keep in mind that SubEtha itself is not an MTA and relies on an
> external MTA like Postfix to actually deliver mail to individuals.
> SubEtha will happily push 10k emails out, if that's what you're
> wondering.
>
> Jeff
>
> On Mon, Jan 18, 2010 at 7:09 AM, Nitin Gupta <nitingupta183@gmail.com>
> wrote:
>> Hi All.
>>
>>
>>
>> I am writing a web based application in which one module has the email
>> campaign support. In this support, users can send out as many as 10K
> emails
>> in one session.
>>
>>
>>
>> I am looking for a SMTP server, either hosted or installable, with which I
>> can achevie this kind of throughput. Please suggest me what are the best
>> options available.
>>
>>
>>
>> In production, currently I have 1 multi-core CentOS box which already has
>> Tomcat & MySQL running.
>>
>>
>>
>> Rgds
>>
>> Nitin
>>
>>
>>
>>
>>
>> _______________________________________________
>> SubEtha Users mailing list
>> users@subethamail.org
>> http://www.subethamail.org/se/list/users
>> http://www.subethamail.org/se/archive_msg.jsp?msgId=58565
>>
> _______________________________________________
> SubEtha Users mailing list
> users@subethamail.org
> http://www.subethamail.org/se/list/users
> http://www.subethamail.org/se/archive_msg.jsp?msgId=58571
>
> _______________________________________________
> SubEtha Users mailing list
> users@subethamail.org
> http://www.subethamail.org/se/list/users
> http://www.subethamail.org/se/archive_msg.jsp?msgId=58601
>

Thread History