
1. The biggest problem that i have is that the emails that is beeing sent from the website, which includes enquiries, order confirmations etc, does not longer format like it did before. It's just sending the message as pure text, like this for example:
------=_NextPart_c42680c88b49950008ecef638d9189cc
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
//here is the message
------=_NextPart_c42680c88b49950008ecef638d9189cc--
And the order confirmations looks even stranger. (cant send it here since it's extremely long)
2. The second problem that i'm having is that the contact form doesn't send the customers emailadress along with the enquiry. In other words the message appeares to be sent from myself, to myself. I have tried some solutions, but nothing works. For information, this is using the "Mail Protocol" set to "Mail" and the "Mail parameter" set to "-f (myemail)".
I have also tried to change the "Mail protocol" to SMTP and then the problem above is solved, but an even bigger problem apears. When using SMTP the customers email is correctly passed in to the "From" field in the email, but now the message is completely empty. This includes both the includes enquiries and order confirmations. And now the admin wont receive any notifications of the orders anymore aswell, which i did before using "Mail Protocol" set to "Mail".
Can someone please help me?