IOS 5 - Can't send work email when home WIFI turned on...

But only from my work email acct...sends emails fine from my suddenlink.net acct (Suddenlink is ISP). I can receive emails on both accts fine with WIFI on, and can send/receive fine on both accts when WIFI is turned off. Both accts are set up virtually the same, using each respective smtp server and both using port 587 in smtp settings. WIFI otherwise works fine for browsing, downloads, apps, etc. I literally have to turn WIFI off when I need to send email from work acct, and then turn back on for regular. This doesn't seem to be working as designed, and worked fine on previous iOS versions.  Any suggestions?

This means that the settings for the cogeco outgoing mail server are incorrect. The most common error is to not enter a user ID and password for the outgoing server because it says "optional". It's only optional as far as the iPhone is concerned; the mail server almost always does require them. The other values to check are the server name, SSL setting and the port number.

Similar Messages

  • In Lookout 6.2 how can I send an email when an alarm has deactivated or cleared?

    I need to send an email when an alarm has deativated. Such as, AC power fails and the generator is running. Whne the AC power is restored, I want to send an email as well as when the generator stops running. I have created mailer objects to do this based on the data member for each being "false". The problem is, that if the system does a restart then emails go out for all of those data members because they start up as "false" in the normal condition. Anyone have a suggestion?
    Thanks
    Brad Adams
    Communications Group Inc.
    [email protected]

    Simplest way i can think of is a FlipFlop or a latchgate obect to ensure it did start first.  Reset the flipflop/latchgate when the email is sent.
    Mike
    Mike Crabtree - Lead Developer
    Destek of Nevada, Inc. / Digital Telemetry Systems, Inc.
    (866) 964-6948 / (760) 247-9512

  • How can I send an email when a function returns false?

    Im trying to make this code work, but i still receive an email when the function is equal to false. Can anyone assist me in finding the issue? What the program does is look for servers that has a set limit (in GB) on specific drives.
    #This Program goes through all the servers and informs any level below the limit
    $ErrorActionPreference = "SilentlyContinue";
    $scriptpath = $MyInvocation.MyCommand.Definition
    $dir = Split-Path $scriptpath
    #=================Function============
    Function isLow($server, $drive, $limit)
    $disk = Get-WmiObject -ComputerName $server -Class Win32_LogicalDisk -Filter "DriveType = 3 and DeviceID = '$drive'";
    [float]$size = $disk.Capacity;
    [float]$freespace = $disk.FreeSpace;
    $sizeGB = [Math]::Round($size / 1073741824, 2);
    $freeSpaceGB = [Math]::Round($freespace / 1073741824, 2);
    if($freeSpaceGB -lt $limit){
    return $true;
    else{
    return $false;
    #================Servers==============
    #------------------###server1--------------
    $server = "###server1";
    $drive = "C:";
    $lim = 25;
    if(isLow $server $drive $lim)
    $Alert += $server + " || " + $drive + " is low<br>"
    $server = "###server1";
    $drive = "D:";
    $lim = 35;
    if(isLow $server $drive $lim)
    $Alert += $server + " || " + $drive + " is low<br>"
    #-----------------###(more servers ect.)--------------
    #================EMAIL===============
    $smtpServer = "192.168.x.x"
    $ReportSender = "[email protected]"
    $users = "[email protected]"
    $MailSubject = "ALERT!!! Low DiskSpace"
    foreach($user in $users){
    if($true){
    Write-Host "Sending Email notification to $user"
    $smtp = New-Object Net.Mail.SmtpClient($smtpServer)
    $msg = New-Object Net.Mail.MailMessage
    $msg.To.Add($user)
    $msg.From = $ReportSender
    $msg.Subject = $MailSubject
    $msg.IsBodyHTML = $True
    $msg.Body = $Alert
    $smtp.Send($msg)
    else($false){
    Write-Host "No one is pass the limit"

    Using a CSV is good.  Just load the "$servers" hash array from a CSV and the rest will work the same. The overall structure would work better if it was more like this.
    Function isLow($server, $drive, $limit){
    $disk = Get-WmiObject -ComputerName $server -Class Win32_LogicalDisk -Filter "DriveType = 3 and DeviceID = '$drive'"
    if($disk.FreeSSpace -lt $limit){
    $true
    }else{
    $false
    $servers=@()
    $servers=@{
    Server="###server1"
    Drive='C:'
    Limit=25Gb
    $servers=@{
    Server="###server2"
    Drive='D:'
    Limit=15Gb
    $servers=@{
    Server="###server3"
    Drive='C:'
    Limit=50Gb
    $results=foreach($servers in $servers){
    if(isLow $server.Server $server.Drive $server.Limit){
    '{0} || {1} is low<br>' -f $servers.Server,$server.Drive
    if($results){
    Write-Host 'Sending Email notification' -fore green
    $mailprops=@{
    SmtpServer='192.168.x.x'
    From='[email protected]'
    To=$users
    Subject='ALERT!!! Low DiskSpace'
    Body=$results
    BodyAsHtml=$true
    Send-MailMessage @mailprops
    }else{
    Write-Host 'No one is past the limit' -ForegroundColor green
    The biggest issue is to realize that this is a computer.  If you type the same thing more than once then consider that the computer can do it for you.  Once you learn to think like a computer all of this becomes easier.
    ¯\_(ツ)_/¯

  • Sending work emails via orange livebox

    Ok...i have a major headache. I am using an orange wireless livebox to connect to the internet while at home (which works fine). The problem i have is that i can not send work emails from home. I should imagine it has something to do with the outgoing server address being different in work to home, but even when i manually put the orange outgoing server add in preferences, the mail wont send. Does anyone else have this problem as it is doing my head in now. I was using ntl for my broadband up until i switched to orange and had zero problems with this work email from home...Why on earth would it be so different now? And yes, i have just phoned orange and had to spell out my complaint to an Indian lady who didnt understand me anyway!...Im losing the will to live here. HELP HELP HELP

    Ahh yes, im sure i can get it to work by putting in the orange outgoing server address, but its so frustrating. It worked perfectly with NTL from home before...I just dont understand why orange have to be so different.

  • My email isn't working on iOS 7, saying that my password is wrong when it is correct, I now can't send any emails but I can receive them and when I do I get three lots of them

    My email isn't working on iOS 7, it is saying that my password is wrong when it is correct, I retype it in settings and try again it still says it is wrong, although I can revive emails but when I do I get three of the same thing and I can't send any emails, this all started when I downloaded iOS 7.

    Hello,
    Actually i also had changed my gmail password like to the above. Andyour recommendation seems to be the same to rebooting iPod touch, which didn't work for me when i had the same gmail problem with the incorrect password error in the continuous manner. However the problem has gone when i removed the gmail account so as to create the same one.
    Thanks
    YH Kwon

  • I can't send out email using my iPhone4. I tried to follow the step provided to solve but still not working. What should I do?

    I can't send out email using my iPhone4. I tried to follow the step provided to solve but still not working. What should I do?

    Contact your mail provider and get the CORRECT settings for the outgoing server to set up on your phone.

  • Sending an email when passwords are expired?

    Hello,
    I am a novice in JSP area. What I am working on thesedays is to send an email when a password has been expired. The password will be expired after 60 days. Can I embed the codes in Servlet? Or should I use something else such as Oracle pl/sql?
    The thing is the web server is not in my company. I have to send a war file to the office which has the server. So I really want to embed every functions including sending an email into the war file.
    Thank you in advance!

    I am sorry. I put this on wrong forum. I didn't know how to delete it, though.

  • How can I send an email from Sharepoint Online using sandbox solution?

    How can I send an email from Sharepoint Online using sandbox solution?
    If possible I do not want to use workflow.
    Is It possible to do it without using workflow?

    hello Steven Andrews,
    when any user sends a message using contact us page in SharePoint online.
    1. We are inserting item in Contact Us List . - This is working fine
    for anonymous users also. We have used Office365 anonymous codeplex wsp and it is working fine. Anonymous user is able to insert new record in the Contact Us List.
    2. Once, new record is inserted in Contact Us list, we want to fire email notifying thanks to the user on his email id as well as to our company x person for notification of new inquiry. 
    We tried using Workflow having impersonation step for  anonymous user but it is not working for Anonymous users. Workflow is able to sent the email if someone logged into system but not working for Anonymous user although workflow is getting started
    but not able to send email although used Imperonsation step.
    We are stuck into implementing second step.

  • How can I send an email to apple?

    How can I send an email to apple? I want to send them an e-mail but I dont find their e-mail on the site!

    hummam salahieh wrote:
    hey i need to know how can i stop my apple id from working i need to delete my apple id anyone can help plz
    Your issue has nothing to do with the subject of theis thread. The first thing you should do is to start your own thread. Use a properly descriptive subject line. Explain exactly what you were trying to do, what happened when you tried, what error messages you got and what troubleshooting steps you've already taken (saying "everything" is not useful information).
    Best of luck.

  • HT201320 I am having trouble with my wife's new iPhone 5s. She can receive her telus email but can not send any email what did I do wrong in setting up her account?

    I am having trouble with my wife's new iPhone 5s. She can receive her telus email but can not send any email what did I do wrong in setting up her account on her iPhone? I tried to just copy the info from her old iPhone.

    The sending of email is accomplished via the SMTP server. Take a moment to get back into Settings>Mail, contacts, calendars and select the account. Go to the SMTP server and check to make sure that username and password are entered in all of the appropriate places. If you cannot get it to work after trying to just change those settings, remove the account from the phone and recreate it. When recreating, make sure you enter the username and password in every location, even if the phone says optional. Make sure you have the settings from either the email provider or from the other device. Make sure that SSL is on or off as necessary.

  • Suddenly can't send/receive emails

    Suddenly I can't send/receive emails.  I have tried deleting the account; turning phone off then on; re-entering account.  It verifies then when I save it says it cannot get mail.  I can go onto webpage via safari, and also still work emails on my computer.  Please help

    # What version of Thunderbird are you using?
    # Are you using IMAP or POP?
    # Do you have any anti-virus software running? If so, try running with it disabled.
    # Try running without add-ons. Help -> Restart with add-ons disabled.
    # go to Help -> Troubleshooting Information -> Copy text to clipboard; then in this question in this forum, right click in the Reply box and select paste. All info will be pasted. Then click 'Post Reply'.

  • Can ACE send out email alerts for failed probes?

    hi guys:
    Can ACE send out email alerts to users if the probes failed?
    if no, is there any plan to put in this function in the future release?
    thanks a lot
    i know the work around is to set up the sys-log and configure the sys-log server to send out the mail.

    If there are no email alerts when a real server fails the probe and gets put out of rotation, how else will one know that the server is out of rotation.
    Is this feature in the GUI ANM software?
    John...

  • How can I send an email to a group from my iPhone?

    I want to send an email to a group in my contacts, but when I select the group, the individuals display for selection.  How can I send an email by addressing it to the group? 

    I recently upgraded my wife's computer to mountain lion so we could sync it with her iPhone, allowing her to send emails to the groups she manages whether she's at home or on the road.
    Is it really the case that the iPhone is incapable of this?  The mac does it fine and the iPhone goes through the motions but then bails when you hit send, saying it isn't a valid address.
    This really makes no sense.  Isn't this the whole point of iCloud?

  • How can I send an email to a group in my address book, but hide the individual names and email addresses?

    how can I send an email to a group in my address book, but hide the individual names and email addresses?

    You used to be able to do this through leaving unchecked the box in preferences "when sending to a group show all member addresses". However, that feature failed some time ago (two or three years?) and the only way to hide the addresses now is to put the group in the BCC field.

  • Keynote presentation on ipad wont send on email when saved as powerpoint document as its 59mb, yet the same document on my mac saved as powerpoint is 7mb ?

    wont send on email when saved as powerpoint document as its 59mb, yet the same document on my mac saved as powerpoint is 7mb ?

    Came here to complain about this maddening feature. Why it doesn't save the PDF out to a separate instance of the document is beyond me. PLENTY of us want to save the PDF without the layers, and want the PSD separate.
    "Oh good, I've completed this document.... let me just save it out as a PDF for client delivery and... Now all the work is gone."
    Genius, Adobe, genius. But it's cool--we'll just keep paying out the nose on a subscription basis with no fix for small errors like this.

Maybe you are looking for