mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
commit
848e58f094
@ -109,7 +109,7 @@ public class EmailSenderServiceImpl implements EmailSenderService {
|
|||||||
Options options = new Options();
|
Options options = new Options();
|
||||||
options.setProperty(MessageContext.TRANSPORT_HEADERS, headerMap);
|
options.setProperty(MessageContext.TRANSPORT_HEADERS, headerMap);
|
||||||
options.setProperty("FORCE_CONTENT_TYPE_BASED_FORMATTER", "true");
|
options.setProperty("FORCE_CONTENT_TYPE_BASED_FORMATTER", "true");
|
||||||
options.setProperty(Constants.Configuration.MESSAGE_TYPE, "text/html");
|
options.setProperty(Constants.Configuration.MESSAGE_TYPE, "application/xml");
|
||||||
options.setProperty(Constants.Configuration.CONTENT_TYPE, "text/html");
|
options.setProperty(Constants.Configuration.CONTENT_TYPE, "text/html");
|
||||||
options.setTo(new EndpointReference(EMAIL_URI_SCHEME + to));
|
options.setTo(new EndpointReference(EMAIL_URI_SCHEME + to));
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user