【发布时间】:2019-06-23 04:31:28
【问题描述】:
我想创建一个带有文件/图像上传的提交表单。公司徽标/图片等的图像。通常我知道如何附加图像,作为邮件中的附件,但我希望将图像作为图像标签附加在邮件正文上,因此当我打开电子邮件时,我可以看到所有带有图像的文件然后打印它来自电子邮件。
以下电子邮件示例
<table width="500" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<th scope="row">Your Name</th>
<td>[your-name]</td>
</tr>
<tr>
<th scope="row">Your Email</th>
<td>[your-email]</td>
</tr>
<tr>
<th scope="row">Subject</th>
<td>[your-subject]</td>
</tr>
<tr>
<th scope="row">Your Message</th>
<td>[your-message]</td>
</tr>
<tr>
<th scope="row">Picture</th>
<td><img src="[file-305]"></td>
</tr>
</tbody>
</table>
有没有办法在邮件正文中的图像标签上发送图像,或者可以将其作为 pdf 文件完整发送?
如果有任何免费或付费插件也可以。
【问题讨论】:
标签: contact-form-7