email

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ganesh22
    Banned
    New Member
    • Sep 2007
    • 81

    email

    Hi,
    I'm using one javascript link to send a mail. in my code i have already added subject & body in my link but while iam sending signature is not added in my outlook. how to get signature while sending automatically

    my code:
    <a href="mailto:ab beyvet@outfront .net?Subject=Pl ease%2C%20I%20i nsist
    %21&Body=Hi%0D Best of Luck"> link</a>
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Well this is not .NET related, nor is it javascript. (I will move to HTML section).
    When I click that link I get my outlook popped up with the following filled in:
    Code:
    TO: abbeyvet@outfront.net
    SUBJECT: Please, I  insist!
    BODY:
    Hi
     Best of Luck

    What part was missing for you?

    Comment

    Working...