Hi,
@Terje : multipart is a generic term in computing which designate the fact that a bit message has several pieces to it.
Your wireshark screenshot shows that your browser and your web server exchange HTTP requests in multipart mode. It has nothing to do with the fact that HikaShop will send the emails via sendmail in multipart or not. It's just a coincidence that HTTP and emails use the same term for different things.
Regarding the emails sending: it has nothing to do with when the user was registered or if the user is logged in. HikaShop always send the emails if you tell it to. If you don't get the emails sent to a specific email address but that it works for other email addresses, that means that either:
- the emails arrive in the spam box of that email address
- the emails are not sent by sendmail because of a configuration issue of the email server (for example, it doesn't want the from and the to of the email to be the same, or something like that).
- the emails are rejected by the receiving server (for example, when your own email server is black listed by the receiving server, or when the email box is full, or has been deleted).
@nathan-walsh :
I've checked a few of your websites but either they don't have any order or they have only a few created orders without any notification in the history and they seem to have been created from the backend (so it's normal that you don't get any notification).
Could you reexplain precisely what is the problem with a clear example on one website with one order, detailing the step by step so that we can clearly understand what is going on ?