Cannot send mail on ipad but ok on iphone

I have two iPads in using the same e-mail.  I can receive emails on both, but I can't send on one or the other. (I used to be able to send one but not the other).  My iPhone uses the same email and I can send and receive a voucher.

It is Gmail, Yahoo, MSN, etc.? Or something for a specific domain (such as an email from work)?

Have you tried to delete the email on your iPad, then adding the account again once? That solved many problems that I had with e-mail.

Tags: iPad

Similar Questions

  • Cannot send mail on iPad pro using iOS 9.2

    Sends email and message is the email address or password is incorrect. I entered the details yet and I tried to restart. I have an iPad 2 with even set up which sends without problem. After looking at the other messages, I also tried to turn off the wifi and that no longer works. Help please?

    If you use the right name and the password, this should be a temporary problem.

    could also be linked to a network connection slow or weak. Try on wifi and 3G / 4G (in this case, you can use your mobile phone as a hotspot) to see if that makes a difference.

    Some email accounts block a device for a period of time when it is trying to connect too often, even with the correct login data. This is for security reasons. I GMX here in Germany, and pressing the button receive by post 20 or 30 times in a row will lock the account for a few minutes. the same thing happens with a bad and unstable network connection: lose them and restore the connection, the device tries to connect too often.

  • Cannot send mail with windows mail. Get the pop-up Windows security.

    Cannot send mail with Windows Mail. Get the pop-up Windows security.

    Password and username are all correct. POP and SMTP everything is correct. If I remove all virus blocker, always get Windows security pop up asking for password and username; I type in it and click on the option to remember, but the window appears several times without sending a message. Error message box is empty.
    No problem on the end of e-mail servers. Equipped with Windows Vista.
    I deleted the Windows Mail disabled account, rebooted with the new account and the same problem.
    Can I receive the mail, but Windows Security blocking my attempts to send and don't remember the password and username that I type.
    Help!

    This kind of behavior is very often due to antivirus.  You are using.  If its McAfee or Norton get rid of them completely.   There are others who are also incompatible.  Everything you try, make sure that the analysis of e-mail is disabled.   You can also try to repair the database and see if that helps (see www.oehelp.com/WMUtil/).  And see also www.oehelp.com/OETips.aspx#3

    Steve

  • The App Store icon (which came with my iPad) is completely absent from my iPad (but not my iPhone). How can I get that back?  I've already turned the camera market.

    The App Store icon (which came with my iPad) is completely absent from my iPad (but not my iPhone). How can I get that back?  I've already turned the camera market.

    Check yourself, if you have hidden it by setting parameters > General > Restrictions > Apps install 'off' - If you have, then again ' "should get the app to reappear

  • Cannot send emails from iPad 2 air.

    I can receive emails on my ipad, but I can't send them.   I have a Telstra business account.

    Hello Learnfun,

    Thank you for using communities of Apple Support.

    If you are not able to send mail from your iPad, the following article will be a good place to start to solve the problem.

    Get help with Mail on iPhone, iPad and iPod touch

    Best regards.

  • Cannot send mail in verizon iPhone 6

    I have an iPhone on day 6 and cannot figure out how to get my verizon account to send mail. I can receive mail without problems, but when I try and reply or send a new email I get an error message "the user name or password is incorrect" but not because I checked it on the lequipetv.fr site and I can connect it fine

    You will need to go into the settings of e-mail account and enter a password for your outgoing mail server, same password entering your mail server.

  • Outlook express 6 error 550, cannot send mail!

    Hello

    I have of sending mail from outlook hurt express 6.

    I use windows XP, tried to turn off the firewall, router security, anti spam protection etc., it makes no difference.
    I've updated my settngs port in accordance with the passage of DAV to POP3 (whatever it is) as reported by microsoft.

    Receives mail ok but cannot send - error as follows:

    The message could not be sent because the server rejected the sender's e-mail address. The sender's e-mail address was ' * address email is removed from the privacy *'. 'Hello', account: 'new hotmail settings', server: 'smtp.live.com', Protocol: SMTP, server response: ' 550 5.7.3 abandoned required action; user not authenticated ', Port: 587, secure (SSL): Yes, Server error: 550, error number: 0x800CCC78

    Any ideas guys?

    Thank you very much

    Kath

    Stop spamming this forum with your replies to messages which are years!

  • Cannot send mail with UTL_SMTP

    Hello

    I use utl_smtp package to send mail. Instance-based local data I can send mails to my desktop e-mail id (that is configured in outlook).

    But I need to send an e-mail to e-mail for the customer domain id, it does not work... It shows the error:

    ORA-20000: cannot send an e-mail: ORA-29278: SMTP temporary error: 421 Service not available

    I got the port number and ip address of our DBAs.

    The code is:

    DECLARE

    v_from VARCHAR2 (80): = ' [email protected] ';

    v_recipient VARCHAR2 (80): = ' [email protected] ';

    v_subject VARCHAR2 (80): = "test subject";

    v_mail_host VARCHAR2 (30): = "192.165.22.30";

    v_mail_conn UTL_SMTP.connection;

    CRLF VARCHAR2 (2): = CHR (13) | CHR (10);

    BEGIN

    v_mail_conn: = UTL_SMTP.open_connection (v_mail_host, 21443);

    UTL_SMTP. HELO (v_mail_conn, v_mail_host);

    UTL_SMTP.mail (v_mail_conn, v_from);

    UTL_SMTP. RCPT (v_mail_conn, v_recipient);

    UTL_SMTP. DATA (v_mail_conn,

    ' Date: '

    || To_char (SYSDATE, ' Dy, hh24:mi:ss DD month YYYY ")

    || CRLF

    || "To:

    || v_from

    || CRLF

    || "Subject:"

    || v_subject

    || CRLF

    || « À : »

    || v_recipient

    || CRLF

    || CRLF

    || "user name:'"

    || ' '

    || CRLF

    ||                                           -Body of the message

    "pwd: '"

    || ''

    || CRLF

    );

    UTL_SMTP. Quit (v_mail_conn);

    EXCEPTION

    WHEN UTL_SMTP.transient_error OR UTL_SMTP.permanent_error

    THEN

    raise_application_error (-20000, "cannot send an email: ' |") SQLERRM);

    END;

    /

    What could be the problem to get this error.

    Please help me go further...

    Thank you

    lucky.

    In fact, it is even clearer:

    "talk to your network or SA guys, you don't have a Server SMTP configuration to the place you want.

    to get to.  You should ask them "so, what is the good name and port number for me to use for the host.

    send email via SMTP from this server? » »

    http://asktom.Oracle.com/pls/Apex/f?p=100:11:0:P11_QUESTION_ID:255615160805 #53465173227894

    and if you ctrl + f for 421 on this page, you will get more explanations.

    It is not a problem in the database.

  • Suddenly cannot send mail. Message 4.7.1: Recipient address rejected: rejection policy - your host has been blacklisted for e-mail abuse.

    When I try to send a message an error box apperars:

    An error occurred while sending mail. The mail server responded:
    4.7.1 < ***@***.com >: recipient address rejected: rejection policy - your host has been blacklisted for e-mail abuse. Please configure your email client to use authentication SASL - contact support if in doubt how...

    Please check the message recipient "*********@******.com" and try again.
    

    This happened while I was sending about #3 4 or 5 that I must send. Nothing I know has been changed has been changed! I have downloaded the latest version while I was in the program.

    This seems to be a message from a server. The word 'host' is not clear to me. In the language of networking, it can mean your own computer, but more generally, it could mean your ISP provider or by e-mail.

    Anyway, this means that something has decided that you are, or are on a network that has been identified as a source of spam. I suggest that ask you this from your ISP.

  • Cannot send mail it asks password and can't find it

    Today for the first time, when I tried to send an email he requested my password, and when I came, she would not accept. I tried to go through tools, options and the password recorded, but none has been listed. So I can get my email but cannot send. I called Time Warner, my ISP, but my password work with my email with them, and they said that the problem is Modzilla. So, how to fix that, far from change of email providers?

    I tried, but no password has been listed - it was empty.

  • Mailing address: cannot send mail via VPN

    I use OS X 10.11.3 El Capitan and Mail 9.2

    Whenever the computer is connected via the PIA VPN, Mail cannot send e-mail messages.  Is there a work around for this problem?  Please, let me know.  Thank you!

    There's not enough information here to determine what the problem is.

    If you use one of the many VPN services allows you to hide your activity (supposedly), it is quite possible that your email provider has locked their servers to avoid spam being sent back by criminals who often use these VPNS.

    What does your email provider say when contacts you and reported the problem.

  • Cannot send mail hotmail electronic

    Why am I unable to send mail with my hotmail account. I use windows live.  Can I receive and read emails but not send. I used to pay $10 for more space but don't need more and that is the problem. Once you start to pay you can never go back to the free email?

    After all the Hotmail issues in the appropriate forum found here:
    http://windowslivehelp.com/

  • Windows 8 Mail App - cannot send mail

    In Windows 8, Mail app using all my email accouts, I am unable to send mail.   I can receive, but not send.  Still, the message stuck in the Outbox.  I know how to remove them.  I just want to know how to get them to send.  I already deleted the account and readded and I still have the same question.  I also ran the fix troubleshooting, and that does not help either.  How can I solve this problem?

    Help and frustrated!

    Hello

    As you have already done some troubleshooting steps, you can now try these and check.

    I suggest you follow all the steps in the article. He measures for updating the application to synchronize the app and then license if nothing works, then you can uninstall and reinstall the app again. Now, try to synchronize the e-mail account and check. Here is the link for your reference.

    What to do if you have problems with a soft

    http://Windows.Microsoft.com/en-GB/Windows-8/what-troubleshoot-problems-app

     

    Reference:

    Application of mail for Windows: FAQ

    http://Windows.Microsoft.com/en-us/Windows-8/mail-app-FAQ

    Let us know the status of the issue. We would be happy to help you.

  • I can not read the mail or cannot send mail can help me

    Hello

    I have account hotmail for 12 years, I don't have to face the problem like this. when I connect to my e-mail hotmail id it will open a session and I can not read the mail or I Unable to send mail or I can't delete the mail. pls tell me what to do a possible side help you pls tell me

    Hi romain kumar_803,.

    Thanks for posting your question in the Microsoft answers Forum. Your question it will be better answered in Forum Windows Live Hotmail. Please repost your question here.

  • Cannot send Mail from Gmail in Thunderbird

    I downloaded Mozilla Thunderbird, is the most recent version. I can receive mail, but cannot reply or send. I use a Mac mini, Mac OS X 10.10.1. A screenshot with the error code is attached. Help is very appreciated!

    -Jon

    Let's not the smtp port number. 993 is for incoming mail.

    All my gmail smtp settings use 465.

    How did you get this way?

Maybe you are looking for

  • Cannot add or organize the bookmarks after update of Mozilla

    Did an update of Mozilla yesterday. Subsequently all the bookmarks and the superior browser tool bar had disappeared. With the community help I Got those backward with the exception of at least one category/title of the bookmark. Research on this tit

  • Qosmio F30: Question on keyboard compatibility

    Hi, a keyboard for the Qosmio E15, F15, G10 and G15 series can be installed on a series of F - 30? If this is not the case, what keyboard series is compatible? Thank you

  • MacBook speedup

    Hey! I'm having some problems with my MBPro bought in 2012. First, it becomes a bit slow, but on the other hand, I imported a 4K video of my 6 s iPhone for the first time today and it is a little not playable, stop all the time. So my question is, wh

  • E-mail sending issues

    When you try to send a message, I put the address of the recipient in the Outbox and I said I need to select a recipient in the send to box. What is the problem?

  • All my games freeze (hang) periodically

    I just bought a laptop Gateway p-7805u computer comes with windows vista 64-bit. It has a celeron 2 dual-core 2.26 ghz processor, 4 GB ddr3 and a geforce 9800 video card system ram m gts with 1 GB ddr3 video ram. Plug this computer is well beyond wha