Device cannot send emails

Hello,
I have a device that connects to the wireless network (WLAN1), with static IP (192.168.1.10), but cannot send emails using several SMTP servers, like smtp.google.com. Is there anything at the router that blocks the SMTP port (25) ? I have appended the configuration of the router below:
router#sh run
Building configuration...
Current configuration : 7770 bytes
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
hostname router
boot-start-marker
boot-end-marker
logging message-counter syslog
logging buffered 32768 informational
no aaa new-model
crypto pki trustpoint TP-self-signed-61071307
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-61071307
revocation-check none
rsakeypair TP-self-signed-61071307
crypto pki certificate chain TP-self-signed-61071307
certificate self-signed 01
  30820240 308201A9 ….. omitted 63DED965 BF9ED7BF A567E004
              quit
dot11 syslog
dot11 ssid WLAN1
vlan 1  
authentication open
authentication key-management wpa
mbssid guest-mode
wpa-psk ascii 7 0707244543084852320444659
no ip source-route
ip dhcp excluded-address 192.168.1.254
ip dhcp pool pool
   import all
   network 192.168.1.0 255.255.255.0
   default-router 192.168.1.254
   dns-server 195.170.0.1 195.170.2.2
   update arp
ip cef
no ip bootp server
ip domain name local
ip name-server 192.168.1.254
ip name-server 4.4.4.2
ip name-server 4.4.4.6
ip inspect name firewall tcp
ip inspect name firewall udp
ip inspect name firewall cuseeme
ip inspect name firewall h323
ip inspect name firewall rcmd
ip inspect name firewall realaudio
ip inspect name firewall streamworks
ip inspect name firewall vdolive
ip inspect name firewall sqlnet
ip inspect name firewall tftp
ip inspect name firewall ftp
ip inspect name firewall icmp
ip inspect name firewall sip
ip inspect name firewall esmtp max-data 52428800
ip inspect name firewall fragment maximum 256 timeout 1
ip inspect name firewall netshow
ip inspect name firewall rtsp
ip inspect name firewall pptp
ip inspect name firewall skinny
ip ddns update method no-ip
HTTP
  add http://xxxxxx/password%40dynupdate.no-ip.com/nic/update%3FURL.no-ip.org=<h>&myip=<a>
interval maximum 0 0 5 0
login block-for 30 attempts 3 within 15
login delay 3
login on-failure log
no ipv6 cef
multilink bundle-name authenticated
username admin privilege 15 secret 5 $1$xZ7X$IXrtcnY1U7wU32eT1inUW4jY0
archive
log config
  hidekeys
path flash:config
write-memory
ip tcp selective-ack
ip tcp timestamp
bridge irb
interface ATM0
no ip address
no atm ilmi-keepalive
interface ATM0.1 point-to-point
pvc 8/35
  pppoe-client dial-pool-number 1
