Roundcube Community Forum

 

Can Roundcube be configured to recognise URL type?

Started by david000, September 25, 2014, 12:02:48 PM

Previous topic - Next topic

david000

Hi,

Is it possible to configure roundcube to recognise URL's such as:

quotewerks://blablabla

We're using this type of URL to move data from a web form response to an application on the local machine, where this url form triggers the application to start.

Other webmail clients seem to recognise the form but it would be nice to continue to use Roundcube.

thanks in advance

David

alec

You have two options:
1. Send HTML mail
2. Modify the code in rcube_string_replacer::link_callback().

david000

Cheers for the reply.

Is option 2 straight forward for a 'script kiddy' tech level ?  ;)