Search found 4 matches

by leonidas
13 Nov 2012, 10:06
Forum: Developers
Topic: Create Article and Send Email
Replies: 5
Views: 4796

Re: Create Article and Send Email

Ok, i tried to attach the html as a file but it just was attached to the email and now displayed in the body. My initial html-code was automatically attached to the email with replacing < and >. How to i exactly attach the html code and display it, would be pleased to receive a hint! PS: Problem wit...
by leonidas
13 Nov 2012, 00:04
Forum: Developers
Topic: Create Article and Send Email
Replies: 5
Views: 4796

Re: Create Article and Send Email

Sorry for doublepost, but want to push my Thread a bit and update my Problem: Now i can send emails thru the rpc API, but stil have this annoying 'bug', which i cant solve by myself. The Subject of the Email isn't uft8 encoded, i cant display special chars properly. And still i cant display HTML in ...
by leonidas
09 Nov 2012, 17:03
Forum: Developers
Topic: Create Article and Send Email
Replies: 5
Views: 4796

Re: Create Article and Send Email

Well, yesterday i was trying to make ArticleSend work for like 2 hours, no chance. Today i try again after your post and it works! :? But there is stil a problem, the body of my new article stil just plain text and doesnt show the html elements. Maybe you can see my mistake: $articleID = $this->doSO...
by leonidas
09 Nov 2012, 16:00
Forum: Developers
Topic: Create Article and Send Email
Replies: 5
Views: 4796

Create Article and Send Email

Hello, im using the php soapclient to create articles in otrs and it works fine. But i just can create them without send an email to the destination. Also i cant create HTML body for the created article. $ticketID = $this->doSOAPCall('Ticket','TicketCreate',array( 'UserID' => $this->OTRS_user_id, 'Q...