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.
我正在使用 ruby 邮件 gem(https://github.com/mikel/mail)将邮件从一个邮箱转发到另一个邮箱。
有谁知道如何创建转发消息?
邮件上的 Tmail gem create_forward() 中有一种方法可以通过设置正确的主题等来创建给定邮件的转发版本。如果可用,我正在寻找类似的方法。
你能不能简单地将邮件发件人和文本保存为变量,创建一条新消息来撰写并使用该信息来构造一个 fwd: 版本?