Email Connector HTML attachment question

0
Hello, I have created an email template in Email Connector with custom HTML and style elements like this.   <p>Example</p> <table border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse; font-size: 14px;">   When the Email is sent by the Email Connector, the content is shown correctly, but there is always an .html file attached that contains the following:   <!DOCTYPE html   PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>XSL FO Document</title><META http-equiv="Content-Style-Type" content="text/css"><style type="text/css">         a { color: black; border: none; text-decoration: none; }         img { border: none; }       </style></head><body bgcolor="white" marginwidth="6" marginheight="6" leftmargin="6" topmargin="6"></body></html>   Is it possible to sent the email avoiding the attachment ? Because the issue is that it is filtered out by some mail servers in this case. Thank you!
asked
2 answers
0

 

Have you tried sending an e-mail with a simple HTML text?

Are the content, useOnlyPlainText set correctly?

 

mail.jpg

answered
0

Hello Thanks for the answer,

I solved it now by jsimply removing the attachments in the email microflow, because it is not necessary for this application and that worked!

 

answered