I am sending a message using <yml:message>. I have an input type=image inside the <yml:message> tags. When the dialog pops up, the image is show. I send the message, and it sends. When my Connection receives the image, the message is there but the image shown in the email is the image of the green box with plugs on it. Is this broken, or am I doing something wrong?
Here is my code...
<yml:message params="message_landing.php">
<input type="hidden" name="image" value="<?php echo $appImagePath; ?>/image<?php echo $image; ?>.jpg" />
<input type="hidden" name="subject" value="Check this out!" />
<input type="hidden" name="body" value="This is the coolest application ever." />
<input type="submit" value="Send This Message!" />
</yml:message>
As I said, the image shows fine in the dialog, but does not show in the email.