Sending iMovies through GMAIL?

I am trying to send a very short movie I made with iMovie through Gmail, however it won't let me even select the movie in the attachment files. I guess it is in the wrong format or is there an issue with this?

I can only guess you are trying to attach the actual iMovie project file with the star on it, which will not work. If you export the movie from iMovie as a self contained Quicktime movie it will attach to any email providing the file size is not huge. I'm not sure about the Gmail attachment limits, but Yahoo and Hotmail have a 10mb limit for attachments, which breaks down to about two minutes of video exported from iMovie at CDROM quality.

Similar Messages

  • Trouble sending mail through Gmail with Apple Mail

    I am having trouble sending email through Gmail using Apple Mail.  I have entered the correct password thorugh the two step verification from Google and the Connection Doctor says that I'm connected to the IMAP and SMTP, but I get the error that my email address was rejected by the gmail server. 
    Any thoughts?

    Google has instruction posted for setting up your iPhone with gmail. I followed these directions and it worked perfectly.
    https://mail.google.com/support/bin/answer.py?hl=en&answer=77702

  • Sending texts through gmail

    Hi there, suddenly I am not receiving all text messages and occasionally when I send a message it shows up through my gmail account... Any thoughts?

    I can only guess you are trying to attach the actual iMovie project file with the star on it, which will not work. If you export the movie from iMovie as a self contained Quicktime movie it will attach to any email providing the file size is not huge. I'm not sure about the Gmail attachment limits, but Yahoo and Hotmail have a 10mb limit for attachments, which breaks down to about two minutes of video exported from iMovie at CDROM quality.

  • Error Occurred while sending mail through gmail account

    Hello,
    I am writing 1 demo appln which will send a mail from my gmail account. It will show error like "javax.mail.MessagingException: 530 5.5.1 Authentication Required f77sm3109311pyh"
    Here is Code : -
    package demo;
    import java.util.Properties;
    import javax.mail.Address;
    import javax.mail.Authenticator;
    import javax.mail.Message;
    import javax.mail.Session;
    import javax.mail.Transport;
    import javax.mail.internet.InternetAddress;
    import javax.mail.internet.MimeMessage;
    public class Demo {
         * @param args
         public static void main(String[] args) {
              try
              Properties properties=System.getProperties();
              properties.put("mail.smtp.host","smtp.gmail.com");
              properties.put("mail.smtp.auth","true");
              properties.put("mail.from","[email protected]");
              properties.put("mail.smtp.port","465");
              properties.put("mail.smtp.starttls.enable","true");          
              properties.put("mail.smtp.socketFactory.port", "465");
              properties.put("mail.smtp.socketFactory.class", "javax.net.ssl.SSLSocketFactory");
              properties.put("mail.smtp.socketFactory.fallback", "false");
              Authenticator auth = new PopupAuthenticator();
              Session session = Session.getDefaultInstance(properties,auth);                    
              session.setDebug(true);     
    //          Define message
              MimeMessage message = new MimeMessage(session);
              message.addRecipient(Message.RecipientType.TO, new InternetAddress("[email protected]"));
              message.setSubject("Hello JavaMail");
              message.setText("Welcome to JavaMail");          
              message.saveChanges();
              Address address[] = message.getAllRecipients();
              Address a1 = address[0];
              System.out.println("Recipient : "+a1.toString());          
              Transport.send(message, message.getAllRecipients());
              catch(Exception e){e.printStackTrace();}
    and code for PopupAuthenticator :-
    package demo;
    import javax.mail.Authenticator;
    import javax.mail.PasswordAuthentication;
    import javax.swing.*;
    import java.util.StringTokenizer;
    public class PopupAuthenticator extends Authenticator
         public PopupAuthenticator()
              System.out.println("In Auth");
    public PasswordAuthentication getPasswordAuthentication()
    String username, password;
    String result = JOptionPane.showInputDialog("Enter 'username,password'");
    StringTokenizer st = new StringTokenizer(result, ",");
    username = st.nextToken();
    password = st.nextToken();
    return new PasswordAuthentication(username, password);
    But when i run this code i never get popup window asking for username/password and it throws follwing exception
    javax.mail.SendFailedException: Sending failed;
    nested exception is:
         javax.mail.MessagingException: 530 5.5.1 Authentication Required f77sm3109311pyh
         at javax.mail.Transport.send0(Transport.java:204)
         at javax.mail.Transport.send(Transport.java:88)
         at demo.Demo.main(Demo.java:66)
    may i know wats wrong wid my code? I am confussed about when getPasswordAuthentication () method will call?
    please reply me at [email protected]
    thnx in advance ..
    -Sushrut

    Hi bshannon ,
    Thnx ..
    I have removed the popup code from my PopUpAuthanticer.java file
    But i got similar error ....
    Here is Debug message : -
    In Auth
    Recipient : [email protected]
    DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]
    DEBUG: SMTPTransport trying to connect to host "smtp.gmail.com", port 465
    DEBUG SMTP RCVD: 220 mx.google.com ESMTP y78sm4251719pyg
    DEBUG SMTP SENT: helo sushrutr
    DEBUG SMTP RCVD: 250 mx.google.com at your service
    DEBUG: SMTPTransport connected to host "smtp.gmail.com", port: 465
    DEBUG SMTP SENT: mail from: <[email protected]>
    DEBUG SMTP RCVD: 530 5.5.1 Authentication Required y78sm4251719pyg
    DEBUG SMTP SENT: quit
    javax.mail.SendFailedException: Sending failed;
    nested exception is:
         javax.mail.MessagingException: 530 5.5.1 Authentication Required y78sm4251719pyg
         at javax.mail.Transport.send0(Transport.java:204)
         at javax.mail.Transport.send(Transport.java:88)
         at demo.Demo.main(Demo.java:53)
    can u please tell me when getPasswordAuthentication() will call ? and who is going to call this ...
    Thnx in advance ...

  • My mac won't let me send attachments through gmail

    I don't know whether it's because i'm sending a pages document or if it's something to do with gmail? I'm really stuck

    Welcome to Apple DIscussions
    Three possible work arounds:
    Try using Stuffit to compress the file before trying to attach to a Gmail message.
    Save a .pages document as a Word document, using the File-> Export to -> Word in Pages.  This converted document can be emailed with no problems.  The recipient can easily open the document in Pages or in Word. Can do the same with Numbers to Excel.
    Do Print - save as PDF and email the PDF file (but then it's locked).

  • Unable to send mail using javamail through gmail

    can anyone plz help me by sending the code to [email protected] send mail through gmail server as i always get exception of authentication failed even when i supply correct userid & password

    Include the following when setting your mail properties:
    props.put("mail.smtp.auth", "true");

  • Sent email through Gmail server.

    I have Coldfusion 9 and I wonder if it is possible to send emails you have in the queue every second.
    Currently we send mail through Gmail server and you do not need classified as Coldfusion send spam emails with an interval of one second each.
    Anyone can help me?

    I will look at the settings in her gmail in a web browser. I assumed there was really only two way for one server to get emails from another.
    1. Charter is set to foward all emails to Gmail and keep the email on Charter's serve too. (not what is happening here)
    2. Gmail somehow reachs into Charter's server and downloads the mail to gmail. I suppose there would be options to leave the email on Charter's server. (But that doesn't explain why Charter's server doesn't keep the original email).
    But instead what is happening here seems to be that gmail reachs into Charter server, hijacks the email and somehow deposits the hijacked mail back to Charter after it performs gmails rules.
    Never having used the "unified" Andoid option (and I assume that was how it was done) I would have assumed the unified system would poll from mail from all accounts and put it into one box. But that doesn't seem to be happening here. But maybe they didn't do it from the phone but from the gmail web instead changing Charter's mail to gmail by taking the mail before Charter puts it on the server?
    Here is what I want for her. Her phone would poll Charter and Gmail and put all emails in a common folder on the phone without Gmail modifiying the email sent to the Charter's address. Of course if the email was being put on the Gmail server then I would expect gmail to apply their own rules... but not to the email left on the Charter account.
    Anyway I thank you for your response and will check her Gmail web setup.
    BTW I'm in over my head here. :-)

  • I have created a resume on Word and every time I try to send it to myself through Gmail, the format changes. This happens with other documents as well. How do I fix this?

    I have a MacBook Pro. Mac OS X Version 10.6.8. Processor speed 2.3 GHx Intel Core i5. Memory is 4 GB 1333 MHz DDR3.
    I have created a resume on Word and every time I try to send this document through Gmail, the format changes. This has happened since I have owned this computer but this time, I really need this to work. This happens when I send other documents as well. How can I fix this?

    Thank you! I have answered my own question

  • I have 2 email accounts but gmail will only send through the bt account and i need it to send through gmail? help!

    My gmail account only sends emails through bt account and dont want it to ? help

    You may have to use a second web browser & login
    instead of mail client software, for the gmail account.
    Check Google mail support for ways to set up POP
    or other Mail settings that may work with your ISP.
    {re: British Telecom ?}
    Good luck & happy computing!

  • Recieve Mail from Yahoo, Send through Gmail

    I have it setup so I can receive mail through AOL (my gmail is forwarded to aol which my iPhone then receives). Then I send through google's smtp server. No one ever knows it exists. What I would really like to do is receive through yahoo email (push) and then send through gmail. How can I accomplish that. I can not seem to find yahoo's imap server information.

    I would have your gmail forwarded to yahoo. Then set up your iphone using "other" when you add an account. The incoming server is: smtp.att.yahoo.com. The outgoing is gmail. And you can put in the field whatever email address you want for others to see!

  • Send email through Yahoo mail or Gmail with Java

    I have a java email program that can take a mail host name , port number and then send an email, but I don't want to use the mail host at work, I wonder if I can send email through my Yahoo Mail or Gmail account with Java, do they have any Java API that my program can log me in and send emails ? Any sample code available ? Thanks.
    Frank

    Thanks for reminding me, I did some search on "Yahoo" and "Gmail". For Yahoo someone posted some code that didn't work, for gmail, there seems to be a solution for sending email from command line. I wonder if I can send full fledged email : with CC, BCC, Attachment, Html email with images inside ...
    I've done it with a local mail host, but how to do it with Yahoo or Gmail ?
    Frank
    Have you read the JavaMail FAQ? Search for "Yahoo" and "Gmail".

  • I cannot send mp4 files (1-3mb) through gmail. i can with chrome. why?

    I cannot send any video files (mp4) even though they are small in size (1-4mb). I try to send them through my gmail account.
    In the past i could, and there was no problem. The problem is recent.
    Any help, any ideas to solve this?
    Thanks
    George S.

    Try uploading when in Firefox Safe Mode to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that turns off some settings, disables most add-ons (extensions and themes).
    If Firefox is open, you can restart in Firefox Safe Mode from the Help menu:
    *Click the menu button [[Image:New Fx Menu]], click Help [[Image:Help-29]] and select ''Restart with Add-ons Disabled''.
    If Firefox is not running, you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    When the Firefox Safe Mode window appears, select "Start in Safe Mode".<br>
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause. You can try disabling hardware acceleration as well to see if that might be causing it - though I would be surprised if that would affect this.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    When you figure out what's causing your issues, please let us know. It might help others with the same problem.

  • IPhone mail sending through Gmail not pop3?

    I have a pop3 account but all email being sent through Gmail.  I have deleted my Gmail account and it is still sending through Gmail.  How do I get iPhone to stop using Gmail?  Is there some new alliance I did not know about.

    To change your email address in the mail built in app :
    go to settings > mail, contacts, calendars > ( you will find your gmail account under iCloud ) tap on it then top on DELETE ACCOUNT > tap on add account to add your new address

  • Can't send mail using gmail in Mail 2.1.3 (OSX 10.4.11)

    Hi, it seems like I can receive mail but I get the following error message when I try to send mail:
    Cannot send message using the server (null)
    The server response was: 5.7.0 From address is not one of your address
    I did set up the account information for outgoing mail server (smtp): smtp.gmail.com: username
    CAn anyone help me?

    Hi, did you set up according to these Standard instructions:
    http://mail.google.com/support/bin/answer.py?hl=en&answer=13287
    Especially the...
    Please note that if your client does not support SMTP authentication, you won't be able to send mail through your client using your Gmail address.
    Also, if you're having trouble sending mail but you've confirmed that encyrption is active for SMTP in your mail client, try to configure your SMTP server on a different port: 465 or 587.

  • When sending attachments in Gmail in FF, my internet connection breaks

    When I try to send an attachment of any type in gmail in Firefox as a browser the attempt stalls, fails and then my internet connection breaks. I've googled this and no one else seems to have this issue. It seems local to my desktop and I've reinstalled FF and tried the beta for 4.0 and it still happens without fail.
    It doesn't matter what kind of attachment or size, this happens when I try to send attachments in Gmail.

    For what it's worth, I've seen this exact problem from Internet Explorer 8:
    <br><br>
    1. start a new email at the Gmail site in the web browser<br>
    2. click "attach a file"<br>
    3. select a file in the file dialog box & click OK<br>
    4. network connection immediately drops. (I've been pinging Google in the background and the ping gets interrupted exactly when I click OK."<br>
    5. Network connection is down until I go through the Windows 7 "repair network connection" procedure. Apparently the network gateway is lost.<br>
    When this happened, I tried attaching the same file to an email using a *different* Gmail account, and it worked. <br><br>
    I think this is either a problem with the ISP (Earthlink / Timewarner) or Google. I don't think IE or Firefox is causing the problem.

Maybe you are looking for