Hello community,
Do you know how I can exclude formatting to my email signature which is appended by the exclaimer server at the time an email is sent.
I am using Create HTML Table to edit before sending an email. I don't want the format to apply to my signature.
Send an email (v2) action with html code:
<style>
table {
border: 1px solid #000000;
background-color: #EEEEEE;
width: 100%;
text-align: left;
border-collapse: collapse;
}
table td, table th {
border: 1px solid #000000;
padding: 3px 2px;
}
table tbody td {
font-size: 10px;
}
table thead {
background: #002357;
border-bottom: 2px solid #002357;
}
table thead th {
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
text-align: left;;
}
table thead th:first-child {
border-left: none;
}
</style>
<table class="table">
</table>

Report
All responses (
Answers (