in autosender.php i try to change the read more url to specific url. but how and where do i do this?
because in mobilephone the link do not work. The article is sent via outlook.
$url=$domain.JRoute::_('index.php?option=com_content&view=article&id='.$article->id);
$link='<a href="'.$url.'">'.$title.'</a>';
in autosender.php i try to change the read more url to specific url. but how and where do i do this?
because in mobilephone the link do not work. The article is sent via outlook.