PC Review


Reply
Thread Tools Rate Thread

Creating dynamic signatures, possible?

 
 
Anton
Guest
Posts: n/a
 
      16th Sep 2009
hi

I wonder if it's possible to create dynamic signatures, that is signatures
which can be updated after the they have been sent in email or posted on in
blogs etc...

I've been playing arround with creating an image which I host on my
webserver. After I've send email to my hotmail address I can update the
image and see the changes inside the e-mail...

But I run into several problems here
1) if the recipeint uses outlook, he gets a warning in his email warning
about potential phising email.
2) emails might be banned in spam filter
3) sometimes the updated image isn't displayed automatically, deleting the
temp internet files is needed

any ideas on how to overcome these problems are most welcome!

Regards!

Anton


 
Reply With Quote
 
 
 
 
Gregory A. Beamer
Guest
Posts: n/a
 
      16th Sep 2009
"Anton" <no_email> wrote in news:OoFcM#(E-Mail Removed):

> hi
>
> I wonder if it's possible to create dynamic signatures, that is
> signatures which can be updated after the they have been sent in email
> or posted on in blogs etc...


Blogs? Certainly. Just have the sig stored in the user's profile table.
This does not necessarily mean the ASP.NET Profile bits, just the location
where you store user information about posting.

Email? No. Once an email is sent, it is sent. The image direction is about
the only way to change things after they are sent, as the image will be the
image when the user views the email.

Peace and Grace,


--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com

My vacation and childhood cancer awareness site:
http://www.crazycancertour.com

*******************************************
| Think outside the box! |
*******************************************
 
Reply With Quote
 
Anton
Guest
Posts: n/a
 
      16th Sep 2009
My approach was to convert to the sig into image as you suggests. I've run
into several problems with that. Some emails block it, displays warning
about potential phising etc... and sometimes it works nicely (when email
sent from my hotmail account to Outlook Express)

When it works nicely, the image in already sent emails is updated when image
is updated, now trying to make this to be more smoother and looking for ways
to get arround the problems I mentioned above.

I thought about putting some javascript in a html file, and let this
javascript inject the content (that is inject the sig), then avoid using
image. But that approach have it's own problems. Outlook might not execute
javascripts inside emails + more problems

suggestions are welcome




 
Reply With Quote
 
Patrice
Guest
Posts: n/a
 
      16th Sep 2009
The overall goal being ? For now I would say it doesn't look realistic
(assuming your goal is to auto update at will your personal information in
each and every mail you ever sent on the internet).

Instead you could perhaps include a link to a site you would keep forever
and update your coordinate there (using perhaps a vcard
(http://en.wikipedia.org/wiki/VCard))...

--
Patrice



"Anton" <no_email> a écrit dans le message de groupe de discussion :
(E-Mail Removed)...
> My approach was to convert to the sig into image as you suggests. I've run
> into several problems with that. Some emails block it, displays warning
> about potential phising etc... and sometimes it works nicely (when email
> sent from my hotmail account to Outlook Express)
>
> When it works nicely, the image in already sent emails is updated when
> image is updated, now trying to make this to be more smoother and looking
> for ways to get arround the problems I mentioned above.
>
> I thought about putting some javascript in a html file, and let this
> javascript inject the content (that is inject the sig), then avoid using
> image. But that approach have it's own problems. Outlook might not execute
> javascripts inside emails + more problems
>
> suggestions are welcome
>
>
>
>
>


 
Reply With Quote
 
Anton
Guest
Posts: n/a
 
      16th Sep 2009
The overall goal being ?
That was to create a website where people can store their signatures, they
could login to the website and make changes to their signatures - and
signatures is updated in already sent emails also....


 
Reply With Quote
 
Gregory A. Beamer
Guest
Posts: n/a
 
      16th Sep 2009
"Anton" <no_email> wrote in news:OFd4#(E-Mail Removed):

> The overall goal being ?
> That was to create a website where people can store their signatures,
> they could login to the website and make changes to their signatures -
> and signatures is updated in already sent emails also....



Other than images, that is an unrealistic goal. You can't change history;
you can only change the future.

Peace and Grace,


--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com

My vacation and childhood cancer awareness site:
http://www.crazycancertour.com

*******************************************
| Think outside the box! |
*******************************************
 
Reply With Quote
 
Anton
Guest
Posts: n/a
 
      16th Sep 2009
I agree, images is the only way that might work (have just done a test using
iframe, but outlook doesn't support it).
so I have signatures converted to images.

One thing that is annoying me is that when I send such email with sig as
image, then in outlook a warning is displayed warning people this might be a
potential phisiing email... I don't want it to treated like a potential
phising email. Maybe it's the querystring outlook don't like, the
querystring is Show.aspx?id=31, 31 being id for a signature!

you got any tips about how to solve my phising problem?



 
Reply With Quote
 
Gregory A. Beamer
Guest
Posts: n/a
 
      16th Sep 2009
"Anton" <no_email> wrote in news:#(E-Mail Removed):

> I agree, images is the only way that might work (have just done a test
> using iframe, but outlook doesn't support it).
> so I have signatures converted to images.
>
> One thing that is annoying me is that when I send such email with sig
> as image, then in outlook a warning is displayed warning people this
> might be a potential phisiing email... I don't want it to treated like
> a potential phising email. Maybe it's the querystring outlook don't
> like, the querystring is Show.aspx?id=31, 31 being id for a signature!
>
> you got any tips about how to solve my phising problem?


MVC might work. The only issue is it may still be seen as phishing if it
does not contain .jpg, .png or .gif.

Another option is save the image with the user's id, like 31.jpg and
link to that. Every time the user updates, just save over the image.
That should work fine. The downside is you have to track hits with the
raw web files instead of some other mechanism.

Peace and Grace,


--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com



*******************************************
| Think outside the box! |
*******************************************
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Outlook 2003 Dynamic signatures TheHealingLotus Microsoft Outlook 1 9th Mar 2006 12:38 PM
creating signatures using vc++ Ram Microsoft Outlook 1 27th Dec 2005 12:15 AM
Creating Signatures =?Utf-8?B?UmljaCBT?= Microsoft Outlook Discussion 1 26th May 2005 07:45 PM
Digital signatures and dynamic apperance Mackan Microsoft Word Document Management 0 28th Nov 2003 04:47 PM
dynamic signatures ste Microsoft Outlook 2 14th Aug 2003 01:04 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:43 PM.