这是我使用Foundation for Emails进行的第一个电子邮件标记。
<row class="content-section">
<columns small="12">
<spacer size="16"></spacer>
<h3 class="title text-bold">Dear JJ,</h3>
<p class="content-text">it is your one time password</p>
<spacer size="16"></spacer>
<form data-abide class="form-primary">
<input class="input-primary input-large input-centered" type="text" value="36002117" readonly></input>
<button href="#" class="btn-primary button-center radius text-center" type="submit">Login</button>
<spacer size="16"></spacer>
<small>This one time password is valid for 5 minutes from time it is generated.</small>
</form>
<spacer size="16"></spacer>
</columns>
</row>
我正在使用此服务https://putsmail.com测试电子邮件 当我直接发送这封电子邮件并从移动设备测试它时,响应式作品,以及当我在浏览器响应式作品中测试它时。但是当我转发此消息时,响应不起作用。使用Gmail测试。我在其他电子邮件中测试了这种行为,没有这样的问题。有机会纠正这种行为吗?谢谢你。