开发者

PHP mailer, preserve line breaks from MS Word

开发者 https://www.devze.com 2023-03-18 13:31 出处:网络
I have a web form where users submit resume info. Invariably, they copypaste from MS Word. I\'ve got all the screwy characters fixed so that 开发者_Python百科my client can see all the curly quotes and

I have a web form where users submit resume info. Invariably, they copypaste from MS Word. I've got all the screwy characters fixed so that 开发者_Python百科my client can see all the curly quotes and bullets and what-not, but I can't figure out how to preserve line-breaks.

tldr: is there a way to preserve line-breaks pasted from Word in a PHP mailer form?

(I've already suggested that we just allow .doc uploads of resumes but the client didn't go for it.)


You could use TinyMCE and the paste plugin; enable pasteword option.

You can send text as an HTML message.

Otherwise look here.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号