interface FastEthernet0
interface FastEthernet1
interface FastEthernet2
interface FastEthernet3
interface Dot11Radio0
no ip address
encryption vlan 1 mode ciphers aes-ccm
broadcast-key vlan 1 change 30
ssid WLAN1
mbssid
speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
station-role root
interface Dot11Radio0.1
encapsulation dot1Q 1 native
no cdp enable
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 spanning-disabled
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
interface Vlan1
no ip address
bridge-group 1
bridge-group 1 spanning-disabled
interface Dialer0
ip ddns update hostname URL.no-ip.org
ip ddns update no-ip
ip address negotiated
no ip redirects
no ip unreachables
ip mtu 1492
ip nat outside
ip inspect firewall out
ip virtual-reassembly
encapsulation ppp
dialer pool 1
dialer-group 1
no cdp enable
ppp pap sent-username xxxxxxxxx password 7 11184efc05D52101D1E
ppp ipcp dns request
ppp ipcp route default
interface Dialer1
no ip address
ip nbar protocol-discovery
interface BVI1
ip address 192.168.1.254 255.255.255.0
ip access-group 102 in
ip nat inside
ip virtual-reassembly
ip tcp adjust-mss 1452
ip forward-protocol nd
ip http server
ip http authentication local
ip http secure-server
ip nat inside source list 1 interface Dialer0 overload
ip nat inside source static tcp 192.168.1.10 8080 interface Dialer0 9595
logging trap warnings
access-list 1 remark The local LAN.
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 2 remark Where management can be done from.
access-list 2 permit 192.168.1.0 0.0.0.255
access-list 101 remark Traffic allowed to enter the router from the Internet
access-list 101 deny   ip 0.0.0.0 0.255.255.255 any
access-list 101 deny   ip 10.0.0.0 0.255.255.255 any
access-list 101 deny   ip 127.0.0.0 0.255.255.255 any
access-list 101 deny   ip 169.254.0.0 0.0.255.255 any
access-list 101 deny   ip 172.16.0.0 0.15.255.255 any
access-list 101 deny   ip 192.0.2.0 0.0.0.255 any
access-list 101 deny   ip 192.168.0.0 0.0.255.255 any
access-list 101 deny   ip 198.18.0.0 0.1.255.255 any
access-list 101 deny   ip 224.0.0.0 0.15.255.255 any
access-list 101 deny   ip any host 255.255.255.255
access-list 101 permit tcp any any eq 1723
access-list 101 permit gre any any
access-list 101 permit tcp any any eq 22
access-list 101 permit tcp any any eq telnet
access-list 101 permit tcp any any eq domain
access-list 101 permit udp any any eq domain
access-list 101 deny   icmp any any echo
access-list 101 deny   ip any any log
access-list 102 remark Traffic allowed to enter the router from the Ethernet
access-list 102 permit ip any host 192.168.1.254
access-list 102 deny   ip any host 192.168.1.255
access-list 102 deny   udp any any eq tftp log
access-list 102 deny   ip any 0.0.0.0 0.255.255.255 log
access-list 102 deny   ip any 10.0.0.0 0.255.255.255 log
access-list 102 deny   ip any 127.0.0.0 0.255.255.255 log
access-list 102 deny   ip any 169.254.0.0 0.0.255.255 log
access-list 102 deny   ip any 172.16.0.0 0.15.255.255 log
access-list 102 deny   ip any 192.0.2.0 0.0.0.255 log
access-list 102 deny   ip any 192.168.0.0 0.0.255.255 log
access-list 102 deny   ip any 198.18.0.0 0.1.255.255 log
access-list 102 deny   udp any any eq 135 log
access-list 102 deny   tcp any any eq 135 log
access-list 102 deny   udp any any eq netbios-ns log
access-list 102 deny   udp any any eq netbios-dgm log
access-list 102 deny   tcp any any eq 445 log
access-list 102 permit tcp any any eq domain
access-list 102 permit udp any any eq domain
access-list 102 permit ip 192.168.1.0 0.0.0.255 any
access-list 102 permit ip any host 255.255.255.255
access-list 102 deny   ip any any log
dialer-list 1 protocol ip permit
no cdp run
control-plane
bridge 1 route ip
line con 0
no modem enable
line aux 0
line vty 0 4
access-class 2 in
login local
transport input telnet ssh
scheduler max-task-time 5000
end
Thank you !!

