我的邮件内容是: \t\t hello! 结果只接受到了,hello,怎么处理这个问题啊?
要不发成 HTML 格式的?为什么一定要 Tab 呢……
mail(to: recipients, subject: @title, content_type: "text/html")
#1 楼 @hexawing #2 楼 @SharpX mail -s xxx.sina.com <1.txt 我用的 linux 下的 sendmail 服务来发送邮件的,发送的文件是带 tab 的呀 比如:1.txt 是带很多 tab 的,我总不能把他换个格式再发吧
mail -s xxx.sina.com <1.txt
mail -s "good" XXX.sina.com <1.txt应该这样写的
mail -s "good" XXX.sina.com <1.txt
貌似我喜欢用 4 个空格代替 tab, 代码中是 2 个空格 :)