Skip to content

Instantly share code, notes, and snippets.

@Phlow
Created November 28, 2015 12:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Phlow/a7e70c8ca6c06c3c1ed9 to your computer and use it in GitHub Desktop.
Save Phlow/a7e70c8ca6c06c3c1ed9 to your computer and use it in GitHub Desktop.
Mailchimp IF ELSEIF Loop für die Ansprache der Empfänger
*|IF:ANSPRACHE = Familie|*
Liebe Familie *|LNAME|*
*|ELSEIF:ANSPRACHE = Ehepaar|*
Liebes Ehepaar *|LNAME|*
*|ELSEIF:ANSPRACHE = Frau|*
*|IFNOT:FNAME|*
Liebe Frau *|LNAME|*
*|ELSE|*
Liebe *|FNAME|*
*|END:IF|*
*|ELSEIF:ANSPRACHE = Herr|*
*|IFNOT:FNAME|*
Lieber Herr *|LNAME|*
*|ELSE|*
Lieber *|FNAME|*
*|END:IF|*
*|ELSEIF|*
Hallo!
*|END:IF|*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment