我在时事通讯中为我的横幅图像使用图像缓存。我正在上传图像并将其发送到邮件。问题是图像不是第一次加载。如果我再次来编辑页面,它将发送带有正确图像的邮件
$output = "
<html>
<body>";
$output.= theme( 'imagecache', 'banner_img', 'images/motel_wright-1.1.png', 'Wright Motel', 'Wright Motel' );
$output.= "
</body>
</html>";
print $output;
请帮我