Forum Moderators: not2easy
This is what I have tried (also tried making it a P - paragraph break) and no page break occurs.
<div style="page-break-before: always"></div>
Anyone have any thoughts?
I'm working on an e-commerce application that contains support for notifying a drop shipper when a product that they sell and which is listed in a merchant's store has been sold. An e-mail is triggered by the store telling teh supplier that such a product has been sold and must be shipped to the merchant's customer.
The e-mail contains 2 parts, as mentioned above. Page 1 is a purchase order asking the drop shipper (supplier) to ship the product to the merchant's customer. Page 2 is a packing list which bears the merchant's name/address, the customer's name/address, and the purchase details. The drop shipper (supplier) is not mentioned on this.
We want that first and second pages, when printed, to be seperated so that the first can be used to fulfill the order, and the second page is placed in the package that is shipped to the customer. So I just need a silly page break to occur and it is remarkable that it is this difficult.
The problem with html and page breaks is that you'll be at the mercy of how the settings in the email client are and/or what browser is used by the email client.
Since you won't get control over what client the drop shipper is using, you're in for a lot of testing.
You still have multiple options: you could send two mime parts that they can print separately etc. But how email clients react to it is hard to predict across the board. E.g. there are still quite a few who do not read html email at all. (email used to be text only, before it all became hard to use).
Personally I'd opt for generating a pdf if you want two pages, it'll work the same in far more cases.