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
I think you should use _body.
wow, thanks, that works fine. Do you know how long the URL request can be? letter ...
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
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?