I added the line to the access list, but no luck. The debug shows me the below messages:
*Mar  1 09:12:00.543: IP: s=192.168.1.10 (BVI1), d=192.168.1.254, len 60, input feature, MCI Check(64), rtype 0, forus FALSE, sendself FALSE, mtu 0, fwdchk FALSE
*Mar  1 09:12:00.543: IP: s=192.168.1.10 (BVI1), d=192.168.1.254, len 60, input feature, TCP Adjust MSS(66), rtype 0, forus FALSE, sendself FALSE, mtu 0, fwdchk FALSE
*Mar  1 09:12:00.547: IP: tableid=0, s=192.168.1.10 (BVI1), d=192.168.1.254 (BVI1), routed via RIB
*Mar  1 09:12:00.547: IP: s=192.168.1.10 (BVI1), d=192.168.1.254 (BVI1), len 60, output feature, NAT Inside(7), rtype 1, forus FALSE, sendself FALSE, mtu 0, fwdchk FALSE
*Mar  1 09:12:00.547: IP: s=192.168.1.10 (BVI1), d=192.168.1.254 (BVI1), len 60, output feature, Stateful Inspection(20), rtype 1, forus FALSE, sendself FALSE, mtu 0, fwdchk FALSE
*Mar  1 09:12:00.547: IP: s=192.168.1.10 (BVI1), d=192.168.1.254 (BVI1), len 60, rcvd 3
*Mar  1 09:12:00.547: IP: s=192.168.1.10 (BVI1), d=192.168.1.254, len 60, stop process pak for forus packet
*Mar  1 09:12:00.547: IP: s=192.168.1.10 (BVI1), d=192.168.1.254, len 60, enqueue feature, Firewall(3), rtype 0, forus FALSE, sendself FALSE, mtu 0, fwdchk FALSE
*Mar  1 09:12:00.547: IP: s=192.168.1.10 (BVI1), d=192.168.1.254, len 60, enqueue feature, TCP Adjust MSS(4), rtype 0, forus FALSE, sendself FALSE, mtu 0, fwdchk FALSE
*Mar  1 09:12:00.567: IP: s=192.168.1.10 (BVI1), d=192.168.1.254, len 60, input feature, Stateful Inspection(4), rtype 0, forus FALSE, sendself FALSE, mtu 0, fwdchk FALSE
*Mar  1 09:12:00.567: IP: s=192.168.1.10 (BVI1), d=192.168.1.254, len 60, input feature, Virtual Fragment Reassembly(21), rtype 0, forus FALSE, sendself FALSE, mtu 0, fwdchk FALSE
*Mar  1 09:12:00.567: IP: s=192.168.1.10 (BVI1), d=192.168.1.254, len 60, input feature, Access List(26), rtype 0, forus FALSE, sendself FALSE, mtu 0, fwdchk FALSE
*Mar  1 09:12:00.567: IP: s=192.168.1.10 (BVI1), d=192.168.1.254, len 60, input feature, Virtual Fragment Reassembly After IPSec Decryption(32), rtype 0, forus FALSE, sendself FALSE, mtu 0, fwdchk FALSE

