Author Topic: New-Mail Function with a Link from my CMS.  (Read 3025 times)

Offline chichi

  • Jr. Member
  • **
  • Posts: 33
New-Mail Function with a Link from my CMS.
« on: October 11, 2010, 06:06:59 AM »
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/?_task=mail&_action=compose&_to=test@test1223.de&_subject=Mytest&_message=Mytest2

The 2 fields work out fine: :)
_to=test@test1223.de
_subject=Mytest

This is not working: :mad:
_message=Mytest2

I use Roundcube 0.4

Any suggestions? chichi

Offline alec

  • Hero Member
  • *****
  • Posts: 1,365
New-Mail Function with a Link from my CMS.
« Reply #1 on: October 11, 2010, 06:29:33 AM »
I think you should use _body.

Offline chichi

  • Jr. Member
  • **
  • Posts: 33
New-Mail Function with a Link from my CMS.
« Reply #2 on: October 11, 2010, 06:55:25 AM »
wow, thanks, that works fine. Do you know how long the URL request can be? letter ...
chichi

Offline chichi

  • Jr. Member
  • **
  • Posts: 33
New-Mail Function with a Link from my CMS.
« Reply #3 on: October 11, 2010, 03:33:14 PM »
I still have a question: :confused:
entering mailcube with this
w w w .mydomain.com/path/to/roundcube/?_task=mail&_action=compose&_to=test@test1223.de&_ 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/?_task=mail&_action=compose&_to=test@test1223.de&_ subject=Mytest&_body=
Mytest2


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

Greeting chichi

Offline chichi

  • Jr. Member
  • **
  • Posts: 33
New-Mail Function with a Link from my CMS.
« Reply #4 on: November 19, 2010, 09:55:02 AM »
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/?_task=mail&_action=compose&_to=test@test1223.de&_ subject=Mytest&_body=Mytest2

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

How can I change this?