Home > other >  Python send mail, huawei's mailbox can not display the HTML form
Python send mail, huawei's mailbox can not display the HTML form

Time:09-29


Excuse me each bosses, I use python mailing an HTML form, the form needs to be displayed in the email body. Now the question is: the HTML form content, in PC, apple mobile phones mailbox, netease mail masters are normal, but huawei mobile phones (glorified V30 mate30) bring their own mailbox cannot display HTML table, normally into text. This how to solve?

CodePudding user response:

May be the mail software has a problem, not compatible with the format

CodePudding user response:

Amend the file suffix, perhaps can

CodePudding user response:

Not send a file, I am a nested table in the email body, a HTML form style in python, but in huawei email client doesn't seem to identify made by python HTML tags, into the text
  • Related