A major contributor to this article appears to have a close connection with its subject. (September 2024) |
Submission declined on 10 September 2024 by Liance (talk). This submission is not adequately supported by reliable sources. Reliable sources are required so that information can be verified. If you need help with referencing, please see Referencing for beginners and Citing sources. This draft's references do not show that the subject qualifies for a Wikipedia article. In summary, the draft needs multiple published sources that are:
Where to get help
How to improve a draft
You can also browse Wikipedia:Featured articles and Wikipedia:Good articles to find examples of Wikipedia's best writing on topics similar to your proposed article. Improving your odds of a speedy review To improve your odds of a faster review, tag your draft with relevant WikiProject tags using the button below. This will let reviewers know a new draft has been submitted in their area of interest. For instance, if you wrote about a female astronomer, you would want to add the Biography, Astronomy, and Women scientists tags. Editor resources
|
Emogrifier is an open source library. I was an original contributor and the co-founder of the company that open sourced it, however, I am no longer directly involved.
Original author(s) | |
---|---|
Developer(s) | Community contributors |
Stable release | 7.2.0
/ 6 December 2023[1] |
Repository | github |
Written in | PHP |
Operating system | Linux, macOS, Windows |
License | MIT license |
Emogrifier is a PHP software library for computer systems running Linux, macOS, Windows that converts CSS style into inline style attributes in HTML code to ensure proper display on email clients that lack stylesheet support.
Emogrifier was developed to deal with the lack of CSS support and other problems posed by email clients when it comes to the way they handle styling contained in HTML emails.
It assists software developers sending emails from a SaaS platform, with the final goal being email messages that display properly in any email client.
Software
editThe primary problem with uncooperative email clients is that they tend to only regard inline CSS, discarding all <style> elements and links to stylesheets in <link> elements. Emogrifier solves this problem by converting CSS styles into inline style attributes in the HTML code. It does this by by parsing CSS and inserting CSS definitions into tags within the HTML based on the CSS selectors.[2]
The tool was created as part of the Intervals software platform to help with the delivery of email notifications.
Today, the Emogrifier software utility has over 30 million installs[3] and is integrated into several PHP frameworks:
See also
editReferences
edit- ^ "Releases - MyIntervals/emogrifier". Retrieved 9 September 2024 – via GitHub.
- ^ "emogrifier/README.md at main · MyIntervals/emogrifier · GitHub". O. Klee, GitHub. 2024-09-05. Retrieved 2024-09-09.
- ^ "emogrifier: Emogrifier Package Installs". packagist.org. 9 September 2024. Retrieved 9 September 2024.
External links
edit