groupe-sii / ogham

Sending email, sms or whatever is a piece of cake
https://groupe-sii.github.io/ogham/
Apache License 2.0
21 stars 15 forks source link

email sended with sgml mime type #41

Closed besstiolle closed 7 years ago

besstiolle commented 7 years ago

Mime Type detection policy

When you send an email, it is really important to indicate what is the type of the message (html, text or maybe anything else). The library automatically detects for you the Mime Type of the email content and add this information into the real sent email.

In version 1.0.1-SNAPSHOT we've got some problem to send email. Some of them (but not all ?) are sended with type mime sgml.

It seems to be linked to this bugs https://github.com/arimus/jmimemagic/issues/27 but we've got no idea to fix it.

And without new release https://mvnrepository.com/artifact/fr.sii.ogham/ogham-core ... it's hard to find a solution. :)

Thank you buddy :)

aurelien-baudet commented 7 years ago

JMimeMagic is no more supported so I replaced it by Apache Tika