im trying to set up an email.
Now everything is working fine however i cannot seem to get the images into my email.
I have used the following code:
<?php echo $this->Html->image("udlejning-img/Udlej-logo.jpg", array(
"alt" => "logo",
'url' => array('controller' => 'home', 'action' => 'index')
)); ?>
However this did not seem to work (note that i am using this code somewhere else where the picture is displayed normally)