Internet mail about form: hyperlink

Hi,
HR module,send notification to user(internet mail),the format come from se71 Sap Script.
I write :<U> https://www.baidu.com </>
and in the mail display<u>https://www.baidu.com</u>
is it possible to let user link to a web address???
How to implement it?

Hi
In the editor in SE71, try this:
1).  Change editor to the classical editor Goto -> Change Editor
2)   Use tag /* 
3)   Insert <a href=: https://www.baidu.com> Click here <\a>
Regards
Morten Nielsen
Message was edited by:
        Morten Nielsen
Message was edited by:
        Morten Nielsen
Message was edited by:
Sorry  -  but inserting a tag here so it's display isn't possible - but you need to put the HTML tags around the url in SAP Script

Similar Messages

  • Mail to Form Code Confussion

    Hello everyone. I am having an issue with my Mail to Form code. It's not so much a technical one (I don't think it is anyway) It's mostly I don't understand what information to plug into a couple parts. I will post the code here (leaving out everything before the "body") and hopfully some one can help me out.
    <body>
    <div class="style1" id="apDiv1">Call Request Form</div>
    <div id="apDiv2">
      <div align="center">Please fill out this form and a Beta Test Studios represenetive will contact you as soon as possible. Thank you.</div>
    </div>
    <div id="apDiv3">
      <div align="center"><strong>Please tell us wher you heard about Beta Test Studios</strong></div>
    </div>
    <FORM METHOD=POST ACTION="[email protected]" ENCTYPE="text/plain">
    <table width="311" height="480" border=0 cellpadding=20 cellspacing=0>
    <tr>
    <td height="327"><font size=2 face="arial" color="#000000">
    <input type="text" name=Name size=27 />
    :Name<BR>
    <INPUT type="text" name=Phone size=27 id="Phone">
    :Phone<BR>
    <INPUT type="text" name=Call time size=27 id="Call time">
    :Time to Call<BR>
    <INPUT type="text" name=email size=27> :E-mail
    </font></td>
    </tr>
    <tr>
    <td width="230" height="62">
    <SELECT name="choices" size=1>
    <OPTION selected> Please Choose
    <OPTION> Google
    <OPTION> Yahoo!
    <OPTION> Newspaper/Magazine
    <OPTION> Word of mouth
    <OPTION> Other
    </SELECT></td>
    </tr>
    <tr>
    <td height="91">
    <font size=1 face="arial" color="#000000">
    <center>
    <INPUT NAME="redirect" TYPE="hidden" VALUE="index.html">
    <INPUT NAME="NEXT_URL" TYPE="hidden" VALUE="index.html">
    <INPUT type=submit value="Send">
    <INPUT type=reset value="Clear">
    </center></td></tr></table>
    </FORM>
    <!-- ** END OF FORM ** -->
    </body>
    </html>
    I am having a problem understanding exactly what I am supposed to put here near the very bottom after <INPUT NAME="redirect" TYPE="hidden" VALUE=    and after <INPUT NAME="NEXT_URL" TYPE="hidden" VALUE=    I know that I am supposed to replace the "index.html" part in both lines I am not sure what I am supposed to replace it with. Any help would be appreciated. Thanks so much.

    Hi,
    What are you trying to do exactly?  If you would like to make a piece of text link to a mailto code where, if clicked, it will automatically open up that person's email with a blank email page with u as the receiver, then all you have to do in Dreamweaver is..
    1.  Highlight all the text you want the link to the email to be.
    2. Go to the "link" window in the properties panel under the main viewing window
    3. Type in "mailto:youremailhere" without the quotes of course and that will create the link I believe you might be looking for.
    If this is not the nature of your problem please be more descriptive.

  • Standard Task not sending internet Mail to SAP User

    Through Standard Task TS00007989(Outbound, error handling with IDoc) able to send workitems to SAP Inbox when an error occurs in IDOC, however would like to have these workitems sent as an internet mail , the email address would be in my userid in SAP.
    Email address is already given in my userid with the communication method as INT E-mail.
    Would like to have a solution for this as soon as possible.

    I moved your topic to another forum, and deleted your 2nd posting about this
    Mario

  • Mail to forms

    How can I go about creating a mail to form which will email me for the data users enter?
    Thanks

    Check with your web host.  Often they have scripts pre-installed on the server which you can reference in your HTML form.
    If not, ask them which programming languages your server supports (PHP, ASP, ASP.net, Perl, ColdFusion, etc...)
    If your server supports PHP, this form-to-email script from DB Masters is very good.
    http://dbmasters.net/index.php?id=4
    Or, Forms to Go from Bebosoft (script generating software)
    http://www.bebosoft.com/products/formstogo/overview/
    Or, Wufoo.com (on-line form service)
    http://wufoo.com/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Mailing list form, how to make it functional?

    I'm trying to add the typical "Join our Mailing List" form into a website where users can submit their email addresses.  I've built the form and now I need to make it functional.  I don't know a lick of php or databasing, and after investigating it on the web and the forum there seems to be a bunch of different answers and I'm not sure which direction to go in.  Is there an easy way to do this with a premade script somewhere?  Would I have to get it from the company that's hosting the site?  How do I implement it?
    Thanks in advance!!!!

    Awesome, thanks so much for the help CanonBoy.  So I can use this for both my mailing list form and my contact message form?  I opened Dreamweaver and on the contact page I set the form to this:
    <div id="ContactForm">
      <form id="form1" name="form1" method="post" action="contact.php">
        <table width="300">
          <tr>
            <td colspan="2"><span class="MainText">All information will be kept private</span></td>
          </tr>
          <tr>
            <td width="61"><span class="MainText">Name:</span></td>
            <td width="227"><span class="MainText">
              <input name="Name" type="text" id="Name" size="25" />
            </span></td>
          </tr>
          <tr>
            <td><span class="MainText">Email:</span></td>
            <td><span class="MainText">
              <input name="Email" type="text" id="Email" size="25" />
            </span></td>
          </tr>
          <tr>
            <td><span class="MainText">Phone:</span></td>
            <td><span class="MainText">
              <input name="Phone" type="text" id="Phone" size="25" />
            </span></td>
          </tr>
          <tr>
            <td> </td>
            <td> </td>
          </tr>
          <tr>
            <td><span class="MainText">Message:</span></td>
            <td><span class="MainText">
              <textarea name="Message" id="Message" cols="23" rows="5"></textarea>
            </span></td>
          </tr>
          <tr>
            <td> </td>
            <td> </td>
          </tr>
          <tr>
            <td> </td>
            <td><input name="Clear" type="reset" class="MainText" id="Clear" value="Clear" />
            <input name="Submit" type="submit" class="MainText" id="Submit" value="Submit" /></td>
          </tr>
        </table>
      </form>
    </div>
    Do I have to change the form ID and the name in line 2?  And also I'm not sure what you meant about the hidden field, what exactly do I copy and paste and where do I put it?  And is there a generic form on the tectite site I can add the client's email address to, change it to contact.php and upload it?  Thanks big time!!!

  • Does Firefox save the temporary internet files as form of JPG or AVI?

    Hi
    I really feel satisfaction about Firefox.
    And I have a question that whether it remain or not temporary internet files as form of JPG, AVI etc.
    I know that Firefox remains 'cache' when I surfing the internet with it.
    You know, internet explorer remains temporary internet files as JPG file or AVI, MP4...
    I'm just wondering that does Firefox remain 'caches' only.

    One way or another Firefox tries to save quite a bit of information in order to run smoothly and help you. What problem do you have that you are trying to solve ?
    You may be interested in
    * [[Settings for privacy, browsing history and do-not-track]]
    * ''about:cache'' <-- Key into the location bar (Quickly becomes user unfriendly !! )
    * You may find an addon that helps and works, try this search listing https://addons.mozilla.org/en-US/firefox/search/?q=cache+viewer&cat=1%2C0&appver=36.0&platform=WINNT

  • Unable to click on Internet Mail Account

    I recently received an email that I had to revalidate my personal email account that I have been using on the phone for the past two years.   I follow the steps however when I go to setup, nothing happens with I click on the Internet Mail Account (from the list or the menu)  My Enterprise account is working fine.  I have tried the reboot both with device off and on and tried to follow other steps to delete and resend the service books.  I have re-registered with the wireless network but nothing seems to work.  This is really frustrating.  I really wish I could have more management capability in the desktop software.  Can anyone help?

    Well I have finally won the war against this horrible phone after many wasted hours. Since none of my "options" seem to work I needed worakarounds for everything. Even though I was getting my work emails and it had it's icon back I called ny help desk at work to get a new activation code sent for my enterprise account. After entering the new password and waiting for it to sync for about 10 minutes... success. All of a sudden my personal email account appeared in it's own icon with all my old emails still in it. I have since hidden then main messages icon as it is more a hinderance than anything. Guess I know thw workaround if I ever need to do it again for a new account.
    This all started because I had to change my personal email address password. I also have a Samsung phone and it was very simple. I hit the button for email and it asked for a new password. Why can't blackberry do this as well?!

  • SAP Internet Mail Gateway for MS Exchange 2003 Server

    Hi,
    Has anybody successfully configured the IMG to work with MS Exchange 2003?
    We have our 4.6C currently configured to talk to Exchange 2000 through SXC
    Note 594428 - SXC: Exchange 2003 Server is not supported 
    Solution
    R/3 Basis Release 3.1I to 4.6D:
    Use IMG 4.6D and sendmail instead of the SXC (see note 101573), or
    Upgrade your SAP system to Web Application Server (WAS) 6.10 or later and then use the SMTP plugin.
    We only use outbound mail from SAP and this is sent to intranet users only, we are not planning on upgrading for a at least a year and would like to avoid installing another mail server.
    Note 363154 - Internet mail gateway: use other MTA than Sendmail 
    This note suggests that any MTA (Mail Transfer Agent) can be used so long as it can be called from the command line, Exchange is an MTA, anybody now how to do a command line call for Exchange?
    I have read the documentation
    http://help.sap.com/saphelp_46c/helpdata/en/0c/39c93589c5ab53e10000009b38f839/frameset.htm
    Jasper

    hi,
    we are in the process of configuring the Internet Mail Gateway on R/3 4.6c on Unix platform.
    I have created the RFC Destinations in SM59 and also checked the Test Connection and its working fine. I then did the Unix configuration and went on to the check whether the configuration was successful in SO01 by sending a sample text message to my company's mail address. but i did not recieve any mails on my Microsoft Outlook, instead the count under the errors column increased by one.
    on checking the status for the sent message in SO01, its saying "No Delivery to [email protected](for reason, see long text)... but there's no long text either...
    Can anyone please let me know the reasons for it and it would also be really helpful if someone can let me know whether i have missed any configuration settings.
    Also, can someone send the list of parameters that are to be entered for the Unix configuration under mlsomadm mailgw.ini, so that i can verify whether i have entered the parameters correctly....
    Kindly revert back at the earliest...
    Thanks & Regards
    Manicks

  • NEED TO SEND MAIL FROM FORMS...

    DEAR ALL,
    I NEED TO SEND MAIL FROM FORMS WHEN I PRESS THE MAIL BUTTON.
    I HAVE NO IDEA FOR THIS CRITERIA. IF ANY ONE EXPERIENCED WITH
    THIS CRITERIA, PLS HELP ME AND GIVE ME THE CODING FOR THAT.
    AND ALSO PLS EXPLAIN EACH LINE OF CODING, WHICH U POST.
    THANKS IN ADVANCE
    S.BERNANDAS

    Your requirement can be done in forms. Good amounts of advice here. There 244 messages this year alone that fit the search criteria in the Oracle Forms forum.

  • How to confirm the alerts automatically in the internet mail?

    Hi,gurus:
         I wanna know how  I confirm the alerts automatically in the internet mail.Now we have to navigate to the alert inbox to confirm the alert,but can I do it in the internet mail? I have confirued the parameter in ALRTCATDEF->CONFIGURE->SETTING->INBOUND PROCESSING,but it didn't work.
    Thanks in advance.

    hi,
    I checked the library,and it says:
    Confirming Alerts by Internet Mail
    When an alert is sent by Internet mail, the Internet address of the alert user entered in alert configuration is entered as the Reply To address of the mail. An alert ID is inserted into the text of the mail. When the recipient answers the mail from the alert system, the alert is confirmed automatically. Inbound processing sends a status mail to the sender stating either that the alert has been confirmed successfully, or that an error has occurred. The alert ID must be included in the body of the reply mail.
    My question is: How to reply the mail?Where do I write the the alert ID?any ideas?

  • "Internet Mail - Problem during delivery processing" email received

    Every email I'm receiving as of this morning is accompanied by an email from [email protected], entitled "Internet Mail - Problem during delivery processing"
    Is this an issue on the Mac server side or a problem with my Mail app?
    Many thanks in advance.

    My Wife and I both have an Ipad and an iPhone, I use an iMac and my wife a MacBook Pro.
    I have this problem with all my devices.
    My wife has NOT got this problem.
    We both use a [email protected] email acount.
    Just compared the settings:
    For "Incoming server" I have p03-imap.mail.me.com
    My Wife has p02-imap.mail.me.com .... and has not got this problem.
    I have setup a new rule for incoming mails (for the meantime):
    move all incoming emails from [email protected] to trash and delete it.
    Works fine for now,......until APPLE deals with the problem.
    Message was edited by: RTONLINE

  • Blackberry 9220 no option for internet mail account

    hi guys i have been trying to setup email on my bb but it in setup it does not show an option of Internet Mail Account.
    Guys please help me out

    Hello varunsaketh
    Welcome to BlackBerry Support Forums
    Call your Carrier Aircel and activate BIS in your SIM account , When your Carrier activates BIS it will show you the Internet mail account option.
    Click " Like " if you want to Thank someone.
    If Problem Resolves mark the post(s) as " Solution ", so that other can make use of it.

  • Create a Subscription without Notification Mail about the Creation

    Hi,
    we have developed a room extension which automatically creates subscriptions for new room members for all room stores; the target channel is (and should be) the EMAIL channel.
    The problem now is that when a user is added to the room as a member, he gets n+1 notification mails where n = # of room stores: one mail notifying about the room membership (that mail is OK) and one mail per room store notifying about the created subscription; these mails are not wanted.
    Question: Is it possible to create subscriptions per API (it's a service user who creates them and then passes over the ownership to the recepient) using the EMAIL channel but avoiding the notification mails about the created subscriptions?!
    Thanks in advance
    Detlev

    Hi,
    thanks for attending this interesting topic
    "Solution": It's not possible by standard means to reach this aim <i>only</i> in the situation described (but: globally for all subscriptions).
    Reason: <i>createSubscription</i> on the SubscriptionManager implementation calls <i>sendAdminNotification</i> internally, which calls <i>sendByNotificator</i> internally, which again calls <i>send(recipients, channel, notification)</i> on the <i>INotificatorService</i>. All these calls are unconditioned ...
    ... except for: The decision if an admin notification is sent depends on the "Allowed AdminNotifications" (System Admin, System Config, KM, CM, Repository Services, Subscription Service, subscription). Removing "create" will have the desired effect - but globally.
    See http://help.sap.com/saphelp_nw04/helpdata/en/6e/798e04b33b11d5993800508b6b8b11/frameset.htm for further details.
    Thanks for listenting
    hope it helps someone
    Detlev

  • X-MS-Exchange-Organization-AuthAs is configured as Internal other than Anonymous from internet mails

    Hi Admin,
    We want to restrict distribute group not to receive internet mails, but the internet mails are still going through even if the option"only senders inside my organize" is selected. The part of mail header is below,
    X-MS-Exchange-Organization-AuthSource: myexchange.com
    X-MS-Exchange-Organization-AuthAs: Internal
    X-MS-Exchange-Organization-AuthMechanism: 10
    The value of X-MS-Exchange-Organization-AuthAs is configured as "Internal" other than "Anonymous" from internet mails. Maybe this is the root cause, but I don't know how to resolve it. Currently the internet mails are first checked by
    our symantec mail gateway then transfer to our CAS server (myexchange.com) as above.
    Could somebody instruct me on this?
    Many thanks in advanced.
    Leon
    Leon

    Did you check "Externally Secured" on the anonymous receive connector or add the ip address of the Symantec Gateway to the allowed IP anti-spam list in Exchange?
    Twitter!: Please Note: My Posts are provided “AS IS” without warranty of any kind, either expressed or implied.

  • Information about forms

    Hi.
    Does anybody knows, what is the name of DB table where information about all existing OIM (903) forms (fields, version history) is stored?

    Check these three tables:
    SDK : It stores the information about form.
    SDC : It stores the information about version and form fields.
    SDH : It stores the information about nested forms.
    Thanks,
    Devendra Jain

Maybe you are looking for

  • Infoset Creation on Cubes/DSO, which is better?

    Hi all, Creation of infoset on cubes is better or creation on DSO's is better with respect to  query performance? I would like to use infoset on DSO(created based on view EKBE) and 0FIAP_O03. I am worried of the query performance. Please suggest. Pra

  • Not able to use Internet from Any App Except Chrome

    I updated to Yosemite from AppStore recently. After the installation, I can open all websites from Google Chrome. However, none of my other Apps can connect to the Internet. For instance, Dropbox, Box, App Store and Safari Itself cannot connect to in

  • RSS feeds won't post numbers anymore

    When I up graded Safari won't post the number of articles that are new anymore. It won't do on my bookmark bar or bookmark menu. I have tried resetting and nothing seems to work.

  • Problem setting up router

    Okay, I have a WRT54G router. However, I can't get it setup. I've tried at LEAST 10 times following the instructions on the setup CD exactly. The setup wizard currently says: The router is not able to connect to the Internet. Try turning the Cable/DS

  • Using iTunes songs in Adobe Photoshop Slideshow

    I purchased a song through iTunes that I would like to use in a slide show I've created in Adobe Photoshop. I have to use an mp3, wav or wma audio file for my slide show and the song I want to use is MPEG-4 Audio File (Protected). Is there any way to