javascript - AJAX in email body? -


Is there any way to load dynamic contents in an email, when it is provided? Recently, I had to book a flight again and the booking agent asked me to call me out on the phone so that they could give me a new program. How are they piping dynamic content into email? AJAX? I thought that JS was not working in email.

AJAX does not run in most e-mail clients - this is a security risk. The only thing I can imagine is that they can change the picture. Pictures are usually reloaded from the server when you open the email. In addition, the person talking to you can not understand how email actually works.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -