Multipart email with swift
问题 Multipart messages are not being correctly shown on gmail when on the iPhone. I have: $message->setBody($this->body, 'text/html'); $message->addPart($this->text_body, 'plain/text'); I have also used: $message->addPart($this->body, 'text/html'); $message->addPart($this->text_body, 'plain/text'); But in both cases, when reading gmail from the iPhone I get the message as a 'MIME-attachment'... No html and the MIME-attachment cannot even be read. The message will display fine if I don't add the