i've got a simple problem:

This answer was generated by the following API Call:
Code: Select all
$ArticleID = $client->__soapCall("Dispatch",
array($username, $password,
"TicketObject", "ArticleSend",
"TicketID", $TicketID,
"ArticleType", "email-external",
"SenderType", "system",
"From", $from,
"To", $params['email'],
"Subject" , $subject,
"ContentType" , "text/plain; charset=utf-8",
"Charset" ,'utf-8',
"HistoryType" , "EmailCustomer",
"HistoryComment" , "generated by Gutscheingenerator",
"Body" , $mail,
"UserID" , 1,
"NoAgentNotify" , 0,
"MimeType" , "text/html",
"Loop" , 0
));
Any Idea?
Kind regards,
Patric