Do anyone know if it is possible to turn of Marketos email validation?
The problem is that it returns
"result":[{"status":"skipped","reasons":[{"code":"1003","message":"Invalid value for field \'email\'"}]}]
when a email with special characters is sent to Marketo. I could of course use idn_to_ascii() to interpret the email first, but it would be nice to have the native email in the system.
[Edit]:
Ok, this sucks - Marketo doesn't accept the converted email eigther, so you can't have customers with international characters in their emails at Marketo!?