-
03-05-2008, 11:48 PM #1
HTML email signature gets stripped when sent
Hi all,
Using this guide I created a nice rich html email signature to replace the lame "Sent from my iPhone" signature that screams "I'm an Apple Fanboy!"
Anyways, it was just an image with a built in hyperlink, but served the job as a signature well. It worked fine and played well with most mail programs.
The other day I decided to get fancy and create an image map to set different hyperlinks for diferent areas of the signature image. I've tested the html in multiple browsers including mobile safari and even MS outlook. It works fine in all of them and all clickable regions work.
I then modified the plist with the new html (after encoding the html entities) just like I did with the old signature. Now here's where it gets interesting... When I create a new message, the signature shows up, the image loads, everything looks great; but when I send the message, the mail app strips off the signature completely before sending it. Recipients recieve a message with no signature, not even fragments of the html...
I've checked the permissions on the mail plist and everything looks good... what gives? The mail app can display and use mapped images but cant send them as a signature?
Anyone run into this?
-
03-07-2008, 06:44 PM #2
Anyone? I'll post the code, see if you see anything wrong with it that would make my image map get stripped...
Code:<HTML> <HEAD> <STYLE type=text/css media=all> #sig { PADDING-BOTTOM: 3px; BORDER-BOTTOM: #999999 1px solid; } </HEAD> <BODY> <DIV id=sig> <IMG src="imageurl.png" alt="Sent from my iPhone" border=0 Width=200 usemap="#sigmap"> <MAP NAME="sigmap"> <AREA SHAPE="rect" HREF="tel:XXX-XXX-XXXX" COORDS="67,37,139,51"> <AREA SHAPE="rect" HREF="mailto:[email protected]" COORDS="67,23,167,37"> <AREA SHAPE="rect" HREF="mailto:[email protected]" COORDS="8,8,62,61"> </MAP> </DIV> </BODY> </HTML>
-
10-01-2008, 09:37 PM #3iPhoneaholic
- Join Date
- Aug 2007
- Location
- San Francisco, CA
- Posts
- 476
- Thanks
- 24
- Thanked 112 Times in 94 Posts
my signature strips out an inline image... not nice! The image shows on the iPhone, but isn't there for the recipient.
Unicode still works!
<key>SignatureKey</key>
<string><img src="data:image/gif;base64,R0lGODlhIgAaAJH/AAAAAPXes/8AAP///ywAAAAAIgAaAEACcZyPqcsHDuKDUpoX1WR7zOoIXUOWyGemy5h 26AWDXgWOloqTb2Nljg6ksWCn4ury+Yh+TJ+HmHBqpC0kJIedZ qvPHI3HXAldYFtmvKNuMNbZbAgl2rrHtpHOlSzbZHiXHFZDZbU mxmbSk7al9ea3uFAAADs=" width="34" height="26">-- Ⓙⓐⓚⓔ*- יעקב***ʝǡǩȩ***ᎫᎪᏦᎬ*</string>Last edited by jakecigar; 10-01-2008 at 09:40 PM.
http://jpassoc.com/x -- with free itunes under the puppy!
If I help you out, please press ★THANKS!
3g QuickPWN'ed with 2.1
-
01-02-2009, 12:01 AM #4
Does this work in 2.2???
-
01-02-2009, 12:06 AM #5iPhoneaholic
- Join Date
- Aug 2007
- Location
- San Francisco, CA
- Posts
- 476
- Thanks
- 24
- Thanked 112 Times in 94 Posts
nothing has changed! If you are ambitious, you can add emoji (see other treads) but they are normally not displayed properly on computers... just iPhone and some other phones.
http://jpassoc.com/x -- with free itunes under the puppy!
If I help you out, please press ★THANKS!
3g QuickPWN'ed with 2.1
-
08-17-2010, 01:03 PM #6
Here's hows its done:
HTML Signature using your iPhone - Cell Circuit
-
The Following User Says Thank You to naughtydude For This Useful Post:
MOSHO92 (08-17-2010)



LinkBack URL
About LinkBacks
Reply With Quote

