Per e-mail senden

Bereitstellen per E-Mail senden funktioniert nicht, folgende Meldung erscheint: E-Mail-Anhang konnte nicht erstellt werden. Beim Versuch, die Daten für den Anhang zu erstellen, ist ein Fehler bei iWork aufgetraten. Hat mir jemand einen Rat?

Es ist vielleicht keine direkte Lösung aber du kannst die Datei immernoch auf der Festplatte speichern und dann in einem zweiten Schritt in Mail hineinziehen. Hast du dieses Problem nur mit einem bestimmten Dokument oder grundsätzlich ?

Similar Messages

  • FLEX / eingetippte Daten per E-Mail zuschicken lassen bzw. auslesen... Wie funktioniert das mit Flex

    Hallo Leute! <br /><br />Also ich habe ein Formular mit Flex erstellt. Das bedeut, dass ich jetzt eintippen und auch von einer ComboBox etwas auswählen kann... Wenn jetzt aber jemand dieses Formular ausfüllt, dann möchte ich dieses eingetippte Informationen per E-Mail zugeschickt bekommen. Wie mache ich das? Ich drücke natürlich auf dem Button "SENDEN" und dann möchte ich die eingetippten Daten erhalten. Wie lassen sich diese auslesen oder kann ich es mir per E-Mail zuschicken lassen? Wenn ja, WIE? <br /><br />Was muss ich an Quellcode noch hinzufügen, damit ich die daten bekomme, wenn möglich per E-Mail... <br /><br />Der Quellcode meines Formulares befindet sich hier: <br /><br /><?xml version="1.0" encoding="utf-8"?> <br /><mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"> <br /><br /><mx:Form x="10" y="92" width="545" height="396" id="form1"> <br /><br /><mx:ControlBar width="512" height="17" id="controlbar7"> <br /><mx:Spacer height="0" width="93" id="spacer3"/> <br /><mx:FormHeading label="Herzlich willkommen bei BooksYOUneed als Dozent!" id="formheading9"/> <br /></mx:ControlBar> <br /><br /><mx:ControlBar width="512" height="20" id="controlbar2"> <br /><mx:Spacer height="0" width="109"/> <br /><mx:CheckBox label="Ich bin Dozent" width="108" click="currentState =''" id="checkbox2"/> <br /></mx:ControlBar> <br /><br /><mx:FormHeading label="Persönliche Daten" width="261" id="formheading1"/> <br /><mx:FormItem label="Anrede:" width="511" toolTip="Salutation" required="true" id="formitem1"> <br /><mx:ComboBox width="379" editable="false" enabled="true" id="Anrede" toolTip="Bitte wählen Sie Ihre Anrede aus! Please select/ choose your salutation!"> <br /><mx:ArrayCollection> <br /><mx:String>-------------------------Bitte auswählen-------------------------------</mx:String> <br /><mx:String>Frau</mx:String> <br /><mx:String>Herr</mx:String> <br /></mx:ArrayCollection> <br /></mx:ComboBox> <br /></mx:FormItem> <br /><br /><mx:FormItem label="Titel:" width="512" id="formitem2"> <br /><mx:ComboBox width="380" id="Titel" toolTip="Bitte wählen Sie Ihren Titel aus, falls sie über eine verfügen! Please select/ choose your title, if you have one!"> <br /><mx:ArrayCollection> <br /><mx:String>-------------------------Bitte auswählen-------------------------------</mx:String> <br /><mx:String>Dr.</mx:String> <br /><mx:String>Prof.</mx:String> <br /><mx:String>Prof. Dr.</mx:String> <br /><mx:String>Prof. Dr. Dr.</mx:String> <br /></mx:ArrayCollection> <br /></mx:ComboBox> <br /></mx:FormItem> <br /><br /><mx:FormItem label="Vorname:" required="true" id="formitem3"> <br /><mx:TextInput width="381" toolTip="Ein Beispiel für den Vornamen: Schuster! An example of the first name: Schuster!" id="vornameFeld"/> <br /></mx:FormItem> <br /><br /><mx:FormItem label="Name:" required="true" id="formitem4"> <br /><mx:TextInput width="380" toolTip="Ein Beispiel für den Namen: Müller! An example of the name: Müller!" id="nameFeld"/> <br /></mx:FormItem> <br /><br /><mx:FormItem label="E-Mail:" required="true" toolTip="Ein Beispiel für die E-Mail Adresse: [email protected]! An example of the e-mail address: [email protected]!" id="formitem5"> <br /><mx:TextInput width="381" id="emailFeld"/> <br /></mx:FormItem> <br /><br /><mx:ControlBar width="511" height="25" id="controlbar3"> <br /><mx:Spacer/> <br /><mx:Spacer height="0" width="227" id="spacer2"/> <br /><mx:Button label="Buch empfehlen" id="button7" labelPlacement="left" click="currentState ='Buchempfehlen1'"/> <br /></mx:ControlBar> <br /><br /><mx:ControlBar width="511" height="24" id="controlbar4"> <br /><mx:Spacer height="0" width="208"/> <br /><mx:Button label="Training CD´s empfehlen" id="button8" click="currentState ='CDempfehlen1'"/> <br /></mx:ControlBar> <br /><br /><mx:ControlBar width="510" height="22" id="controlbar5"> <br /><mx:Spacer height="0" width="420" id="spacer1"/> <br /><mx:Button label="Senden" id="button1"/> <br /></mx:ControlBar> <br /><br /></mx:Form> <br /><br /></mx:Application>

    Hallo Leute! <br /><br />Also ich habe ein Formular mit Flex erstellt. Das bedeut, dass ich jetzt eintippen und auch von einer ComboBox etwas auswählen kann... Wenn jetzt aber jemand dieses Formular ausfüllt, dann möchte ich dieses eingetippte Informationen per E-Mail zugeschickt bekommen. Wie mache ich das? Ich drücke natürlich auf dem Button "SENDEN" und dann möchte ich die eingetippten Daten erhalten. Wie lassen sich diese auslesen oder kann ich es mir per E-Mail zuschicken lassen? Wenn ja, WIE? <br /><br />Was muss ich an Quellcode noch hinzufügen, damit ich die daten bekomme, wenn möglich per E-Mail... <br /><br />Der Quellcode meines Formulares befindet sich hier: <br /><br /><?xml version="1.0" encoding="utf-8"?> <br /><mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"> <br /><br /><mx:Form x="10" y="92" width="545" height="396" id="form1"> <br /><br /><mx:ControlBar width="512" height="17" id="controlbar7"> <br /><mx:Spacer height="0" width="93" id="spacer3"/> <br /><mx:FormHeading label="Herzlich willkommen bei BooksYOUneed als Dozent!" id="formheading9"/> <br /></mx:ControlBar> <br /><br /><mx:ControlBar width="512" height="20" id="controlbar2"> <br /><mx:Spacer height="0" width="109"/> <br /><mx:CheckBox label="Ich bin Dozent" width="108" click="currentState =''" id="checkbox2"/> <br /></mx:ControlBar> <br /><br /><mx:FormHeading label="Persönliche Daten" width="261" id="formheading1"/> <br /><mx:FormItem label="Anrede:" width="511" toolTip="Salutation" required="true" id="formitem1"> <br /><mx:ComboBox width="379" editable="false" enabled="true" id="Anrede" toolTip="Bitte wählen Sie Ihre Anrede aus! Please select/ choose your salutation!"> <br /><mx:ArrayCollection> <br /><mx:String>-------------------------Bitte auswählen-------------------------------</mx:String> <br /><mx:String>Frau</mx:String> <br /><mx:String>Herr</mx:String> <br /></mx:ArrayCollection> <br /></mx:ComboBox> <br /></mx:FormItem> <br /><br /><mx:FormItem label="Titel:" width="512" id="formitem2"> <br /><mx:ComboBox width="380" id="Titel" toolTip="Bitte wählen Sie Ihren Titel aus, falls sie über eine verfügen! Please select/ choose your title, if you have one!"> <br /><mx:ArrayCollection> <br /><mx:String>-------------------------Bitte auswählen-------------------------------</mx:String> <br /><mx:String>Dr.</mx:String> <br /><mx:String>Prof.</mx:String> <br /><mx:String>Prof. Dr.</mx:String> <br /><mx:String>Prof. Dr. Dr.</mx:String> <br /></mx:ArrayCollection> <br /></mx:ComboBox> <br /></mx:FormItem> <br /><br /><mx:FormItem label="Vorname:" required="true" id="formitem3"> <br /><mx:TextInput width="381" toolTip="Ein Beispiel für den Vornamen: Schuster! An example of the first name: Schuster!" id="vornameFeld"/> <br /></mx:FormItem> <br /><br /><mx:FormItem label="Name:" required="true" id="formitem4"> <br /><mx:TextInput width="380" toolTip="Ein Beispiel für den Namen: Müller! An example of the name: Müller!" id="nameFeld"/> <br /></mx:FormItem> <br /><br /><mx:FormItem label="E-Mail:" required="true" toolTip="Ein Beispiel für die E-Mail Adresse: [email protected]! An example of the e-mail address: [email protected]!" id="formitem5"> <br /><mx:TextInput width="381" id="emailFeld"/> <br /></mx:FormItem> <br /><br /><mx:ControlBar width="511" height="25" id="controlbar3"> <br /><mx:Spacer/> <br /><mx:Spacer height="0" width="227" id="spacer2"/> <br /><mx:Button label="Buch empfehlen" id="button7" labelPlacement="left" click="currentState ='Buchempfehlen1'"/> <br /></mx:ControlBar> <br /><br /><mx:ControlBar width="511" height="24" id="controlbar4"> <br /><mx:Spacer height="0" width="208"/> <br /><mx:Button label="Training CD´s empfehlen" id="button8" click="currentState ='CDempfehlen1'"/> <br /></mx:ControlBar> <br /><br /><mx:ControlBar width="510" height="22" id="controlbar5"> <br /><mx:Spacer height="0" width="420" id="spacer1"/> <br /><mx:Button label="Senden" id="button1"/> <br /></mx:ControlBar> <br /><br /></mx:Form> <br /><br /></mx:Application>

  • Update the mail app styles as per outlook mail client themes

    Hi,
    I am developing an office mail app.My requirement is,If user changes the theme in outlook/office 365 my app styles are not changing. I am using office.css in my local mail app web site.
    Is it possible to update the mail app styles as per outlook mail client themes? When user changes the theme my app`s  style should also update accordingly.
    Any help can be appreciated.
    Thanks,
    Kiran

    Hi Kiran,
    I'll escalate your case to other engineers who have Outlook mail app experience. This will take some time, please be patient.
    Thanks for your understanding.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Fotos per E-Mail verschicken

    Computer mit Windows 8.1 (64 Bit). Leider ist es in Photoshop Elements 13 nicht möglich, Fotos per E-Mail mit dem E-Mail-Client Mozilla Thunderbird zu versenden. Die erforderliche Port-Nummer (für meinen Provider 587) lässt sich nicht einstellen, wenn ich 'kein Verbindungssicherheitsprotokoll' auswählen will (Portnummer-Einstellung ist nicht unabhängig vom Verbindungssicherheitsprotokoll). Was kann ich tun, um dieses Problem zu lösen?
    Ernst

    Es ist vielleicht keine direkte Lösung aber du kannst die Datei immernoch auf der Festplatte speichern und dann in einem zweiten Schritt in Mail hineinziehen. Hast du dieses Problem nur mit einem bestimmten Dokument oder grundsätzlich ?

  • Hallo habe eine frage im bezug auf ox x mountain. habe mir die software im app store gekauft, dankach per e mail den code erhalte. code eingelöst, aber download abgebrochen, wollte den code ein weiteres mal einlösen, aber leider heisst es code bereits ein

    hallo habe eine frage im bezug auf ox x mountain. habe mir die software im app store gekauft, dankach per e mail den code erhalte. code eingelöst, aber download abgebrochen, wollte den code ein weiteres mal einlösen, aber leider heisst es code bereits ein

    Hallo Mylenium
    Danke für den Hinweis, werde es versuchen, ist bei Adobe aber mittlerweile sehr schwer, jemanden ans Telefon zu bekommen.
    Gruß
    mw
    Von: Mylenium [email protected]
    Gesendet: Donnerstag, 19. Dezember 2013 19:59
    An: uo
    Betreff: AI CS 6 als DVD-Kauf beim MediaMarkt
    Re: AI CS 6 als DVD-Kauf beim MediaMarkt
    created by Mylenium <http://forums.adobe.com/people/Mylenium>  in Downloading, Installing, Setting Up - View the full <http://forums.adobe.com/message/5945275#5945275>  discussion

  • Is replying to discussions per E-Mail possible?

    Is it possible to reply to E-Mail alerts per E-Mail? I just tried, but I do not see my reply appearing in discussion when going to SCN with browser. Any specific settings I have to perform?
    Most documents I have seen go into details about configuring alerts, but not replying to these alerts ...
    Thank you!

    The emails are coming from this email id [email protected]
    So it can't accept reply. There are no facility in SCN.

  • E-Mail-Senden Schaltfläche

    Ich habe im LifeCycleDesigner ein Formular zum Ausfüllen erstellt und einen E-Mail-Senden-Button rein getan.
    Dies funktioniert für die Nutzer aber nicht ?
    Weiss jemand warum - die Einstellungen sind alle korrekt und auf meinem PC funktioniert der Button auch.
    Please help
    Thanks

    Dazu fallen mir spontan 2 Dinge ein:
    1. Dem Formular fehlen entsprechende Rechte, sodass das Senden mit dem Adobe Reader nicht erlaubt ist.
    Formular vor dem Verteilen erst in Acrobat öffnen und unter Datei > Speichern als... > PDF mit erweiterten Reader-Funktionen > Weitere Werkzeuge aktivieren (...) abspeichern.
    2. Bei dem Benutzer ist das mailTo-Protokoll keiner lokalen Mail-Anwendung zugewiesen, daher öffnet sich kein neues E-Mail-Fenster.
    Sofern Windows benutzt wird unter Systemsteuerung\Programme\Standardprogramme\Dateizuordnungen festlegen dem mailTo-Protokoll eine lokal installierte Mail-Anwendung zuordnen.

  • Wie kann ich ITunes per E-Mail kontaktieren?!

    Hallo!
    Ich hatte bei Click&By eine offene Rechnung, der Bertag ist vor nun mehr einer knappen Woche von meinem Konto abgegangen, dennoch ist meine Apple IP sowohl für das Mobile Netzwerk als auch für den App-und iTunesstore deaktiviert.
    Ich habe bei der Apple Hotline angerufen, dort wurde ich darauf verwiesen iTunes direkt eine E-Mail zu schreiben. Die nette Dame hat mir dann auch gleich eine URL geschickt, die mich zum Versandt dieser E-Mail führen sollte.
    Leider war nicht nur alles auf englisch, womit ich ja noch klar gekommen wäre, ich habe es auch nicht hinbekommen in irgendeiner Form was darüber in Erfahrung zu bringen, wie ich diesen Leuten jetzt eine E-Mail senden soll und bin langsam auch schon ziemlich genervt.
    Die Adresse die sie mir zusendete war folgende:
    Meine Frage ist nun: WAS TUN?
    Wie kann ich diese iTunes Menschen kontaktieren, oder kann ich den sonst irgendwie klar machen meine IP wieder freizugeben?
    Danke für eure Hilfe!

    Schon mal hier probiert? http://support.apple.com/kb/HT1933?viewlocale=de_DE
    http://www.apple.com/de/support/itunes/contact/

  • Kann keine e-mails senden!!!

    Hallo
    Ich wollte heuet eine E-Mail über das mailprogramm von apple senden das programm hat ber gesagt das es keine e-mails über den Hotmailserver senden kann. Liegt das an meiner unfäigkeit oder an Apple was kann ich dagenen tun.
    Und giebt es eine möglichkeit die Hotmail- kontakte und kalender mit apple zu syncronisiren?
    Danke im vorraus Consti

    Contact 1&1 and ask them what the correct settings you should use are. Or if you look at their Support pages you should find something like this:
    http://faq.1and1.co.uk/communication/e_mail/general/13.html

  • Hoe kan ik scan direct per e.mail verzenden

    mijn printerishotosmart B110 a (HP)
    ik gbruik windows 7
    het onderwerp het direct mailen van scans op de printer.
    groet evp.
    {Personal Information Removed}

    Mac Mail ondersteunt geen ontvangst van verzonden e-mail.

  • One messege folder per e-mail account

    I have 2 e-mail accounts set up on my BB. My personal account has its own folder, but my work account (outlook) shows my personal and outlook. How can I remove my personal account from this folder?
    Thanks
    Solved!
    Go to Solution.

    You can't.  The "Messages" icon on the home screen opens ALL mail accounts, and optionally SMS messages also.
    You can purchase a small application called Empower BES Mailbox for about $20.  A free trial is available to install OTA at http://ota.getempower.com
    Personally, I prefer having one place to view all my email with a single tap of the M key.  This is done using Home Screen Shortcut Keys (QWERTY devices only), and when I want to look at messages from just one Inbox (of the SIX email addresses delivered to my BlackBerry) or just my Unread messages, I use a Saved Search to display just that!
    Jerry

  • ICloud E-Mail senden nicht mehr möglich!

    Hallo, ich kann bei meiner iCloud E-Mail auf dem iPhone 6 keine Mails mehr versenden, aber empfange. Das Problem liegt anscheinend an dem Server für ausgehende Mails. Jedoch weiß ich nicht wie und wo ich das Problem beheben kann. Bitte helft mir!

    Sie können keine Bücher bewegen sich von einem Adobe-Konto zum anderen.
    Sie können die E-Mail-Konto mit dem von der Anmeldung (unter Verwendung von alten E-Mail-ID) und der Adobe-Website, und gehen zu "Mein Adobe 'zugeordnet zu ändern.
    Wenn Sie Ihr Passwort vergessen haben, wie auch Sie werden nicht leicht in der Lage, sie zurückzugewinnen, aber Adobe Live Chat kann in der Lage zu helfen, ein solches Konto zu erholen.
    ~~~
    You cannot move books from one Adobe account to another.
    You can change the email associated with the Account by logging on (using old email ID) and the Adobe website, and going to 'My Adobe'.
    If you have forgotten the password as well you will not easily be able to recover it, but Adobe Live Chat may be able to help you recover such an account.

  • Queries via Broadcaster per E-Mail

    Does anyone know how to distribute by email a couple of BW-Reports (Queries) via Broadcaster?
    I hope someone could help.
    Kind regards,
    Karl

    HI Karl,
      Some good news for you ! I know for sure that Blackberry is supported by SAP, because I saw their demo of Travel Expenses and Time Sheets applications on the Blackberry devices !!!
      I also heard, that there are some limitations on what you can do with BW reports on Bleckberry device, e.g. you can see pre-configured report, but can not drill it down.
      Here is another quote from SAP: "Every mobile application based on WebDynpro is rendered appropriately for a BlackBerry device.
      For user convenience, SAP has integrated single sign on to SAP systems via the BlackBerry device. The user only has to enter the password to unlock his BlackBerry, and is able to access SAP applications online without any further logon screens".
      To get more detailed info on your query, you may contact one of the following guys in UK, who can have first-hand info:
      - Alberto Zamora (Solution Principal, SAP Mobile Business): [email protected]
      - Nicola Grant (Business Manager, O2 Solutions): [email protected]
      - Nicole Van Gheluwe (Alliances Marketing Manager, EMEA, Research in Motion): [email protected]
      Hope it helps.
    Best regards,
    Laziz

  • Wie kann ich das Account ändern, damit ich Mails senden kann?

    Ich wollte mailen aber ich kann keinen Account aufsetzten, da die Einstellungen beschränkt sind. Ich weiss auch leider den Einschränkungscode nicht mehr.  Wie kann ich da ran kommen?

    Mir ist das mit dem Einschränkungscode auch passiert.

  • Transfer photos out of PICASA

    Ich habe einige Zeichnungen gescannt, die nun in PICASA stehen. Ich möchte sie einem Dokument beifügen und zusammen mit diesem per E-Mail senden. Wie kann ich die Bilder aus PICASA übertragen?

    Picasa ist eine Software von Google, das hier ist ein Adobe-Forum.
    Abgesehen davon, die Picasa-Bilder sind entweder in einem Web-Album, das man auf die Festplatte herunterladen kann, oder bereits auf der Festplatte, üblicherweise in \Bilder.
    Einfach mal die Hilfe von Picasa aufrufen.

Maybe you are looking for

  • HT1349 I am looking for a free program or app that will allow me to save my iphone 4s SMS and call logs to my Windows PC

    my droid phone AUTOMATICALLY synched with my gmail account!!!! It backed up SMS,call logs calenders etc,etc. I can't find anything or anyone that can explain how to do this without it costing money!!! can anyone help??

  • Buffer overrun is about to get run over

    Are you receiving the now infamous buffer overrun issues when viewing videos with QuickTime? I am, too. I am sick of it. I am even more sick of Apple's failure to address the issue. This has to be the most common problem posted in the forums, yet the

  • "Blinking" Finder

    I'm able to login as usual but once I do & FINDER displays, it "blinks" on and off.  I can re-boot to correct things but this is getting to be a hassle.  I just want to fix it once and for all.  Thanks.

  • Create movie in PAL format

    Hi, Just getting in to using iMovieHD (v6.0.3) to create DVD slideshows from my still photos. When I create a new movie and select 'Video Format' I don't get the options for DV-PAL nor DV Widescreen PAL. All my movies come out as NTSC. How can I set

  • Mac update notifaction without updates...

    I just got an update note by my software update option, but there is noting in the list. Is this an apple error?