TS2621 Problem sending emails using iphone 4

I cannot send emails using my iphone 4.  All the mails can be received without any problem.  I don't have data plan and use wi-fi to access the internet.  Any suggestion is much appreciated.  Thanks

iOS: Unable to send or receive email
http://support.apple.com/kb/TS3899
Can’t Send Emails on iPad – Troubleshooting Steps
http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/
Setting up and troubleshooting Mail
http://www.apple.com/support/ipad/assistant/mail/
iPad Mail
http://www.apple.com/support/ipad/mail/
Try this first - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
Or this - Delete the account in Mail and then set it up again. Settings->Mail, Contacts, Calendars -> Accounts   Tap on the Account, then on the red button that says Remove Account.
 Cheers, Tom

Similar Messages

  • Problems sending emails with iPhone 3G and outlook exchange

    I have a problem sending email with exchange. Receiving and answering mail works fine and calender updates work fine. However when I initiate an email from the phone it syncs and ends up in the sent folder in the computer but never reaches the recipient. I have tried this many times with different recipients and phones. It only happens from my iphone and ipad. Any suggestions?
    Any help much appreciated

    The iPhone you returned is still syncing against your server and locking out your account. Someone possibly has access to your mail data. I'd recommend having your Exchange Administrator install the Microsoft Exchange Server ActiveSync Web Administration Tool (http://www.microsoft.com/downloads/details.aspx?FamilyID=E6851D23-D145-4DBF-A2CC -E0B4C6301453&displaylang=en) and attempt to wipe/delete/block that other iPhone.
    Message was edited by: ethanm

  • Problems sending email using Edge

    OK, I have my own email server hosted with the company that hosts all of my websites (Cyberwurx)... They use port 25 for their outgoing mail server.
    I am able to receive email just fine using WIFI or Edge.
    However, when using Edge I can not seem to send email consistently. Every now and then it will work, but most often I get a "cannot connect to outgoing mail server" error when trying. As soon as I switch over to WIFI, the email sends perfectly.
    Any idea what is going on here? Is AT&T blocking port 25?

    Hi this thread may help. It is to do with the servers.
    Best regards
    Josh
    http://discussions.apple.com/thread.jspa?threadID=1232688&tstart=45

  • HT1349 problem sending emails with iphone 4s

    Trouble sending emails can get them but not send.

    Settings - mail,contact,calendar, select the account- then account again - you see info for incoming mail server and below that you should see one for outgoing, click on that and enter the password, same as your incoming password.

  • Problem sending email using Verizon email account in iPhone

    I am having the exact problem as in this archived thread:
    http://discussions.apple.com/thread.jspa?threadID=1266840
    I get an error:
    "Cannot Send Mail, the sender address was invalid."
    I am using an original iPhone with the latest software. I believe the problem started with the 2.0 or 2.1 update.
    Even before coming here, I had noticed that the authentication under advanced was set to "MD5 Challange-response" rather than "password".
    No matter how many times I change to "password" it doesn't stick, and of course the mail does not send.
    How can I get the correct setting to stick, or am I doing something else wrong?

    Thanks for the response. I see based on your response that I had not been changing the outgoing method of authentication.
    I found the outgoing mail authentication where you said it would be.
    I have the same problem though, I can change it from "MD5 Challange-response" to Password, but the change does not "stick".
    As soon as I leave the "page" and go back to it, the authentication has changed back to "MD5 Challange-response".
    I checked my friends iPhone 3g (I have an original with the latest software) who also has verizon, and his phone is set to password.
    On his smtp server page, authentication shows as "password" without even clicking on "authentication". My smtp page shows nothing next to authentication, I need to click on that to go to the next page to then see it has switched back to "MD5 Challange-response".
    Another oddity is his phone lists server port as 25, mine lists as 587. I tried changing mine to 25, but nothing changed, my authentication would not "stick" at password, and outgoing mail still did not send.
    Any help appreciated as sending e-mail from the phone is very important to me.

  • Has anyone had problems sending emails using via (Road Runner) POP account?

    I cannot send any emails w/ the iPhone via Road Runner POP account.... I have tried everything. From Calling Time Warner to have my Password reset just incase I'm using the incorrect password, which in fact the settings menu for mail says the password for outgoing emails are optional.. I keep getting a message saying "my email was rejected by the server" Is anyone having this problem and if so please suggest any solutions.......
    Does anyone know how to set my mail app on my home computer to only forward the messages I want to my iPhone while moving all other junk emails to my Junk folder on my computer????

    Last I checked you could not access RoadRunner outgoing mail servers from outside of the RoadRunner network (i.e., the AT&T EDGE network). You can use cwmx.com as your outgoing mail server, with no ID or password, and that will work while you are on EDGE (but now when you are on WiFi).
    As for junk mail, that is the scourge of the internet. Many people have many solutions - I can share with you mine. I had all my email forwarded to a free GMail account. GMail has amazingly efficient SPAM filters, and it has cut down my spam 99%. You can configure your account on the iPhone using the "Other" shortuct in such a way that emails seem to come from your Roadrunner account. The added bonus is that the GMail outgoing server works on both EDGE and WiFi, so you dont have to worry about where you are at.

  • Problems sending email using outlook

    I constantly get the failure message 'Mail could not be sent' - The server for account " etc" returned the error "Service not available - too many authenticated connections' Your username / password or security settings may be incorrect. Would you like to try re-entering your password? Yes - No.
    When I respond with 'Yes' and then put in my passward, I get the reply Please enter your account ID and password for the SMTP server "mail.btinternet.com" I put in my password and tick the Remember this password in my keychain box but then everything simply repeats itself. I seem to have to go into my Outbox and then click on Send/Receive which then send the email.
    Is anyone else having this problem which started a couple of days ago and is sending me nuts!

    Outlook is a Microsoft product and not a lot of people here seem to use it. You will get the best and fastest answers to questions about Office:Mac and its components here:
    Office for Mac forums

  • Problem sending email using javamail in servlet

    I try this code and make some changes of my own http://forums.sun.com/thread.jspa?threadID=695781.
    When i run the program the confirmtaion shows that the mail has been sent, but when i check in my inbox there's no the message. I'm using gmail and need to authenticate the username and password. I guess the error caused in the servlet.
    Here's the code for my servlet :
    import java.io.*;
    import java.util.Properties;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import javax.mail.internet.*;
    import javax.mail.*;
    public class ServletEx extends HttpServlet {
       public void doPost(HttpServletRequest request, HttpServletResponse response)
             throws IOException, ServletException {
          System.out.println("____emailservlet.doPost");
          response.setContentType("text/plain");
          PrintWriter out = response.getWriter();
          System.out.println("______________________________");
          out.println();
          String to = request.getParameter("to");
          System.out.println("____________________________to" + to);
          String subject = request.getParameter("subject");
          String msg = request.getParameter("msg");
          // construct an instance of EmailSender
          System.out.println("servlet_to" + to);
          send(username, to, subject, msg);
          //send("[email protected]", to, subject, msg);
          out.println("mail sent....");
            String username = "[email protected]";
            String password = "my_password";
            String smtp = "smtp.gmail.com";
            String port = "587";
       public void send(String username, String to, String subject, String msg) {
            Properties props = new Properties();
            props.put("mail.smtp.user", username);
            props.put("mail.smtp.host", smtp);
            props.put("mail.smtp.port", port);
            props.put("mail.smtp.starttls.enable","true"); // just in case, but not currently necessary, oddly enough
            props.put("mail.smtp.auth", "true");
            //props.put("mail.smtp.debug", "true");
            props.put("mail.smtp.socketFactory.port", port);
            props.put("mail.smtp.socketFactory.class", "javax.net.ssl.SSLSocketFactory");
            props.put("mail.smtp.socketFactory.fallback", "false");
            SecurityManager security = System.getSecurityManager();
            try
                Authenticator auth = new SMTPAuthenticator();
                Session session = Session.getInstance(props, auth);
                //session.setDebug(true);
                MimeMessage message = new MimeMessage(session);
                message.setText(msg);
                message.setSubject(subject);
                message.setFrom(new InternetAddress(username));
                message.addRecipient(Message.RecipientType.TO, new InternetAddress(to));
                Transport.send(message);
            catch (Exception mex)
                mex.printStackTrace();
       public class SMTPAuthenticator extends javax.mail.Authenticator {
            public PasswordAuthentication getPasswordAuthentication(String username, String password)
                return new PasswordAuthentication(username, password);
    }Actually it's been a long time for me to develope this program, especially with the authenticate smtp. Any help would be very appreciated :)

    Accordingly to your stackTrace, I think that you miss some utility jar from Geronimo app. server.
    As you are using Application server that is J2EE compliant, so there is an own JavaMail implementation embeded and used by the Server. To fix this problem you have to find and add to your calsspath a jar-file that contains Base64EncoderStream.class

  • Problems sending email using javax.mail.*

    I need to send an email from an application I am working on. I am using the features of the javax.mail package to do so. In looking at the code I am unsure why this is not working. This is my first time using this package so it might be something silly I am missing so any of your thoughts are appreciated. The code is as follows:
    import java.util.Properties;
    import javax.mail.*;
    import javax.mail.internet.*;
    public class EmailTester {
         public static void main(String[] args) {
              try {
                   //Set the smtp address
                   Properties props = new Properties();
                   props.put("mail.smtp.host", args[0] );
                   // get the default Session
                   Session session = Session.getDefaultInstance(props, null);
                   session.setDebug(true);
                   // create a message for this session
                   Message msg = new MimeMessage(session);
                   // set the from and to address
                   InternetAddress from =
                        new InternetAddress( args[1] );
                   InternetAddress[] to = new InternetAddress[1];
                   to[0] = new InternetAddress( args[2] );
                   msg.setFrom(from);
                   msg.setRecipients(Message.RecipientType.TO, to);
                   // set the subject and content type
                   msg.setSubject("subject");
                   msg.setContent("this is my test email", "text/plain");
                   // send the email
                   Transport.send(msg);
              catch (MessagingException me) {

    I have an EMail class that I use at:
    http://www.discoverteenergy.com/files/EMail.java
    Feel free to use it or compare against your code to see what is different.

  • IPhone cannot send email using Yahoo account. iPhone no envia correo Yahoo.

    Hi Everyone,
    I just got my iPhone from Movistar Venezuela and I've found I'm unable to send email using my Yahoo account. However, I can receive Yahoo email just fine (paid $20 for Mail Plus subscription), my GMail account can send and receive perfectly, and I can go surfin' Safari with no problems too.
    The error message I get is "Cannot send mail: an error occurred while delivering this message". I called Movistar Customer Support and they said everything was fine on their end...
    In typical Apple fashion, the error message is so simple I have no idea where the problem is. Does anyone know how can I get more information and how to solve this annoying problem? My Yahoo account is actually my primary account...
    Thanks in advance!
    Saludos a todos,
    Acabo de comprarme un iPhone de Movistar en Venezuela y me encuentro sin poder enviar emails con mi cuenta Yahoo. Sin embargo, si puedo recibir correo Yahoo bien (pague $20 por mi suscripcion a Mail Plus), mi cuenta de GMail si puede enviar y recibir email sin problema y puedo navergar con Safari sin ningun problema.
    El mensaje de error que recibo es el siguiente": "No se puede enviar correo: se ha producido un error al enviar el mensaje". Llame a Atencion al Cliente de Movistar y me dijeron que no habia ningun problema con mi linea o con su servicio de datos...
    Como tipica cosa Apple, el mensaje de error es tan simple que no tengo NI IDEA de cual es el problema. Alguien mas ha sufrido este problema? Sabe alguien como puedo obtener mas informacion de este error y como solucionarlo? Lamentablemente, mi cuenta Yahoo es mi correo principal...
    Gracias de antemano!

    Creo que resolvi el problema, temporalmente.
    1) Borra tu cuenta
    2) Vuelvela a crear
    3) Ve a Ajustes
    4) Ve a Mail Contactos Calendarios
    5) Ve a la cuenta problematica
    6) Ve a SMTP
    7) Anadir nuevo
    8)
    Nombre servidor: smtp.mail.yahoo.com
    Nombre de usuario: no dejar vacio
    Contrasena: no dejar vacio
    Usar SSL: si
    Autenticacion: Contrasena
    Puerto del Servidor: 25
    Lo consegui de aqui: http://www.emailaddressmanager.com/tips/mail-settings.html
    Dime que tal te funciona.
    I think I solved the issue, temporarily at least
    1) Delete account
    2) Create again
    3) Go to settings
    4) Go to Mail, Contacts, Calendars
    5) Open problematic account
    6) Go to SMTP
    7) Add a new server
    8)
    Name: smtp.mail.yahoo.com
    User name: do not leave blank
    Password: do not leave blank
    SSL: Yes
    Autentication: Password
    Port: 25
    I got this info from: http://www.emailaddressmanager.com/tips/mail-settings.html
    Let me know how this works

  • HT1430 Cannot send email from iPhone 4S ..it keeps saying smpt password is incorrect but it is correct and I receive email no problem

    Cannot send email from iPhone...keeps saying smpt password is incorrect but it is correct.. I recieve email no problem

    On my own, I discovered the following, which worked (one responder got the solution part correct for Google): For Yahoo, where I just use a standard login with no extra verification, I had to go into Yahoo and change my password. Once I did this, the new iPhone had no problem registering accepting my Yahoo account. I WAS, however, using the correct password and user name all along, for those who did not think that was the case. The problem is on the iPhone software side. For Google, I use a two step verification, and for that, one must go to Google Mail and obtain a specific, unique password, that is designed to work only on iPhones. Hope this helps anyone else with this dilemma.

  • I have had an iphone 4s for over a year and have had no problems sending emails in hotmail but now I cannot send them. What do I need to do!

    I am having problems sending emails in Hotmail on my 4s. It has worked fine for a year but now I can't send them.

    It will be your SMTP settings see this doc to troubleshoot
    http://www.apple.com/support/iphone/mail/
    often adding the password and user name for the carrier helps ,despite it saying not needed !

  • Problem with Thunderbird email: When I send email using a mailing list, with my email included in the list, the message shows up in my Sent list and others rece

    Problem with Thunderbird email:
    When I send email using a mailing list, with my email included in the list, the message shows up in my Sent list and others receive it but it does not come to my email Inbox. The same problem occurs when I send the email to the mailing list addresses individually. When I send a simple test message to myself, I do receive it in my Inbox. Can you help me??
    Bob Greenman

    Are you using either cc or bcc? Is googlemail involved? Some email providers suppress cc's and bcc's to oneself since you will have a copy in your Sent folder.

  • I am unable to send emails using mail from my btinternet and yahoo accounts similar problem to others with mobile me accounts on lion any suggestions?

    I am unable to send emails using mail from my btinternet and yahoo accounts similar problem to others with mobile me accounts on lion any suggestions?

    Do I need to delete all my email accounts and start again?

  • I am having problems sending emails when using apps. I dont receive any emails when I try to send documents such as pdf or pictures. I tried sending it to my other email account but I don't get any email. What is wrong?

    I am having problems sending emails when using apps. I dont receive any emails when I try to send documents such as pdf or pictures. I tried sending it to my other email account but I don't get any email. What is wrong?

    System Preferences > Network > your-connection-medium > (Assist me) > ( Diagnostics )
    This sometimes provides additional helpful information, sometimes not so much.

Maybe you are looking for

  • CR VS2005 ActiveX Printing Mode print the report larger

    Hi, I have a problem with CR VS2005 for ActiveX printing mode. It will print the report larger than usual so when I print it to the printer, some parts will cut off. But the report will print okay if I export it to pdf and print from the acrobat read

  • Work Center update during work order save (SAP PM) using exit IWO10009

    Hi All, I am updating the work center in the operation record of a work order using exit IWO1009. In the debug, the internal table for operation is updated successfully. But once the processing is done and I see the order though t-code IW33, I couldn

  • How to write an outer join

    Hi, Let's suppose I have to write an outer join like this: select ... from table_1 a, table_2 b where a.field1 = b.field1 and a.field2 >= b.field2 but I know that for some values there might not to be a matching between the two tables. Should I rewti

  • Non-repeating fields?

    Hello! I'm trying to create a report (using BIP Desktop) that will print out an employee's first name and last name once but list all of the records associate with that employee. Ex (this is what I don't want): Smith Joe $1,200 Chicago Smith Joe $700

  • Safari private browsing is not private-pls advice

    A good and bad thing about MBP is its transparency in documenting things done (things done today, past week etc). Everything is documented and available. It is disturbing of course if one is equipped with secrecy-genes. In Safari private browsing is