Reputation: 562
i am developing a php application which fetch the employ details from DB, and display it on a pre-build template of signature,
i tried html and its working fine, but the issue is there are soo many employs so its creating mess for HR persons.
so what i am looking for instead of giving html to a user to add into its signature, i just give them iframe code like <iframe src="https://example.com/signature.php?emp=123"></iframe>
and it displays the signature of that employ, alternate solution is also very much appreciated
Upvotes: 1
Views: 4705
Reputation: 157
Most mail clients block iframes in email. https://www.campaignmonitor.com/blog/email-marketing/2019/01/do-iframes-work-in-email/
Upvotes: 3