Search found 21 matches

by Hofmann M.
Mon Sep 23, 2013 2:14 pm
Forum: Using OpenEMM
Topic: unchecked checkbox handling in scripts
Replies: 4
Views: 3821

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 line ...
by Hofmann M.
Tue Feb 26, 2013 11:16 am
Forum: Using OpenEMM
Topic: Reset opt-in/opt-out status on import
Replies: 1
Views: 2434

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 be ...
by Hofmann M.
Tue Feb 26, 2013 11:06 am
Forum: Using OpenEMM
Topic: Problem with disappearing recipients
Replies: 7
Views: 5531

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-in ...
by Hofmann M.
Fri Aug 03, 2012 1:37 pm
Forum: Using OpenEMM
Topic: trackable link url escape code
Replies: 1
Views: 2808

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-part use a meta ...
by Hofmann M.
Thu Jul 12, 2012 12:58 pm
Forum: Miscellaneous
Topic: 18.07. - AGNITAS OpenEMM webinar (German)
Replies: 1
Views: 6723

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.
by Hofmann M.
Tue Jul 03, 2012 1:35 pm
Forum: Miscellaneous
Topic: 18.07. - AGNITAS OpenEMM webinar (German)
Replies: 1
Views: 6723

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 ...
by Hofmann M.
Mon Jun 18, 2012 8:43 am
Forum: Using OpenEMM
Topic: trackable link and href value from db
Replies: 3
Views: 4492

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 ...
by Hofmann M.
Thu May 10, 2012 8:20 am
Forum: Development
Topic: 2012 and Blacklist import
Replies: 5
Views: 6668

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:

Code: Select all

EMAIL
%@spamcop.com
%@mailinator.be
I create an extra importprofile for this blacklist-imports
and it works perfectly.

Greetings
Markus
by Hofmann M.
Thu Nov 24, 2011 9:08 am
Forum: Using OpenEMM
Topic: [Solved] Save Link-Parameter during subscription
Replies: 2
Views: 2308

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 type="hidden" name ...
by Hofmann M.
Thu Jul 21, 2011 2:51 pm
Forum: Bugs, bug fixes & releases
Topic: agnDB not working for me
Replies: 2
Views: 4333

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="LASTNAME"] </p>
(ok, i ...
by Hofmann M.
Tue Mar 29, 2011 8:56 am
Forum: Development
Topic: Mail Name in Unsub form
Replies: 10
Views: 11781

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 ...
by Hofmann M.
Wed Oct 06, 2010 7:22 am
Forum: Using OpenEMM
Topic: Action for double opt-in only working with forms?
Replies: 5
Views: 4686

Hello retiolum,

i've tested your scenario. I've got the same problems. The action "Double-Opt-In confirmation" apparently does not work with trackable links.

If you dont maintained the Welcome-Page in the EMM, it's possible to redirect with a meta-refresh in the EMM-Forms. For example ...
by Hofmann M.
Mon May 04, 2009 7:41 am
Forum: Using OpenEMM
Topic: tag in url makes link non-trackable?
Replies: 1
Views: 2755

Hi jhagstrand,

try this one to get a trackable link:

<a href="https://store.mycompany.com/store/Upgrade.do?username=##EMAIL##&slk=n_62_freetrial">

Use ##PROFILE-FIELD## in links to get them trackable.
In the content use [agnDB column="PROFILE-FIELD"] to get the database-information readable ...
by Hofmann M.
Wed Mar 04, 2009 11:02 am
Forum: Using OpenEMM
Topic: Variables of Mailling list?
Replies: 9
Views: 13426

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 "profile ...
by Hofmann M.
Tue May 27, 2008 1:18 pm
Forum: Installation & Upgrades
Topic: OpenEmm5.3.2 console/redirection on both ports 8080/8081
Replies: 2
Views: 4935

Workaround: tested with Version 5.4

Hi,

actually you open the console login on both ports:

http://host.company.com:8080
http://host.company.com:8081

to separate the login and the redirection
you have to do the following steps:

1. copy /core to /rdir:
cd /home/openemm/webapps/
cp core rdir -Rv

2. change owner:
chown openemm ...