Is there a way to add bulk email address to a newsletter?

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
3/18/2012 5:22:29 PM
Gravatar
Total Posts 165

Is there a way to add bulk email address to a newsletter?

A client just asked me if there a way to add bulk email address to a newsletter?  Because they are switching over to this system (mojoPortal hosted by me) and they want to transport those email address over.

I serached for this but was unable to locate, so I'm posting.

Thanks,

Mark

3/19/2012 9:58:56 AM
Gravatar
Total Posts 18439

Re: Is there a way to add bulk email address to a newsletter?

Hi Mark,

You'll need someone with database expertise that can import the data.

There is some code in our source code repository contributed by Stave Railsback of Colorado State U for importing. This will be available in the next release but it requires first formatting your data into a specific comma delimited format, it won't work with arbitrary data formats or files.

So either way some developer help is needed to either import from whatever format your data is directly into the database or else to format your data into something that matches what Steve implemented. Both are about equal in complexity in my opinion, but the second solution is only available after the next release so I'd say you are better off hiring a developer to figure out how to import your data. The relavent table is mp_LetterSubscribe

Hope that helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.