All Questions
4 questions
0
votes
0
answers
56
views
Overlaying text on an image in an email from javascript
I have a form that submits email contact information and a message. I am trying to format the email in javascript and submit for sending. The message is inserted into the html in javascript and then ...
0
votes
3
answers
89
views
Put 2 Links on Background Image HTML Mail Message
I need two pages to be open at once when the user clicks on an image that is being sent in an email message.
I tried to use window.open but when the message is sent to the recipient the link on the ...
0
votes
1
answer
57
views
Best way to block images in email rendered in browser?
I've created a simple web email client.
I want to "block" (i.e. not show) images whose protocol is http (vs https) because my site is served over ssl and I don't want insecure content warnings.
What'...
3
votes
1
answer
2k
views
JavaScript AmChart to Image for Email
I have a couple of reports that generate JavaScript AmCharts off MySQL data (server-side language is PHP). Currently I need to email some of these reports on a weekly basis, and at the moment I just ...