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
You have two options:
1. Send HTML mail
2. Modify the code in rcube_string_replacer::link_callback().
Cheers for the reply.
Is option 2 straight forward for a 'script kiddy' tech level ? ;)