Email response with changed subject line, disappears.

I "replied" to an email, but changed the subject line and then entered "send". The email disappeared. It did not appear in the sent folder. Was this because I changed the subject line?

Welcome to  Discussions!
Check your Junk folder. Something about the email is probably making the junk filter think it's just junk. If it's in there, you can mark it 'not junk' to help the filter learn it's a valid email.

Similar Messages

  • Change subject line of Email sent through "spool recipient functionality".

    A batch job creates a spool, which is send through Email using spool recipient functionality. The subject line of the Email is as follows
    "Job<job name>, Step <step no.>".
    Is it possible to change the subject line of the Email?
    Any pointers on this would be highly appreciated.

    check the program name for job.
    If the program is Custom program(starting with Z or Y)  then you can easily change subject line of email.
    If it is standard program then we have to look for alter path.
    Edited by: subas  Bose on Feb 18, 2010 6:54 PM
    Edited by: subas  Bose on Feb 18, 2010 6:55 PM

  • Saving Outlook eMail to a hard drive folder with long subject lines

    I'm using Outlook 2010 on a WIN7 machine. I drag and drop eMails to folders on my desktop quite often and in the past (earlier version
    of Outlook) I would receive a warning that the file did not copy if the subject line was too long. When I drag and drop eMails with long subject lines now there is no visual warning or indication that the operation failed. I am aware of the file name/path
    character count limitation. My issue is the lack of a warning when the operation fails requiring me to have to check the length of the subject line before the operation or double check if the file is present after the operation. Checking after the operation
    is quite exacerbating when you are copying 15 - 20 files at a time. Is there a patch or something that can be done about this?

    Hi,
    We can also consider to get support about macro from MSDN forum:
    http://social.msdn.microsoft.com/Forums/office/en-US/home?forum=outlookdev
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Change subject line of email when submitting a form using Acrobat X Pro

    I have created an interactive PDF in Acrobat X PRO with a submit a form button. Everything works fine all the way through distribution except that I need the Subject Line of the submitted form when attached to an email to read "Form Returned: File Name" rather than "Submitting Completed Form". All of my past forms had the "Form Returned: File Name" subject line automatically...did something change and is it possible to change the subject line? Any help would be much appreciated.

    Thank you for your reply. I had actually come across that form on multiple occasions during my research. Looks like I need the doc.mailDoc() function, but there isn't an example of the code. Looking in other places I have tried a few things unsuccessfully. I did find this, which I thought would be even better than Form Returned: File Name in the subject line...actually taking information from fields in the form:
    // Build the subject line text from several fields form fields
    var subj_text = getField("text1").valueAsString;
    subj_text += getField("text2").valueAsString;
    subj_text += getField("text3").valueAsString;
    // Send the email
    mailDoc({
        cTo: "[email protected]",
        cSubject: subj_text,
        cMsg: "Body of email message goes here."
    I entered the script(adding in my own information for the email, body and subject line) by adding an action to the button to run the java script but it did not work. Any ideas??

  • I want to change subject line and save emails from others

    For instance my client may respond to an email question and I want to change the subject line because it includes an answer such as clients address, but I cannot figure out how to change the subject line and save it to my file folder I have for them.

    This add on claims to do that.
    https://addons.mozilla.org/en-US/thunderbird/addon/edit-email-subject/?src=ss
    There might be others but that is the first one that came up. I have never used it so I cannot speak for how well it works.

  • Change Subject Line of Email!!!

    Hi all,
               Can anyone please tell me if it is possible to change the subject line of email.
    IF it is possible then can you please send me a code snippet as to how to change it from a BAdi.
    Kindly reply immediately as this is bit urgent.
    Regards,
    Vijay

    Hi,
    Where do you want to change?
    Regards,
    Raj

  • Auto complete in subject line of email in google no longer works. Gmail used to work with autocomplete subject line and no longer responds.

    Somewhere in the updates of Google and Firefox the subject matter history does not remember the common subjects that I use everyday. The auto feature saved me typing the subject line every time I send repetitive messages and mail to different groups. No forums online seem to have an answer but many have the problem. I don't know if it is a Google issue or a browser issue.

    Perform the suggestions mentioned in the following articles:
    * [[Form autocomplete entries are not saved]]
    * [[Form autocomplete]]
    Check and tell if its working.

  • Tell a Friend emails sent using iPhoto--Subject Line

    I published two separate albums to my gallery using iPhoto (each with different names and password protected with different user names and passwords and hidden on my gallery page.)  I sent a tell a friend e-mail for each album to two different distribution lists (one to my side of the family, the other to my husband's side of the family.)  I also sent each e-mail to both me and my son as part of each distribution list.  My son and I each received the emails in Apple mail--on my iMac and his MacBook Pro.  I used the SAME SUBJECT in the Subject line on both "tell a friend" emails for the two different albums, and all information in each email was correct when I sent the emails:  Each had different album numbers in the link to the gallery page and the correct corresponding assigned username and password.
    We received both emails which appeared fine when viewed.  But once one album was accessed on the gallery page using one of the links, the text in the other email changed to the text in the other e-mail, including the username and password. 
    I tested this by resending the tell a friend emails using different subject lines and did not have the problem.  Can anyone explain this?
    Thanks!

    Welcome to the Apple Discussions.
    It is very slow and I can not find the way to customize the standard mail template.
    There is no way to customize that template. If it does not suit you needs send a regular email with the URL to the gallery in it.
    As far a slowness is concerned need more info on your setup. How much free space on the boot drive? How much memory? How many pictures in the library?
    from the other user the template is somehow corrupted
    Delete the Delete iPhoto preference file , com.apple.iPhoto.plist, that resides in the User/Library/Preferences folder for that user, launch iPhoto and try again.
    NOTE: If you're moved your library from its default location in your Home/Pictures folder you will have to point iPhoto to its new location when you next open iPhoto by holding the the Option key. You'll also have to reset the iPhoto's various preferences.
    Do the templates work if you try the Tell a Friend from the gallery online?
    OT

  • Submitting a form with customize subject line

    Hi
    I would like some help with Submitting a form via E-mail with a customize subject line. I want the subject like to be the First name of the person which they would have to enter in the form. Is this possible?
    Thanks

    Look at this previous thread:
    http://forums.adobe.com/message/5615207#5615207
    The script would look something like:
        //Place into a submit button     
         var cSubLine = this.getField("FirstName").value;       //Replace FirstName with the name of the field on your form
         this.mailForm({
         bUI: true,
         cTo: "[email protected]",
         cSubject: cSubLine,

  • IPad Email response streams in single line

    My iPad email responses stream in a single line..forever. Not the normal paragraph format, which I had, and want back. I didn't change settings.Thanks
    Message was edited by: ninabgirl

    Hi,
    Tap Settings / Mail, Contacts, and Calendars / Preview. Try 2 or 3 or more lines then reseting your iPad.
    Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears
    See if that makes a difference.
    Carolyn

  • Mail deletes / removes drafts when I try to save multiple messages with same subject line.

    Hi,
    Running 10.7.5, Mail version 5.3, I find that I cannot save multiple messages with the same subject line when I want to store them for sending to different people later. It automatically deletes the older message and only saves the new one.
    Any idea/help? Can't find it online or using Macs's Help program. They are NOT being stored on my mail server, just checked.
    Thanks!

    I am experiencing exactly the same problem. Mail will not keep multiple email drafts with the same subject line, although they are addressed to different people. At one point, I had drafted and saved a dozen or so such messages intending to send them later only to discover that Mail had deleted all of them but one. Have you received any help or guidance on this? I'm baffled. This did not happen with previous Mail versions.

  • Change Subject Line on received mails

    Trying to change the subject line on a received mail. Many mails do not have a correct subject and i want to change the subject line to meet my needs in my folders.
    Any solution?
    Thanks,

    I believe this is deliberate policy by Apple. You might find Mail Tags helpful.
    AK

  • Why are emails downloaded with the subject and from address different from what is actually in the email?

    The subject and from address listed in the message pane are totally different from what is in the actual email, viewed either in the preview pane or when the email is opened. The emails are correct when viewed online. For example:
    Email subject A from Sender A - email A
    Email subject B from Sender B - email B
    Email subject C from Sender C - email C
    After downloading to Thunderbird:
    Email subject A from Sender A - email A
    Email subject B from Sender B - email B
    Email subject C from Sender C - email A *** Subject and Sender for C but is actually email A
    This started happening within the past month and appears to be random. Sometimes everything is correct. But more often there are a few that exhibit the above behavior. I have multiple email address downloading from the same domain but this problem seems to occur ostly with my main email account.

    Try to rebuild the index file of the troubled folder.
    Right-click the folder - Properties - Repair Folder

  • When sending an email message with attachment, the message disappears.

    I send and receive messages without any problems but when I try sending a message with an attachment (using Documents to Go, IAnnotate PDF, IWork,) the message somehow disappears (it is not sent to the destination and not listed on "Sent" messages folder. Is anyone having the same issue?

    Hi Jaime,
    Are you saying, you are getting junk characters in the email attachment? Then pls check the following. Since you want to send Japanese fonts, please pass language 'J' in both  objpack-obj_langu = '3' & doc_chng-obj_langu  = '3' instead of '3' please replace it with 'J'.
    Another thing which you may have to check is the SCOT device type. As I understand from my basis colleague, this may also affect your attachment fonts since the emails are sent through SCOT. Go to transaction SCOT-> Settings-> Device types for format conversion. Check whether wrong device type is defined for Japanese there. Hope this helps
    Regards,
    Gokul

  • Reconnect with changed off-line media path

    Hi.  I've had my catalogued images on a network drive for several years.  Recently had a major failure and re-built the drive, re-loaded from backup etc. 
    Unfortunately, since the overall requirements for the drive had changed over the years, when re-building I didn't re-create exactly the same folder tree as before.  While all my images are there (30,000+) and in the same relative tree as when they were catalogued, they are one level higher in the overall tree.  As a result, the catalog (PSE7) doesn't marry up with the path to the folders and Organizer displays a red 'off-line' media icon for every single image.  (None of the images is marked as needing to be re-connected since Organizer thinks the problem is the media being off-line rather than it being on-line but with a different path.)
    With this many images, re-cataloguing the images isn't a realistic option.  What can I do to get Organizer to recognise the drive is not off-line media and that the images are all there but on a different path ?
    Thanks for any help.

    To cut a long story short ... the original network drive was a Maxtor in RAID1.  When one of its HDD died, it instantly became unbootable.  Support told me there were no user replaceable drives inside and that as it was out of warranty to throw it away !   What's the point of RAID1 if you have to do that ? 
    Instead I downloaded hacked firmware and rebuilt with two new HDDs, then re-loaded from a USB back-up drive.  Had been running fine again since.  But its NAS functionality is limited compared to modern devices and I wasn't prepared to repeat the exercise when a HDD died again.  So I bought a new NAS, moved the HDDs into it, re-formatted, and re-loaded my Catalog from the USB drive again (ie. not from the re-built drive but from a backup taken before it failed).  Downtime for the whole thing was about a fortnight which I could cope with.  But the new NAS has different reserved share-names (as well as a different volume #) so I couldn't use the original names that are in the Catalog and anyway I wanted to split the data between more than one share to exploit the additional functionality.  So when re-loading I put the images into a folder tree starting at the share-name root rather than one level lower.  I expected to have to do a lot of "re-connect missing file" operations. 
    Instead I found that Organizer doesn't think they are disconnected, but off-line, so doesn't allow you to try re-connecting them.  Starting over with the missing tree level re-inserted isn't an option because I can't create the same root share-names on the new NAS anyway, and its volume # will still be different.  What looks to be needed is a way to get Organizer to accept the folders are online and allow me to re-connect the images, as if everything had happened on a local drive, not a network drive.
    Any ideas gratefully received.

Maybe you are looking for

  • Blank icon appearing in applications folder

    Hi, I recently installed Skype and Miro Video Player on my iMac. Whilst installing, it asked me to click and drag the icon into the applications folder, which I did, and I heard the notification sound as if it was a success. However, when I opened th

  • ProxyPass ProxyPassReverse Help Needed

    I need some help working with the native version of Apache2 that comes with Snow Leopard Server. I'm a geek and host my own mail server for myself and family members. I have been running Microsoft Exchange, but, wanted to move to an all-Mac solution.

  • ORA-01242: data file suffered media failure - ORA-01208: data file is an

    Hi, I am running Oracle 9.2.0.5 and if fails almost on a daily basis. I get the following errors: *** 2008-04-09 09:31:46.334 *** SESSION ID:(4.1) 2008-04-09 09:31:46.318 ORA-01242: data file suffered media failure: database in NOARCHIVELOG mode ORA-

  • Wrong Encoding for JDBC-Receiver

    Dear all, we've to convert from UTF-8 to ISO-8859-1 before we write payload data into database. We've tried with "AF_Modules/XMLAnonymizerBean"  but it does not work! Is there any issue regarding JDBC? Should we use "AF_Modules/TextCodepageConversion

  • I am having alot of dropped calls in area code 21826

    I have the Iphone 5s and my wife has the Samsung s5 and the last couple week I can not make or receive a call with out it being dropped. We have lived in this house for over a year with no problems. I also have a problem with my text messages getting