Roundcube Community Forum

 

New-Mail Function with a Link from my CMS.

Started by chichi, October 11, 2010, 06:06:59 AM

Previous topic - Next topic

chichi

Hello I use direct Link in order to generate a new Mail with pre-filled subject an email:


w w w .mydomain.com/path/to/roundcube/[email protected]&_subject=Mytest&_message=Mytest2

The 2 fields work out fine: :)
[email protected]
_subject=Mytest

This is not working: :mad:
_message=Mytest2

I use Roundcube 0.4

Any suggestions? chichi

alec


chichi

wow, thanks, that works fine. Do you know how long the URL request can be? letter ...
chichi

chichi

I still have a question: :confused:
entering mailcube with this
w w w .mydomain.com/path/to/roundcube/[email protected]&_ subject=Mytest&_body=Mytest2

all Text is in the mailbody. This is correct, but the HTML-Icons are not showing. I guess it generates a plain Text-Message, even though I have HTML-Messages enabled. I I make a new Mail with the Button on Top of the App, it generates a HTML-Message.Therefor it uses a
 Tag.

Adding this to the Link did not work either: :(
w w w .mydomain.com/path/to/roundcube/[email protected]&_ subject=Mytest&_body=
Mytest2


How can I have a HTML field with icons generated using a Link to genreate  a New Mail?

Greeting chichi

chichi

If I use the link below to write a new mail it shows me Plain-text instead of HTML-Text in the Editor:

w w w .mydomain.com/path/to/roundcube/[email protected]&_ subject=Mytest&_body=Mytest2

This happens only using the URL-Link, the icon-Link is starting a HTML-Mail.

How can I change this?