Search found 22 matches
- Wed Jun 17, 2020 7:13 am
- Forum: Bugs, bug fixes & releases
- Topic: OpenEMM 19/20: Generating online archive throws error
- Replies: 4
- Views: 8115
Re: OpenEMM 19/20: Generating online archive throws error
Hello svewap, maybe i can help. The agnUID is required to provide details for the archive action (e.g. mailing list, recipient). The agnUID can also be generated with ##AGNUID##, so your link would be like this: http://....../form.do?agnCI=1&agnFN=archive_overview&agnUID=##AGNUID## This link...
- Mon Sep 23, 2013 2:14 pm
- Forum: Using OpenEMM
- Topic: unchecked checkbox handling in scripts
- Replies: 4
- Views: 6181
Re: unchecked checkbox handling in scripts
Hi keko, i'm not sure but i think a have a solution for your problem. Your input-field don't send a information to your openemm if you don't check the checkbox. The error is based at the velocitiy-script because your parameter "$addinfo" won't get some request-parameters. Integrate this li...
- Tue Feb 26, 2013 11:16 am
- Forum: Using OpenEMM
- Topic: Reset opt-in/opt-out status on import
- Replies: 1
- Views: 3519
Re: Reset opt-in/opt-out status on import
Hello Michael, if your import-profile set some users to the user-status "opt-out by ..." (in the database, customer_1_binding_tbl in the column user_status 3 or 4) it will be never updated to an active status with an import! Only if a user subscribe with an formular (Openemm-Form) it will ...
- Tue Feb 26, 2013 11:06 am
- Forum: Using OpenEMM
- Topic: Problem with disappearing recipients
- Replies: 7
- Views: 8104
Re: Problem with disappearing recipients
Hello MartinB, you send the DOI-Mail at the Mailinglist ID 1. If a user click the activation-link you want to subscribe him to the mailinglist ids 1 and 3. Solution to subscribe at the second mailinglist (id 3): Add two new steps at your Action "DOI confirm" with the Step "Double-opt-...
- Fri Aug 03, 2012 1:37 pm
- Forum: Using OpenEMM
- Topic: trackable link url escape code
- Replies: 1
- Views: 4041
Re: trackable link url escape code
Hello percivalg, to solve this problem, i recommend a simple trick with a form, because the URL is otherwise drawn directly from the database and thus not encoded. You need an action with "load recipient data". These action use at a form "redirect" (for example). In the success-p...
- Thu Jul 12, 2012 12:58 pm
- Forum: Miscellaneous
- Topic: 18.07. - AGNITAS OpenEMM webinar (German)
- Replies: 1
- Views: 15280
Re: 18.07. - AGNITAS OpenEMM webinar (German)
Reminder: Only a few days left until our OpenEMM webinar on 18th July.
Register now! Deadline is on 16th July.
Use our submit-form: http://goo.gl/a8VZB
Kind regards,
Hofmann M.
Register now! Deadline is on 16th July.
Use our submit-form: http://goo.gl/a8VZB
Kind regards,
Hofmann M.
- Tue Jul 03, 2012 1:35 pm
- Forum: Miscellaneous
- Topic: 18.07. - AGNITAS OpenEMM webinar (German)
- Replies: 1
- Views: 15280
18.07. - AGNITAS OpenEMM webinar (German)
Hello all, for the first time a AGNITAS OpenEMM webinar will take place on July 18th from 16:00 till 17:30 (CET). For only 99 € you will receive precious advice on the best use of OpenEMM in practice - so that your e-mail marketing is getting even more efficient. The webinar will be held in German l...
- Mon Jun 18, 2012 8:43 am
- Forum: Using OpenEMM
- Topic: trackable link and href value from db
- Replies: 3
- Views: 6412
Re: trackable link and href value from db
Hello ideology, the openemm need a part of the link in the html-content of the mailing to create a trackable link. For example: You have somelinks, to your website, but different pages for each targetgroup. Your baselink: http://www.yourwebsite.com/ and some special sites: ...targetgroup1.html; ...t...
- Thu May 10, 2012 8:20 am
- Forum: Development
- Topic: 2012 and Blacklist import
- Replies: 5
- Views: 10225
Re: 2012 and Blacklist import
Hello Markus,
i've tested it with a csv-file.
My csv-file only contains the email-adresses, here are the first lines as example:
I create an extra importprofile for this blacklist-imports
and it works perfectly.
Greetings
Markus
i've tested it with a csv-file.
My csv-file only contains the email-adresses, here are the first lines as example:
Code: Select all
EMAIL
%@spamcop.com
%@mailinator.be
and it works perfectly.
Greetings
Markus
- Thu Nov 24, 2011 9:08 am
- Forum: Using OpenEMM
- Topic: [Solved] Save Link-Parameter during subscription
- Replies: 2
- Views: 3911
Re: Save Link-Parameter during subscription
Hello, there is a easy way to insert the information "partnername=test" into your OEMM-database. In the registration form you only need a hidden field with the same name like the database-field. (for your exapmle i think its "partnername", the same like your parameter) <input typ...
- Thu Jul 21, 2011 2:51 pm
- Forum: Bugs, bug fixes & releases
- Topic: agnDB not working for me
- Replies: 2
- Views: 6131
Re: agnDB not working for me
Hello elefante, you have two possibilities to insert content from the database in your email-content. Version 1:b Insert db-content into normal text or html parts, use: [agnDB column="DB_COLUMN"] Example: <p> Hello, you name is: [agnDB column="FIRSTNAME"] [agnDB column="LAST...
- Tue Mar 29, 2011 8:56 am
- Forum: Development
- Topic: Mail Name in Unsub form
- Replies: 10
- Views: 15962
Re: Mail Name in Unsub form
Hello @ all, i have tried it on my system and it works. I have used zwo parts: 1x action, 1x form Action: shortname step 1: script-action #set($mail=$MailingDao.getMailing([Mailing_ID], 1)) #set($scriptResult="1") [Mailing_ID] = your mailing_id Form: aktion: shortname Success-Form: <h1><st...
- Wed Oct 06, 2010 7:22 am
- Forum: Using OpenEMM
- Topic: Action for double opt-in only working with forms?
- Replies: 5
- Views: 6645
- Mon May 04, 2009 7:41 am
- Forum: Using OpenEMM
- Topic: tag in url makes link non-trackable?
- Replies: 1
- Views: 3871
- Wed Mar 04, 2009 11:02 am
- Forum: Using OpenEMM
- Topic: Variables of Mailling list?
- Replies: 9
- Views: 17670
correct example for profile site
Hello snau, I read your post and tested your scripts. I did some changes at the script and the html-code. Please take a look. Link in E-Mail: http://yourdomain.com/form.do?agnCI=1&agnFN=profile&agnUID=##AGNUID## Forms and Actions in the openemm: - action "load_profile" - form "...