Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为订单确认创建一个模板,我想知道是否可以包含一个文本框,电子邮件的收件人可以在其中输入一个句子并提交它。
我从未涉足电子邮件模板,只涉足网页设计,我不太确定从哪里开始。我假设我需要设置一个服务器来接收提交,但除此之外我一无所知。
Email doesn't widely support anything other than plain html and css. Forms as well as any client or server side code are not supported in most email clients.