Search found 26 matches

by bhcuong2008
Tue Oct 07, 2014 8:06 am
Forum: Using OpenEMM
Topic: auto opt-out due to blacklist
Replies: 9
Views: 9180

Re: auto opt-out due to blacklist

I've experienced this.

If you put many emails into blacklist (via Import), when you sending out a mailing that its sending list contains these blacklisted emails, then the recipient's status is changed to "auto opt-out due to blacklist".
by bhcuong2008
Mon Oct 06, 2014 2:23 pm
Forum: Using OpenEMM
Topic: Blacklist with import not affect to recipient status
Replies: 1
Views: 3513

Blacklist with import not affect to recipient status

Hi, I've faced this issue. I use Import function for adding several hundreds of recipients to blacklist. The result in menu Recipient >> Blacklist is ok (meaning that data entries are inserted to table blacklist). But the status of recipients is not changed to blacklisted. Meanwhile, if adding email...
by bhcuong2008
Wed Jul 02, 2014 5:41 pm
Forum: Using OpenEMM
Topic: How to validate subscriber data before subscribing to a list
Replies: 1
Views: 3931

How to validate subscriber data before subscribing to a list

Hi, I take an example for simpler to understand my point. As we know, we can use this to subscribe user data directly http://rdir.de/form.do?agnCI=1&agnFN=en_soi_confirm&agnSUBSCRIBE=1&agnMAILINGLIST=1&FIRSTNAME=Test&Gender=0&EMAIL=test@example.com&MAILTYPE=1 Spammers or ...
by bhcuong2008
Mon Jun 16, 2014 11:32 am
Forum: Installation & Upgrades
Topic: Cannot compile OpenEMM; Spring framework is missing?
Replies: 7
Views: 10174

Re: Cannot compile OpenEMM; Spring framework is missing?

Hi ud,

It's successful :)

Thank you very much.
by bhcuong2008
Mon Jun 16, 2014 9:07 am
Forum: Installation & Upgrades
Topic: Cannot compile OpenEMM; Spring framework is missing?
Replies: 7
Views: 10174

Re: Cannot compile OpenEMM; Spring framework is missing?

Hi ud,

I follow your advice. I see just one occurrence defined in this file. And one definition in agn.h (line 139). What should I do next?

Here is my bav.i file,
https://drive.google.com/file/d/0B59EBc ... sp=sharing

Thank you.
by bhcuong2008
Sun Jun 15, 2014 8:58 am
Forum: Installation & Upgrades
Topic: Cannot compile OpenEMM; Spring framework is missing?
Replies: 7
Views: 10174

Re: Cannot compile OpenEMM; Spring framework is missing?

I compile OpenEMM 2013 R2, everything seems to be ok. But it occurs an issue as follow, === [exec] gcc -I../lib -I/home/oe/include -pthread -c -o bav.o bav.c [exec] In file included from bav.h:25:0, [exec] from bav.c:30: [exec] ../lib/agn.h:139:2: error: expected identifier before numeric constant [...
by bhcuong2008
Mon May 19, 2014 8:57 am
Forum: Development
Topic: how to add more methods to OpenEMM web service 2.0?
Replies: 5
Views: 12931

Re: how to add more methods to OpenEMM web service 2.0?

Hi maschoff, Let me explain my problem here. I want to have an automatic report on a given mailing list (the number of all recipients, active recipients, new added recipients,...binding to mailing list #4, #5,..). I'd like to use OpenEMM web service 2.0 for this task . In the user manual of web serv...
by bhcuong2008
Sat May 17, 2014 8:18 pm
Forum: Development
Topic: how to add more methods to OpenEMM web service 2.0?
Replies: 5
Views: 12931

Re: how to add more methods to OpenEMM web service 2.0?

Hi maschoff, Do you mention to file Webservice-API_2.0_EN_1.1.2.pdf? I've already read it, and tested some methods. However, it does not have method of getting stats on mailing list (how many active/bounced/unsubscribed/.. recipients?). So I want to develop a new method for this task (mailing list s...
by bhcuong2008
Thu May 15, 2014 4:42 pm
Forum: Suggestions
Topic: Suggestion for roadmap 2014
Replies: 0
Views: 9837

Suggestion for roadmap 2014

Hi, Today I'm happy to know that OpenEMM 2014 is progressing. http://www.openemm.org/servicemenu/roadmap.html I have some suggestions for this release. 1. It should have Search bar for mailing screen (such as recipient screen) 2. Service Email (script action) should have field "From" to sp...
by bhcuong2008
Thu May 15, 2014 4:20 pm
Forum: Using OpenEMM
Topic: use Velocity within mailing content?
Replies: 2
Views: 5033

Re: use Velocity within mailing content?

Thank Fatalin :) I know this feature and is using this. However, there are some small cases suitable for using template. It will make simpler to do. For example, if we want to use salutation in our mail, such as Sir / Madam, it will be simpler than using Target group. If using target group, we must ...
by bhcuong2008
Thu May 15, 2014 10:54 am
Forum: Development
Topic: Steps required to extend web services?
Replies: 4
Views: 12858

Re: Steps required to extend web services?

Do you have any progress in extending web services, adding more methods?
by bhcuong2008
Thu May 15, 2014 9:44 am
Forum: Development
Topic: how to add more methods to OpenEMM web service 2.0?
Replies: 5
Views: 12931

how to add more methods to OpenEMM web service 2.0?

Hi,

I want to add more methods to OpenEMM web service 2.0 to do stats on mailing list, or
to pass directly sql statement,...

OpenEMM does not have documents for OpenEMM web service development. I really need it

Please help me out!

Thank you very much.
by bhcuong2008
Thu May 15, 2014 8:24 am
Forum: Development
Topic: OpenEMM Python Client for WebServices 2.0
Replies: 5
Views: 13712

Re: OpenEMM Python Client for WebServices 2.0

I've just tested this client. It's really good. Thanks. I'd like to know how to convert Map returned by web service to Python data structure for easy access. For ex, after getting customerId, we use method GetSubscriber for more info about this subscriber. Result is a SOAP map data structure. I want...
by bhcuong2008
Wed May 14, 2014 6:07 pm
Forum: Using OpenEMM
Topic: complete mail report
Replies: 4
Views: 5491

Re: complete mail report

I see this post

https://forum.openemm.org/using-openemm ... c1442.html

It's helpful. I wonder how to integrate these stats into GUI. Is there any guide for adding these features to the core? I dont know
whether it's complex or not, but it's really interesting features.