tsolucio / corebos

core Business Operating System. An OPEN SOURCE business application that helps small and medium business handle all the day to day tasks.
https://corebos.com
150 stars 141 forks source link

Email Signature #1166

Open dfanaei opened 2 years ago

dfanaei commented 2 years ago

Hi, Hope all is good When composing new emails, The email signature shows correct as the new mail compose page is blank. However, When replying to emails, the signature shows at the very bottom underneath the whole conversation. Some conversations are very long, the signature will get lost that way. is there a way to make it show up at the top? Also, is there a way to have multiple signatures per user and give them the option to choose? Thanks,

joebordes commented 2 years ago

try with the global variable EMail_Signature_BeforeQuote

no, we do not support multiple signatures

dfanaei commented 2 years ago

ok cool. So, when I create the Global Variable, The signature shows before the quote when replying, however, it doesn't show at all when composing new email. also I faced another issue, When I create an email signature using a table (because of line spacing issue), and I insert <p>&nbsp;</p> before the table, It will create more than 10 lines of space before the signature in the email.

joebordes commented 2 years ago

share the html with me, so I can see what is happening

dfanaei commented 2 years ago

HTML of the Signature?

<p>&nbsp;</p>
<table border="0" cellpadding="1" cellspacing="1" style="width:500px;">
    <tbody>
        <tr>
            <td><strong>Full Name</strong></td>
        </tr>
        <tr>
            <td><span style="color:#FF8C00;"><strong>Company Name</strong></span></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
        </tr>
        <tr>
            <td>Phone Number</td>
        </tr>
        <tr>
            <td>Email</td>
        </tr>
        <tr>
            <td>Website</td>
        </tr>
        <tr>
            <td>Address</td>
        </tr>
    </tbody>
</table>
dfanaei commented 2 years ago

Also, I'm not sure to open an issue for this or not, but the structure of conversation chain in the emails are formatted somehow that it is impossible to view the older conversations if the receiver is using a mobile phone or a smaller screen . This happens because of the way the vertical lines are placed. For example, if the email has been replied to 10 times, if you view the email that is sent from corebos user, it will literally show 10 vertical lines. Then the words only show as letters as there is no space. Screenshot: Screenshot_20211023-011255_Outlook