mailing-list

Is the m2eclipse mailing list being managed?

Hi, I tried to subscribe to the m2eclipse mailing list by sending an email to [email protected] but it never sent me back any confirmation email. I sent an email to [email protected] asking if the mailing list was still running a couple of weeks ago and haven't received any response back to that either. Then I foun...

PHP library for managing mailing list

We have a web app that we are selling to clients. We have it running on a web host. This web host has TOS for doing mailings, and has requirements like unsubscribing after five bouncebacks. We are going to comply fully with CAN SPAM and the web host's TOS. Part of the app's functionality is that our client's customers can sign up for a ...

Android discussion board

Is there any good and often visited developer Android discussion board? I saw that the Google has just an mailing list... ...

Can I use Mailing list for this task?

I have a web app installed on many different platforms(different versions, different servers). What I want to accomplish: all team members mush receive email notification from any of these servers with some messages(exceptions, important messages etc) How can I do that? I'm afraid that I don't quite understand what does "Mailing list"...

batch email send with response

I want to send out batch mails using SwiftMail or any similar system. The SwiftMailer docs state that: "Each recipient of the messages receives a different copy with only their own email address on the To: field. An integer is returned which includes the number of successful recipients." http://swiftmailer.org/docs/batchsend-method I ...

gmail username syntax method for spam prevention

hi all, i'm very aware that this is probably not a stackoverflow question, but i figure someone here might know the answer... a few months back i was sent an image detailing a neat method for spam prevention using a little known feature of gmail.. basically you can use a specific syntax in your email address when you give it out to in...

Managing mailing list archives in Rails?

I was wondering if there was a gem for managing and archiving mails on a mailing list. Somewhat like railsarchive but with some additional features like categories likes and trending etc. If not, can somebody help me with the basic architecture? TIA ...

Are there limits to sending e-mails through GoDaddy hosting?

My friend tells me there's limits to sending automated e-mails from GoDaddy as compared to Yahoo. Is this true? Can someone point me in the right direction? I'm trying to port a site for my friend from yahoo to godaddy hosting and need to be able to send out her music shows every week to about 400 people. Thanks! ...

Implementing a moderated internal mailing list with Lotus Domino

Hi In Lotus Notes, I use Groups to implement "internal" mailing lists ("internal" because only users with Lotus Notes accounts can be member of the groups). Is there an easy way to moderate emails sent to this group? Let's say I have a group (everyone-in-the-office) and Alice sends an email to everyone-in-the-office. I would like mode...

adding an opt-out function to a mailing list application

I want to add the opt-out function to the clients who will receive the mails. I'm a php n00b, so the best way I could figure is to send them a link to a form, where they will write their email, so I can take it out of the database via a query when they submit it. Is there a more elegant way? How can I take the user out of the databas...

PHP: adding a timer

I'm creating a mailing list application. It will send 40 emails per hour due to the restrictions of the mailing service. How can I add the timer? ...

mailing lists - list of members is dynamically fetched from a mysql database

Hi, I've developed an information system that has currently about 60 members, from which I have e-mail information. My goal is to sort out a way of creating a list address like, for example, "[email protected]". Then, that e-mail address would work as a mailing list, i.e., if I send a mail to "[email protected]", every membe...

PHP Subscribers Mailing List

I need to create a mailing list for an Alumni site I am building. Below is how I'd ideally like the mailing list to function. The User The user would go to the website, enter their email address (and possibly First/Last name) into the field(s), click on the Subscribe button and then get a verification message (either via pop up, redirec...

How to send 100.000 emails weekly ??

On my blog, I have 100.000 subscribers and I want to send them an update email weekly. How can I do that with PHP ? ...