Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Email Signature #1166

Open
dfanaei opened this issue Oct 20, 2021 · 5 comments
Open

Email Signature #1166

dfanaei opened this issue Oct 20, 2021 · 5 comments

Comments

@dfanaei
Copy link

dfanaei commented Oct 20, 2021

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
Copy link
Contributor

try with the global variable EMail_Signature_BeforeQuote

no, we do not support multiple signatures

@dfanaei
Copy link
Author

dfanaei commented Oct 21, 2021

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
Copy link
Contributor

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

@dfanaei
Copy link
Author

dfanaei commented Oct 23, 2021

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
Copy link
Author

dfanaei commented Oct 23, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants