Responding to multiple emails via multiple templates

Hi! I’m looking for a way to implement templated email responses via the mail or gmail app. What I would like to do is this. After receiving an email I would like to respond with a one of many templates via e-mail in the most efficient way possible. Any ideas would be a big help.

Delete the email account in question and re-add it.         

Similar Messages

  • Send email via html template solution

    Dear Guru ,
    I am writing an abap program that can send the 'HTML' email to external user ( such as : GMAIL , YAHOO ) ...
    Up to now , everything is fine .... But i am looking for a solution that is it possibile to use a HTML template for that ?
    For example :
    I have one HTML file , like that :
    <body>
      <table>
         <tr><td>&name</td></tr>
         <tr><td>&address</td></tr>
      </table>
    And in my abap program i will fill my username ( sy-uname ) and address ( zaddress ) to this HTML file and then send to the external user ...
    Any good idea for that ? My idea is very stupid that put this file to internal table and then check it line by line ....
    Thanks .
    Best Regards,
    Carlos

    Here i share my abap code if someone internet for this topic :
    FUNCTION Z_BCAPPLYTEMPLATE.
    *"*"Local Interface:
    *"  IMPORTING
    *"     VALUE(FILE) TYPE  CHAR255
    *"  TABLES
    *"      PARAMETERS STRUCTURE  ZTMPLSTRU
    *"      CONTEXT STRUCTURE  ZTMPLSTRU
    * This function can read a template file that storage in the application server
    * And then replace the "^" charater to some parameters .
    * Sometimes use for the HTML format email sending
    * By Carlos
    * Defined vars
      DATA : BEGIN OF IT_READ OCCURS 0.
             INCLUDE STRUCTURE ZTMPLSTRU .
      DATA : END OF IT_READ .
      DATA : V_LENLEFT LIKE SY-FDPOS .
      DATA : V_PARAMETER TYPE CHAR200 .
      DATA : V_IDX TYPE I .
      V_IDX = 1 .
      SY-SUBRC = 0 .
      OPEN DATASET : FILE FOR INPUT IN TEXT MODE ENCODING UTF-8.
      CLEAR : IT_READ[] .
    * Read file
      DO.
          IF sy-subrc <> 0.
            exit.
          ENDIF.
          READ DATASET FILE INTO IT_READ.
          IF sy-subrc = 0.
            append IT_READ .
          ENDIF.
      ENDDO.
      CLOSE DATASET FILE .
    * Start apply parameters
      LOOP AT IT_READ .
          CLEAR : V_LENLEFT .
          CONTEXT = IT_READ .
          WHILE sy-subrc = 0 .
                CLEAR :  V_LENLEFT .
                SEARCH CONTEXT-LINE for '^' .
                IF SY-SUBRC = 0 .
                " READ PARAMETERS
                    READ TABLE PARAMETERS INDEX V_IDX  .
                      IF SY-SUBRC = 0 .
                          V_PARAMETER = PARAMETERS-LINE .
                          V_IDX = V_IDX + 1 .
                      ENDIF .
                    V_LENLEFT = SY-FDPOS + STRLEN( V_PARAMETER ) - 1 .
                    concatenate CONTEXT-LINE(sy-fdpos) V_PARAMETER CONTEXT-LINE+v_lenleft into CONTEXT-LINE .
                else.
                    append CONTEXT.
                endif .
          ENDWHILE .
          CLEAR sy-subrc .
      ENDLOOP .
    ENDFUNCTION.

  • Multiple Template in BIP

    Hi
    What is the use of multiple template in BIP Report. Can we print multiple template at a time. If no, then why they have given this facility of multiple template.
    Mash

    Hi,
    with multiple Templates you have the chance to use the same data for different requirements. Assume you want to have a nice layout for your customer add a rtf-template which returns a pdf. A second layout may be required for another country (for example in an right-to-left language). Than add a excel-template to get the same data as a excel-sheet to "play" with the data. Or you want to display the same data in a website, then you like to have html as output. This can be reached with the first rtf-template, but with another template you can fullfill special requirements for the different output types (as html for example has no page numbering compared to pdf). Perhaps next time you need the data as CSV ....
    And if there's than a change in your data set you had to maintain this only once.
    Regards
    Rainer

  • Creating multi-page document with multiple templates

    Hi,
    I am new to Pages and am attempting to create a photo book that I can export as a PDF and have printed through an online service. I have successfully created multiple templates in Pages that I want to use in my book, but cannot figure out how to create a new page based on an existing template. If I select "New" or "New from Template Chooser" I end up with a brand new document, not a new page in my existing document. If I select Insert --> Pages, I am only given the choice to insert a Text or a Blank page. How do I insert a new page based on a template? Or, how do I apply a template to a blank page?
    Thanks very much,
    Eric

    Okay, I have figured out a way to accomplish my goal. I have my master Pages document that I am adding pages to by:
    1. File --> "New from Template Chooser"
    2. Selecting my template
    3. A new document is opened
    4. I add my photo and custom text
    5. Copy the new page from the Pages area in the left nav
    6. Paste the new page back into my master document
    This works, although is a bit cumbersome. Would much prefer to be able to simply add a page in my master based on an existing template, but I still don't see how to do that...

  • XML publisher multiple templates in a single report

    Hello
    We are currently implementing PeopleSoft benefits where the user will have an option to select a benefit template from multiple selections and create a report form based from the combination of template he selected.
    My question would be based from the multiple templates, is it possible if the templates be printed out into just one report using xml publisher?
    thank you!

    Yes. This is possible by using sub templates.
    You can declare sub templates in the beginning and then call the sub template.
    You will need to register the sub templates in "Content Library" (Reporting Tools > XML Publisher> Content Library) to be able to call thses from another template.

  • Changes to multiple Templates

    I know how to apply changes to child pages of "a" Template
    after updating that Template. However, when I make changes to
    multiple Templates of my site, is there a way to apply those
    changes to child pages of all those (updated/modified) Templates at
    once (using a single command or something) without having to work
    on one Template at a time?
    Here is a specific situation: We have nearly 50 Templates in
    our Web site. We have to update a domain name of a link in all
    these Templates. That is -- from "www.OLDname.com" to
    "www.NEWname.com". It's easy to do a find and replace to make the
    above change in all these Templates. (Note: I am referring to only
    the changes in the NON-editable region of these Templates). Once
    the above change is done, how do I apply those changes to all the
    child pages of these Templates in a few easy steps ;-) Is opening
    each Template and doing "Modify > Templates > Update
    Pages..." the only way to achieve this?

    Alan, thanks for the response.
    I have one more question. When I run this command
    "dw menu-->Modify-->Templates-->Update Pages", I
    get lots of errors like the ones below. I had to press numerous
    "OK" buttons to clear them away. Since they were so many, I usually
    kill the process to get rid of them.
    Error Message - Sample #1
    Error accessing file "C:\sth\Templates\general.dwt:" file not
    found (error code 2)
    Error Message - Sample #2
    There is an error at line 7 of
    "C:\sth\sth\Templates\some.dwt": Unbalanced body tag.
    Error Message - Sample #3
    There is an error at line 218, column 8 (absolute position
    28866) of "C:\sth\sth\sth.htm": Duplicate editable regions of name
    "Document body".
    I don't get this problem when I work on the Templates one by
    one. Is there a way to suppress these errors, or at least cancel
    the operation after this command has been issued ("dw
    menu-->Modify-->Templates-->Update Pages").
    Thanks again for your help.

  • Multiple templates one document

    How do I insert multiple templates in a single document?

    What the printer has asked for is called "bleeds".
    Bleeds run images off the edge of the paper so the excess is cut away when the printed job is guillotined to final size.
    *1. Create an over-size page*
    +Menu > File Page Setup… > Paper Size: > Manage Custom Sizes: > Create a page with 10mm or 0.375" extra on all sizes ie 20mm or 0.75" extra width and height+
    For an A4 brochure this would be 317mm wide by 230mm high.
    For US letter brochure this would be 11.75 x 9.25"
    *2. Construct the brochure* with the final trimmed boundaries in 10mm or 0.375" from the outside of the page.
    Use guides to mark the trimmed outline and line for image bleeds 3mm or 1/8" outside the trimmed page boundary..
    Add crop marks (0.5 pt 100% cmyk lines) in the corners pointing in to just 1mm or 0.1" short of the trimmed corners.
    *3. Layout images to run to the bleed guides.*
    If you want to avoid all this extra manual work, try:
    http://www.macupdate.com/info.php/id/18896/swift-publisher
    Which has all of this plus imposition, true master pages and many other features.
    Peter

  • Does siri respond to multiple users's voices

    On I-Phone 4s, Does siri respond to multiple users' voices?

    yes it does not learn or bound to your voice in any way

  • How do you respond to multiple recipients on a text message?  I can only respond to the sender.

    How do you respond to multiple recipients on a text message on the samsung brighside?  I can only respond to the sender of the text.

    Being that the Brightside is a basic phone, it might not be capable of responding to a group.  The option does seem to be there, though - pg.  48 of the user manual:
    While viewing a message touch to display available options:
    • Reply w. Copy: Reply to the sender, plus other recipients if desired,
    and include a copy of the original message.
    Using the "More" option, you can apparently add recipients, or reply to more than one.

  • Solution to hanging mail when responding to certain emails

    I've had this annoying problem for a couple of months where I would get the spinning wheel of death when I would try and respond to certain emails. I've read multiple posts and suggestions and tried almost all of them to no avail. I finally read a tech note describing problems that some programs may have when a particular font is corrupted. So, this is what I did and it solved the problem:
    1. I opened the font book application (in your applications folder) and examined each and every font for signs of corruption. They all looked perfect. But I did notice that some font styles (bold, italics, etc...) were duplicated. The ones that have duplications appear with a small dot next to them.
    2. I opened each font with a dot next to it (click on the little arrow on the left of the font) and disabled one of each duplicated font style (typically the one that did not have a dot next to it).
    3. restarted mail (after having to force quit it) and I was able to reply to the problem emails.
    Hope this is useful to some other's out there who've been experiencing the same problem.
    Cheers y'all,
    ramo

    Cltrl/Alt/Delete for Task Manager, look under processes tab for firefox.exe, highlight and hit delete key. Then search for other instances of firefox.exe and delete them too. Close Task Manager and click on your Firefox icon and it should come up. This happens to my wife when she is frustrated and just closes Firefox outright and then immediately tries to reopen it. The Task Manager has not had time to close out firefox.exe

  • I am having an issue using OS X Mail for email via IMAP

    Hi there.  I am trying to use OS X Mail to set up email via IMAP for Business Catalyst email, but I am getting an error when trying to connect to the IMAP server on port 143.  The Mail application connection doctor points to the incoming mail server as the problem.  SMTP seems to connect just fine.  I have also tried to connect via multiple ISPs and am getting the same issue.  All of my setup information looks to be just fine.  Any suggestions?  I am using OS X 10.9.3.

    I am having the same issue with Mac Mail — Version 7.3 (1878.6) running OS 10.9.4. All of the settings look correct with the correct ports, servers, and no SSL.  I've not been able to find a solution elsewhere online.
    RCsCloud Have you resolved your issue?

  • HT201272 Season pass notice does not always download.  It does not appear in the purchased items. I am responding to an email stating 'this week's TV show is ready for download'.

    Season pass notice does not always download.  It does not appear in the purchased items. I am responding to an email stating 'this week's TV show is ready for download'.  Any suggestions?

    Been having the same problems all week. And am got a generic, not-at-all-helpful response from my initial inquiry with support, then absolutely no response to my follow-up requests. There seem to be a fair number of people posting this problem, so not sure why we're being ignored.
    Was able to eventually download the episodes manually via the 'purchased' link, but it's about 10 more steps than normal.
    Also noticed that itunes isn't recognizing my purchases at all, not just season passes. If I go to a page of a show where I buy episodes individually, it doesn't show which episodes I have previously bought like it used to.

  • How does a user respond to an email request for group scheduling?

    How does a user respond to an email request for group scheduling?
    <P>
    The iPlanet Calendar Server(iCS) 2.x is a personal calendar system. As such,
    messages that are sent out are "publish" type messages, where no responses are
    expected. A future release of iCS will support group scheduling and will allow
    users to respond to email requests by returning the emails. These email
    requests will conform to the iTIP / iMIP standard, which means that they will
    also work for Microsoft Exchange users and for Outlook users using Microsoft
    Exchange.

    An update to what is required and what software did you "purchase" and install?  Aren't you on this forum?  There's no charge to use this forum.........
    Never mind.  I just got your question.  You received an email saying CSound responded to your post.  You don't respond via the email.  You come back to the forum and respond.

  • Verizon email via Mac Mail totally locked out/unresponsive since abt Sept 17th

    What am I to do to get Verizon mail working again, as it always had, with my Mac Mail client, from overseas?
    I have NO email access to verizon via my Mac Mail client at all. 995 & 465 ports time out after long, futile waiting periods, never to connect.
    Webmail via Safari is ok, tho very sluggish when trying to sign in.
    But I must access Verizon email via my Mac Mail client. Webmail is not reliable for me.
    I am often in germany, where I use Telekom (t-online) for my internet connection, & have no problem with my t-online email which has the same exact pop/smtp settings as the Verizon email accts.
    & have had no problem with verizon email whatsoever for the last 8 years.... until Sept 18th.
    Verizon's Support chat y gave me a runaround & a brush-off with false advice & absurd info. (I'd saved the transcript & confirmed my suspicions by showing it to other colleagues who are computer saavy professionals). Altho the Verizon support chat admitted forum reports that overseas accts were suddenly locked out due to some security issue, they did not offer that info without my first suggesting it & then they claimed that my problem must be with Apple's Servers!
    (my verizon email does not go thru any apple server, excuse me?!?)
    I can not call any verizon 800 numbers from outside the USA & no alternative non-toll-free numbers are offered on any Verizon site that I can find.
    No email address is offered for any Verizon support.
    I do not use any social network (eg Facebook or Twitter).
    So what am I to do to get Verizon mail working again, as it always had, with my Mac Mail client, from overseas?

    Your issue has been escalated to a Verizon agent. Before the agent can begin assisting you, they will need to collect further information from you.Please go to your profile page for the forum, and look in the middle, right at the top where you will find an area titled "My Support Cases". You can reach your profile page by clicking on your name beside your post, or at the top left of this page underneath the title of the board.
    Under “My Support Cases” you will find a link to the private board where you and the agent may exchange information. This should be checked on a frequent basis as the agent may be waiting for information from you before they can proceed with any actions. To ensure you know when they have responded to you, at the top of your support case there is a drop down menu for support case options. Open that and choose "subscribe".
    Please keep all correspondence regarding your issue in the private support portal.

  • Windows phone (lumia 930) cannot receive office365 email (company email) via internetional data roaming

    when I travelled overseas, i found I cannot receive the office365 (company) email via mobile data roaming (even with manual sync), only can get email via WIFI. The internet access is OK, I even can receive the hotmail / gmail / yahoo
    mail...
    Why?
    Thanks!

    Lumia 520 - Video playback issues with new IE browser after WP8.1 upgrade
    As title says, I'm experiencing many issues in my Nokia Lumia 520 with the new IE browser included in the Windows Phone 8.1 upgrade.
    As example, the following page has an embedded video that when I try to play the audio starts but the display comes absolutely black and doesn't respond to the windows button,back,search, anything.... The only way to regain control is pressing the lock/unlock button to restore and reinitiate the browser app:
    http://www.engadget.com/2014/09/04/ibm-wants-to-kill-the-hard-drive/
    As this example many other websites with videos content like Coursera or Edx my phone has issues to play the content using this new video player embedded in the IE browser included in Windows Phone 8.1 upgrade (Nokia Cyan).
    Notes that before this upgrade I haven't any issue with videos reproduction in the browser part of Windows Phone 8 (Nokia Amber).
    There is more people experience this kind of problems with videos in the browser?
    This is annoying, I'm enrolled in many MOOC courses and my phone was the ideal device to visualize the videos but after the WP8.1 upgrade this use is impossible.
    I had no issues with Youtube website, so I don't know if this is an issue with specific kind of video format like flash(flv),mp4 vs. html5,etc. What I know is that my Lumia with WP8 had no issues with this websites,no matter the full-screen approach, but now with WP8.1 is a painful experience.
    I would like to know the experience of other users about this topic.
    Thanks and I hope Microsoft/Nokia dev team see that and fix asap

Maybe you are looking for