Similar Messages

  • "Cannot send email from this device"?

    I recently purchased the Easy Release App from the ITunes store and when I try to email the release to my email address it says "Cannot send email from this device". Is it the app that is preventing the sending or is it something to do with the iPod? I've tried sending an email from the iPod to see and it is sent fine from the iPod but the app still won't send from the iPod.
    Has this ever happened to someone else? Do I have to change settings on my iPod?
    I have the IPod 4th generation if that helps

    I had the same problem. You have to go into Settings in your ipod touch, scroll down and find "mail, contacts, calendars." Set up your email in there. It will give you a list I.e. yahoo, hotmail, gmail. After you've dont that you'll be able to sent the model release.

  • I cannot send email - error message as follows : 'The sender address (my email address) was rejected by the server smtp.tiscali.co.uk.' I can send email from other apple devices, and the email settings are identical. Any ideas?

    For some reason I cannot send email - all was working fine, but now I get the following error message when I try to send email:
    'The sender address (my email address) was rejected by the server smtp.tiscali.co.uk'
    I can receive incoming mail ok and I can send email from other Apple devices. The problem seems confined to my Mac Book Pro.
    Ant ideas?

    Hello there, Pablo639.
    The following Knowledge Base article offers up some great steps for troubleshooting mail issues on your Mac:
    OS X Mail: Troubleshooting sending and receiving email messages
    http://support.apple.com/kb/TS3276
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Cannot send email from my iPad

    The last few days I cannot send email from my iPad. I can receive normaly.
    Here is an image of the error I get. I get this error with every receipent... Please help

    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/
    Server does not allow relaying email error, fix
    http://appletoolbox.com/2012/01/server-does-not-allow-relaying-email-error-fix/
    Why Does My iPad Say "Cannot Connect to Server"?
    http://www.ehow.co.uk/info_8693415_ipad-say-cannot-connect-server.html
    iOS: 'Mailbox Locked', account is in use on another device, or prompt to re-enter POP3 password
    http://support.apple.com/kb/ts2621
    iPad Mail
    http://www.apple.com/support/ipad/mail/
    Configuration problems with IMAP e-mail on iOS with a non-standard SSL port.
    http://colinrobbins.me/2013/02/09/configuration-problems-with-imap-e-mail-on-ios -with-a-non-standard-ssl-port/
    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

  • Cannot send email from iPad & iPhone with Virgin Media

    I cannot send emails from my iPad and iPhone. I have a virginmedia.com address and I can receive but just cannot send. A message keeps saying the smpt settings are wrong. However, I have followed the tutorial on Virgin Media web site (this is how I managed to start receiving emails on my devices) but still not sending. I have looked at the settings in my MacBook Pro and all seem to be correct. Does anyone have an idea what could be wrong? I had a similar problem when I loaded Microsoft Office 365 for Mac; I had to end up calling Virgin Media (useless) and then Microsoft (useful). Anyhow I have looked at the settings on the Mac and they all seem to correspond with the ipad and iphone but still cannot send emails. V V Frustrated.
    Thanks for reading.

    Then make sure that the settings are correct in your email account.
    Check the outgoing mail server setting. Make sure that your username and password are in there.
    Settings>Mail, Contacts, Calendars>Your email account>Account>Outgoing mail server - tap the server name next to SMTP and check in the primary server and make sure your username and password are entered and correct - even if it says that the password is optional.

  • Cannot send email user name or password is incorrect

    I have an iPhone 3Gs with 6.1.6 iOS software and gmail. Until last week I could receive and send emails on my phone. Last week I tried to email a photo from my iPhone and received the following message "Cannot send email the user name or password is incorrect".  About 30 minutes later I received an email message from google accounts with a sign-in attempt blocked message.  Since then I have not been able to send an email from my phone.  Every time I try to send an email I get the "User name or Password for Gmail is incorrect" - message.  I changed passwords but that didn't help. I can receive emails on my phone but I can't send them. The only way I can send email is by clicking on the less secure apps button on the google accounts settings page..  Why do I get this message now and how can I get gmail working on my phone like it used to?  If I delete my gmail account does it just remove it from the phone where the same account can be reinstalled or is it completely gone for good?

    Hey YodaObi,
    Thanks for the question. If I understand correctly, you are not able to send emails but are able to receive them. I would recommend that you read this article, it may be able to help the issue.
    Get help with Mail on iPhone, iPad, and iPod touch - Apple Support
    Log in to your email provider's website to make sure that the account is active and the password is correct.
    Make sure your settings are correct using Mail Settings Lookup.
    Restart your iOS device.
    Delete the affected email account from your device.
    Tap Settings > Mail, Contacts, Calendars.
    Tap the affected email account.
    Tap Delete Account.
    Add your account again.
    Thanks for using Apple Support Communities.
    Have a good one,
    Mario

  • TS3899 cannot send email from one of my email accounts on my iPad

    I am able to receive email on one of my email accounts on my iPad but I cannot send email from that account.  I've obviously missed a step in the set up process but do not know what that step might be.  Can anyone help?  Thanks

    iOS: Unable to send or receive email
    http://support.apple.com/kb/TS3899http://support.apple.com/kb/TS3899
    Can’t Send Emails on iPad – Troubleshooting Steps
    http://ipadhelp.com/ipad-help/ipad-cant-send-emails-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/http://www.apple.com/support/ipad/assistant/mail/
    Using a POP account with multiple devices
    http://support.apple.com/kb/ht3228http://support.apple.com/kb/ht3228
    iOS: Adding an email account
    http://support.apple.com/kb/HT4810http://support.apple.com/kb/HT4810
    iOS: Setting up an Outlook.com, Hotmail, Live, or MSN email account
    http://support.apple.com/kb/ht1694http://support.apple.com/kb/ht1694
    Server does not allow relaying email error, fix
    http://appletoolbox.com/2012/01/server-does-not-allow-relaying-email-error-fix/http://appletoolbox.com/2012/01/server-does-not-allow-relaying-email-error-fix/
    Why Does My iPad Say "Cannot Connect to Server"?
    http://www.ehow.co.uk/info_8693415_ipad-say-cannot-connect-server.htmlhttp://www.ehow.co.uk/info_8693415_ipad-say-cannot-connect-server.html
    How to Sync Contacts with Your iPad Using iTunes
    http://www.dummies.com/how-to/content/how-to-sync-contacts-with-your-ipad-using- itunes.htmlhttp://www.dummies.com/how-to/content/how-to-sync-contacts-with-your-ipad-using- itunes.html
    iOS: 'Mailbox Locked', account is in use on another device, or prompt to re-enter POP3 password
    http://support.apple.com/kb/ts2621http://support.apple.com/kb/ts2621
    eMail Groups - You can use a third party app that many users recommend.
    MailShot -  https://itunes.apple.com/us/app/mailshot-pro-group-email-done/id445996226?mt=8https://itunes.apple.com/us/app/mailshot-pro-group-email-done/id445996226?mt=8
    Group Email  -  https://itunes.apple.com/us/app/group-email!-mail-client-attachments/id380690305https://itunes.apple.com/us/app/group-email!-mail-client-attachments/id380690305 ?mt=8
    iPad Mail
    http://www.apple.com/support/ipad/mail/http://www.apple.com/support/ipad/mail/
    Configuration problems with IMAP e-mail on iOS with a non-standard SSL port.
    http://colinrobbins.me/2013/02/09/configuration-problems-with-imap-e-mail-on-ios -with-a-non-standard-ssl-port/http://colinrobbins.me/2013/02/09/configuration-problems-with-imap-e-mail-on-ios -with-a-non-standard-ssl-port/
    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

  • I cannot send emails on iPad 2 or iPhone 4s.

    Cannot send emails on iPad 2 or iPhone 4S. I keep getting an error saying you have exceeded your sending limit. Messages just sit in the outgoing box. How do I resolve this and avoid it in the future.

    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/
    Server does not allow relaying email error, fix
    http://appletoolbox.com/2012/01/server-does-not-allow-relaying-email-error-fix/
    Why Does My iPad Say "Cannot Connect to Server"?
    http://www.ehow.co.uk/info_8693415_ipad-say-cannot-connect-server.html
    iOS: 'Mailbox Locked', account is in use on another device, or prompt to re-enter POP3 password
    http://support.apple.com/kb/ts2621
    iPad Mail
    http://www.apple.com/support/ipad/mail/
    Configuration problems with IMAP e-mail on iOS with a non-standard SSL port.
    http://colinrobbins.me/2013/02/09/configuration-problems-with-imap-e-mail-on-ios -with-a-non-standard-ssl-port/
    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

  • I cannot send emails from my IPad and IPhone

    I cannot send emails from my iPad or iPhone, but can receive them.  I can send from my iMac using the same settings and network...  Ideas?

    What is your iOS version? Try deleting the account in Mail and setting it up again. Repeat in second device if successful/necessary.

  • Cannot send email after update on iphone 5

    cannot send email from one account after update,  states my password and/or user name incorrect.  I have it written down,it's not incorrect.

    After the iOS 7 update, in order to send email from my iPhone5 and my daughters (also from our iPads) I had do follow Apples reset instructions. Hold the HOME buttton and the START/AWAKE button until your device restarts and you see the Apple logo when your device restarts. You do not have to swipe the message bar which shows up sometimes as your iPhone is shutting down. Sadly to say, but on my daughters iPhone 5, I had to do this 5 times.
    If you live near an Apple store, make them do it so that someone at Apple will send a fix for other people. I looked for a simple way to contact Apple and there is none. There is a series of prompts and links that are time consuming to be able to reach support about even a simple problem.

  • Cannot send email. When I click Write the window does not open properly. Does not have the "send, spelling, attach security save" line.

    Cannot send email. When I click Write the window does not open properly. Does not have the "send, spelling, attach, security, save line there. Then when I click File, then Send now it will not send. A message comes up saying my SMTP server failed. Have check and everything appears to be o.k.

    Hi Stephen,
    What version of MS Office are you using?
    Are you facing the issue similar to that mentioned here: Acrobat/Reader: Attach to Email button not working for PDFs referenced from long URLs
    Open Acrobat. Use the click-path Edit - Preferences - select the Category "Email Accounts". In the dialog there is the "Add Account" drop-down. Select "Add Other". The "Add Webmail Account" dialog presents. You'll fill out the dialog's fields with Outlook.com settings. (don't forget the "Advance Settings" button)
    From a look-see on the web it appears that the following are the needed settings. BUT, you'll be wanting to validate.
    The Outlook.com SMTP server settings for sending outgoing messages from an email program on desktop, cell phone or mobile device are:
    • Outlook.com SMTP server address: smtp.live.com
    • Outlook.com SMTP user name: Your full Outlook.com email address (not an alias)
    • Outlook.com SMTP password': Your Outlook.com password
    • Outlook.com SMTP port: 587
    • Outlook.com SMTP TLS/SSL encryption required: yes
    For incoming messages from an Outlook.com account to an email program using POP, use the Windows Live Hotmail POP3 server settings.
    The Outlook.com POP server settings for downloading new incoming messages to email program, cell phone or mobile device are:
    • Outlook.com POP server address: pop3.live.com
    • Outlook.com POP user name: Your full Outlook.com email address (not an alias)
    • Outlook.com POP password: Your Outlook.com password
    • Outlook.com POP port: 995
    • Outlook.com POP TLS/SSL encryption required: yes
    Regards,
    Rave

  • I have an iphone 5 and cannot send email, server refused user...

    I have an iphone 5 and cannot send email away from home. It works fine at home over my home WiFi. But when away from home on Verizon wireless if I send an email I get an error: "the server refused user >Personal email address deleted< your message has been added to drafts". What do I need to do to fix this? My wife has the same problem with her iphone 5.
    Message was edited by: Verizon Moderator

        Hi Jwhitt
    Rats! Emails should work on our network!  Let's get this fixed. It may be the way the email is set up on your device. Here's an awesome link on apple's site to help you: https://discussions.apple.com/thread/1288908?start=0&tstart=0 If that doesn't fix the problem I would recommend reaching out to road runners site. They normally have email set up walkthrus.
    Please reach out to us if you run into any issues.
    Thank you
    JoeL_VZW
    Please follow us on twitter @vzwsupport

  • Since Sept 15, 2013 I cannot send emails, but I can send them

    I am on a Norwegian cargo ship off the coast of Norway. It has Wi-Fi, but I cannot send emails using my iPad. I understand that Verizon has had big problems recently. I cannot phone Verizon for advice, and if the problem is Verizon's fault, I do not want to change my settings. Can anyone advise me how to fix the problem? Very frustrating and I have not been able to reach technical support using my Safari browser.
    Sincerely, W. E. Howard

    viafax999 wrote:
    Billhoward wrote:
    I am on a Norwegian cargo ship off the coast of Norway. It has Wi-Fi, but I cannot send emails using my iPad. I understand that Verizon has had big problems recently. I cannot phone Verizon for advice, and if the problem is Verizon's fault, I do not want to change my settings. Can anyone advise me how to fix the problem? Very frustrating and I have not been able to reach technical support using my Safari browser.
    Sincerely, W. E. Howard
    Not sure where the previous poster's setting come from but certainly are different to what I use also I have to ssume you are using some form of mail client as using web mail should be no different wherver you are in the world.
    Incoming server - incoming.verizon.net
    outgoing server - outgoing.verizon.net
    login information - your userid and password for your email account
    More settings
    outgoing server - outgoing server (smtp) check requires authentication
    use same settings as incoming mail server for security
    Advanced - incoming server (pop3) port 110
    outgoing server (smtp)  port 587
    I would guess that your issue is probably the outgoing server port.  If you have it set to 25 it will work when you are connected to a verizon network otherwise the mail will get rejected for reason relaying.
    EDIT
    Ah I see where previous poster got his setting, they are on the page he referenced, interesting that it mentions DSL on there.  I am a FIOS user.  Can't believe there are any difference in mail setting between FIOS and DSL but maybe, 
    I took my mail setting out of my Outlook email client properties and they have been working fine for years.
    As to changing setting you need to bear in mind.  Settings that are used on devices that are not attached to Verizon's network WILL work when the device ias attached to the VZ network.
    The reverse is not necessarily true.
    The settings mentioned by you are the very old settings.  They were changed at least a couple years ago.  The latest ones are as mentioned by Jumpin68ny for VERIZON email (DSL AND FIOS included) where a third party such as Yahoo is not used.
    Mail server settings
    Incoming mail server (POP3): pop.verizon.net
    Incoming Server Port Numbers: 995
    Outgoing mail server (SMTP): smtp.verizon.net
    Outgoing Server Port Numbers: 465  Why is this important?
    Your Verizon Online user name
    Your Verizon Online password
    Make sure "This server requires a secure connection (SSL)" is checked.
    Also make sure when using these SSL servers that the password is normal (in the clear).
    See http://verizon.com/emailsettings

  • Since downloading new OS, cannot send email "server rejected"

    Since downloading new OS, cannot send email "server rejected"

    How do you know everything is correct? where did you get the instruction? Sometimes the default ports are different on different devices and thus you have to manually change the ports used.

  • I cannot send emails since I loaded iOS 7.0.2

    I cannot send emails since I loaded iOS 7.0.2, outgoing emails not working get the message:  Cannot send mail the user name or password for SMTP:[email protected]@smtp.aol.com is incorrect.

    Hello ccrealty,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iOS: Troubleshooting Mail
    http://support.apple.com/kb/ts3899
    Log in to your email provider's website to ensure that the account is active and the password is correct.
    Restart your iOS device.
    Delete the affected email account from your device.
    Tap Settings > Mail, Contacts, Calendars.
    Choose the affected email account, then tap Delete Account.
    Add your account again.
    Best of luck,
    Mario

Maybe you are looking for

  • Bind Variable error in script

    Following piece of code when removed my procedure executes without any error. But when included it shows error. Bind Variable "mi" is NOT DECLARED. I am not getting what is the problem with the code. i am using oracle 11g. --increment day v_hour_coun

  • Can't establish audio or video chat since about a week ago

    Date/Time: 2009-08-19 22:21:51.533 -0400 OS Version: 10.5.8 (Build 9L30) Report Version: 4 iChat Connection Log: 2009-08-19 22:21:22 -0400: AVChat started with ID 3165155967. 2009-08-19 22:21:22 -0400: [email protected]: State change from AVChatNoState to

  • HT4152 replace video card

    Hi, I'm 99% sure my video card needs to be replaced. When I try to turn the machine on, you hear it boot up, but the screen won't come on. I tried a couple of reset options I find online, but that didn't work. I hooked it up to a monitor and the scre

  • Accessing iphoto library on external drive via wireless

    I'm running out of room on my macbook so I moved my iphoto library to an external drive (after reading other posts on how to accomplish this, copied to the external drive and connected without a problem). However, i'm accessing the external drive wir

  • Please help - Dreamweaver Image Map Tool/Outlook for Mac

    Hello: I was wondering if you could help me navigate through an issue I am having with the image map tool.  I have created a design file is PSD, saved it as a JPG, then transferred it into Dreamweaver to link the design to a web page.  However, I wou