WiFi webcam WVC54GC: Motion triggered email via unencrypted SMTP

I've been trying to get the WVC54GC to send an image by email when it detects motion.  Currently, it just generates the following errors when it detects motion:
   01/01/1990 04:23:57 SMTP:
   Error during the connection or timeout.
   01/01/1990 04:23:53 Alert: Triggered.
The gateway and DNS are properly set.  I did some testing of the SMTP connection to the server using Outlook.  I found that the ISP's email server only accepts SSL/TSL. Not being a specialist in this area, I'm not sure if encryption applies only to the login data or the whole message, but it doesn't seem to me to matter -- the webcam has no switch to activate SSL/TSL regardless.
I searched the web for SMTP settings for the big three providers of free email (Google, Yahoo, Hotmail) and they all require SSL/TSL for SMTP.  How have other WVC54GC users handled this requirement?

Looks like you might’ve hit the nail on the head with the SSL/TLS requirement. Doesn’t seem to be any option in the camera’s setup page for setting that. What firmware are you running on your camera? Is it the latest? There may be an option for that in the newer firmware

Similar Messages

  • Email via an SMTP server which needs authentication

    JSC bundles codes for emailing via an SMTP server which does not need authentication. But, can I get codes for emailing via an SMTP server which needs authentication?
    Thank you very much.

    I'd recommend the following free, open source library
    from Apache. It's powerful and simple to use.
    http://jakarta.apache.org/commons/email/
    I get the following exception when I use Apache commons. This occurs in both circumstances when SMTP authentication is needed or not.
    java.security.AccessControlException: access denied (java.util.PropertyPermission * read,write)
    at java.security.AccessControlContext.checkPermission(AccessControlContext.java:264)
    at java.security.AccessController.checkPermission(AccessController.java:427)
    at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
    at java.lang.SecurityManager.checkPropertiesAccess(SecurityManager.java:1252)
    at java.lang.System.getProperties(System.java:560)
    at org.apache.commons.mail.Email.getMailSession(Email.java:355)
    at org.apache.commons.mail.Email.buildMimeMessage(Email.java:748)
    at org.apache.commons.mail.Email.send(Email.java:897)
    at manamakal.test.ApacheEmailTest.button1_action(ApacheEmailTest.java:234)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.sun.faces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:126)
    at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:72)
    at com.sun.rave.web.ui.appbase.faces.ActionListenerImpl.processAction(ActionListenerImpl.java:57)
    at javax.faces.component.UICommand.broadcast(UICommand.java:312)
    at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:267)
    at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:381)
    at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:75)
    at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:221)
    at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:90)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:197)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
    at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
    at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
    at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
    at com.sun.rave.web.ui.util.UploadFilter.doFilter(UploadFilter.java:194)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:210)
    at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
    at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:132)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:189)
    at com.sun.enterprise.web.connector.grizzly.ProcessorTask.doProcess(ProcessorTask.java:604)
    at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:475)
    at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:371)
    at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:264)
    at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:281)
    at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:83)
    |#]
    Any further help is very much appreciated.

  • Sending an email via alternative SMTP

    Hi, up until recently Mail would politely prompt me to choose an alternate SMTP setting if I had sent an email using a non-available server setting. Example:
    When at home my ISP requires me to use smtp.johndoe.com but when at work I use their relay settings, so instead of having to remember which one to use Mail used to come up with a dialogue box and I could select the appropriate one. For some bizarre reason that service just stopped.
    Now, any mail sent using the wrong setting doesn't get flagged, it just sits in the mail out folder..
    Any ideas anyone? thanks

    The problem seems to be that the result of the first "run apple script action" is in a slightly different format than the "new mail message" action wants even though it's text. I don't know how to coerce it to the correct format from the "run apple script" action itself (it should be possible though) but an easy way around is to add a dummy "run shell script action which will do nothing but convert it to the correct format.
    so change the beginning of your workflow like this
    1. run apple script
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    width: 720px;
    color: #000000;
    background-color: #ADD8E6;
    overflow: auto;"
    title="this text can be pasted into the Script Editor">
    on run {input, parameters}
    set mypass to text returned of (display dialog "What are you doing?" with icon 1 buttons {"Tweet", "Cancel"} default button "Tweet" default answer "")
    end run</pre>
    2. run shell script
    just add this action and keep it in the default form "cat". don't change anything in it.
    3. new mail message.
    Message was edited by: V.K.

  • Cannot send email via wifi in Microsoft exchange.

    Ever since updating my iPad and iPhone to iOS6, I have not been able to send Microsoft Exchange email via my home wifi network.  It just sits in my outbox.  I have tried deleting the account and setting up again but no change.

    Hi ronaldosy,
    How about the work flow of Outlook or OWA on PC internally/externally?
    If only phone has this issue, I suggest ask ActiveSync Forum for help so that you can get more professional suggestions. For your convenience:
    http://social.technet.microsoft.com/Forums/exchange/en-US/home?forum=exchangesvrmobility
    Best Regards,
    Allen Wang

  • 9300i - Email via WiFi POP

    I have a Nokia 9300i and is a great smartphone primarily because of the full use of rich HTML web and proper emails from existing POP3s like Yahoo etc.
    One problem arises which, although I can collect my emails from both GPRS and WiFi anywhere and any WiFi hotspots, it was the SENDING of emails through WiFi was the problem. I do have a home WiFi using Apple AirPort with no problems and also other WiFi Hotspots including BT, TMobile etc. I can send emails via my mobile connection vis GPRS but not WiFi.

    Is it with any Wi-Fi hotspot/service provider (ISP, Internet Service Provider) or just some?
    Does the ISP, perhaps, block SMTP traffic to servers other than their own? In such a case, use the ISP's SMTP server, instead.

  • I cannot view the family sharing invitation. My wife has sent it multiple times Via email and text yet I haven't had a notification, but when I attempt to send to her she receives the notification. Help please?

    I cannot view the family sharing invitation. My wife has sent it multiple times Via email and text yet I haven't had a notification, but when I attempt to send to her she receives the notification. Help please?

    There are a lot of posts in the forums today with people having problems with iMessage.   There was also a published outage yesterday, so it's possible there are still some issues that may be impacting you both.
    I would just wait it out - I'm sure it will be sorted out soon.

  • Email via Wifi is forbidden

    Hi All,
    I'm a new C3-00 owner and wanted to warn you about Orange France.
    You can't use the wifi connection to download your emails, this functionnality is disabled by Orange.
    I've struggled three days long with various commercial/technical hotlines, just to learn that.
    Now, I wonder if I could get a full "standard" flash to circumvent this annoying behaviour...
    Any Idea anybody ?
    Thanks for reading and for your replies.

    Sorry to hear about your problems with Orange France. It is a known fact that Networks modify the firmware on their branded handsets but some more severely than others. I for one have decided not to purchase anymore network branded phones. 
    With regards to the second part of the question, what you are contemplating doing will invalidate the warranty on your phone and it is against the rules of this forum to discuss any subject or topic which may potentially result in the invalidation of the warranty. You could however try Google. 

  • Unable to send out emails via outlook express since 06/29/2010

    Task '[email protected]" - Sending' reported error (0x80042109) : 'Outlook is unable to connect to your outgoing (SMTP) e-mail server. If you continue to receive this message, contact your server administrator or Internet service provider (ISP).'        This is a copy/paste of error message from Office Outlook  2003
    Our household has been unable to "send" outgoing emails since 06/29/2010.  This includes a wireless laptop and a PC. We both lost the ability to send emails same day.  We changed NOTHING and did not share emails with each other that would have corrupted our system. During this time I have had 2 Verizon techs dance around in the PC doing all the same things I did as well as what  the automated assistant did.  The last tech said the Outlook Express 6.0 was corrupted, and to unistall it and then reinstall;  this time 2 hours later, I think he just gave up).  That did not work either.  I tried using the Outlook Office and still got an error message for outging. Everything is set up as it was when it was working until 06/29/2010.  I was told that there was a new server being installed and that things wold be working by 07/02/2010... I have tried taking down the firewall, turning off virus protection (McAfee), changing from outgoing.yahoo.verizon.net to just outgoing.verizon.net, checking boxes, unchecked boxes. SMPT is set to 587.  We get incoming fine.  I hate using the "Verizon email site" as too much monkey motion to get to mail, but that's what we have been doing.  I even tried setting up a GMail account, again got mail still could not send.  Any ideas?

    Thank you for your response!  I even tried sending an email via dos prompt  with Telnet, got past "HELO", but when trying to get a  "RCPT TO"  (using outgoing.yahoo.verizon.net)  I got an "authorization required" response and then was dropped.  I have been passed around without a solution. I am about ready to change ISP, but really hate to as most of the time (years now) this has been a decent ISP. If Verizon is having a problem just say so, I can handle it, honesty would be nice, refreshing and not wasting so much of my time as well as the techs!

  • Cannot send email via AOL on iPad2 - "A copy has been placed in your Outbox. Sending the message content to the server failed."

    My CEO has an ipad2 and I set it up w/ AOL.  She cannot send any email via her AOL account from her iPad.  She gets a message that says "A copy has been placed in your Outbox. Sending the message content to the server failed."   We've tried it on wifi and on 3G (Verizon version).  I've removed the account and added it, I've tried setting it up as an IMAP account vs. using Apples standard AOL mail setting and nothing seems to work.  The SMTP settings are smtp.aol.com, port 587.  I've tried adding an alternate server/smtp, but I haven't been able to find anything that works.  Any advice or other people having this issue?  It works fine sending an email from her aol web mail.  And unfortunately, having her sign up for a gmail account is not an option.  Thanks

    Interesting.  Firstly I have been on AOL since the early 90s with no current intention to switch as my primary personal email account.
    I have two email accounts on my iphone - AOL and my email from my business website.  I deleted both and then recreated first the business account and then the AOL account.  Same error.  Then I wasn't sure what you suggested but I turned off the AOL SMTP server and selected the business email SMTP server by turning it on with the same result.  I still get the error "A Copy has been placed in your Outbox.  Sending the mssage content to the server failed."
    Perhaps this problem will get fixed by IOS 6.   AOL will not talk to me unless I pay and Apple says its not their problem.  So for the time being I use the AOL web interface in the iPhone's Safari to send emails from the phone.

  • Connection to email via iPhone Home Hub 3 BTInfini...

    Suddenly unable to connect to my email via my iPhone. Connecting wirelessly via Home Hub 3 to BTInfinity. Get the message 'Yahoo server unavailable'. My wife can access her email on her iPhone and we can both get to email via desktop PC connected wirelessly to HUB. Settings on my iPhone identical to my Wifes. Any ideas why mines has stopped working please?

    Could just be the intermittent, random problem with the Yahoo! servers that's been discussed at great length on the forum, eg here. Seems to have improved but problems are still being reported. Hopefully it will soon go away; if not you should get some expert advice if you report back here.
    You can click the white star next to this message if you think it was helpful.

  • Email via Photo App in IOS (iPhone) is not send

    All,
    My wife is using a iPhone 4 with 6.1.1 and she is having problems with sending an email (with photo) via the default photo app. The emals are not send at all. When sending a email via the email app emails are send normal.
    Anybody any idea what can be wrong I have no clue.
    Regards,
    Niels

    hi - it sounds like it might the settings for the email account
    you don't say what email she has - is it hotmail/yahoo etc??
    double check settings/Mail etc
    i had the same problem with the ipad email and transpired the settings were wrong for my account, also check that WiFi is on as well just in case under the General settings
    failing that, you could try a specific email app like altamail

  • Windows phone (lumia 930) cannot receive office365 email (company email) via internetional data roaming

    when I travelled overseas, i found I cannot receive the office365 (company) email via mobile data roaming (even with manual sync), only can get email via WIFI. The internet access is OK, I even can receive the hotmail / gmail / yahoo
    mail...
    Why?
    Thanks!

    Lumia 520 - Video playback issues with new IE browser after WP8.1 upgrade
    As title says, I'm experiencing many issues in my Nokia Lumia 520 with the new IE browser included in the Windows Phone 8.1 upgrade.
    As example, the following page has an embedded video that when I try to play the audio starts but the display comes absolutely black and doesn't respond to the windows button,back,search, anything.... The only way to regain control is pressing the lock/unlock button to restore and reinitiate the browser app:
    http://www.engadget.com/2014/09/04/ibm-wants-to-kill-the-hard-drive/
    As this example many other websites with videos content like Coursera or Edx my phone has issues to play the content using this new video player embedded in the IE browser included in Windows Phone 8.1 upgrade (Nokia Cyan).
    Notes that before this upgrade I haven't any issue with videos reproduction in the browser part of Windows Phone 8 (Nokia Amber).
    There is more people experience this kind of problems with videos in the browser?
    This is annoying, I'm enrolled in many MOOC courses and my phone was the ideal device to visualize the videos but after the WP8.1 upgrade this use is impossible.
    I had no issues with Youtube website, so I don't know if this is an issue with specific kind of video format like flash(flv),mp4 vs. html5,etc. What I know is that my Lumia with WP8 had no issues with this websites,no matter the full-screen approach, but now with WP8.1 is a painful experience.
    I would like to know the experience of other users about this topic.
    Thanks and I hope Microsoft/Nokia dev team see that and fix asap

  • Cannot send email via Hotmail through port 587 with Secure Connection (SSL) set

    Something is blocking my attempts to send email (with Outlook Express) via my hotmail.com account. The error I receive is as follows:
    Your server has unexpectedly terminated the connection. Possible causes for this include server problems, network problems, or a long period of inactivity. Account: 'Hotmail', Server: 'smtp.live.com', Protocol: SMTP, Port: 587, Secure(SSL): Yes, Error Number: 0x800CCC0F
    When Hotmail.com first changed over to a POP3 server (Sept 2009), I could send emails through them using port 587, which they require. But then something happened, with no changes on my part, to disable my ability to send.
    I have checked and rechecked my Outlook Express account settings. I can send email through another third-party mail account (at 1&1 Internet.com) using port 587, which does not require setting SSL to yes. I can also ping the Hotmail SMTP server via port 587 and receive a response from it.
    I connect to Verizon DSL via a Westell 327W modem/router. Clearly it is not blocking port 587 without SSL. Does it have the capability to block SSL traffic? Or is the Verizon server the culprit, not allowing emails to be sent via Hotmail.com?
    Two different computers on my LAN have the same problem sending emails via Hotmail.com. I have tried everything the Hotmail people have suggested; at this point they think it is an ISP problem, hence this post. This problem doesn't make sense to me and is driving me crazy. Can anyone help me with this?
    Thanks.

    You can still have your reply address set to your hotmail address. And you don't have to really remember to do anything. Configure your client for the HOTMAIL account with Verizon's outgoing server. It will automatically send via Verizon. You don't reveal your verizon.net address, you are just using their server to transmit.
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.
    "All knowledge is worth having."

  • After update, cannot send email via any accounts! Please help!

    First of all, thank you for reading my thread.
    After updating few days ago, I cannot send any email via any acounts. I have .mac email and yahoo email. But I still can receive emails. I have checked message borad, it said "Some members experienced difficulty sending .Mac Mail via computer email applications from 3:30 am to 6 am Pacific Time. Normal service has been restored." But mine hasn't!!! It has been almost a week!!
    The erro message says "cannot send email using this mail server, please choose one of the following server and retry again"
    My english is not very good, I hope you understand my question and any help would be appreciated, thank you again.

    Thank you very much for your reply!
    This is what I got:
    PING smtp.mac.com (17.250.248.45): 56 data bytes
    --- smtp.mac.com ping statistics ---
    10 packets transmitted, 0 packets received, 100% packet loss
    PING mail.mac.com (17.250.248.152): 56 data bytes
    --- mail.mac.com ping statistics ---
    10 packets transmitted, 0 packets received, 100% packet loss
    It seems the problem is the server, but it has been many days, I don't think apple haven't had notice this.
    What should I do next?

  • Have just installed ios8 on our iPad. Can no longer send emails via Hotmail. BT email says that if can't work on this device. When will these faults be fixed?

    Have just installed ios8 on our iPad. Can no longer send emails via Hotmail. BT email says that if can't work on this device.
    When will these faults be fixed?

    does it error out or does it just not go through?
    have you tried to delete and then re-add your hotmail address? Using the outlook preset

Maybe you are looking for

  • Insert a Picture into the Picture/Image Content Control using Open XML SDK 2.0

    I have created a word template as follows Here PizzaPicture is a Picture Content Control, PizzaName is a Plain Text Content Control and PizzaDescription is a Rich Text Content Control I am able to assign text to PizzaName and PizzaDescription Easily

  • Laptop crashed... need help

    My laptop has shut down and now says no bootable device--insert boot disk ??? I dont care about the computer as I can get another but I have alot of work files on here. Any Ideas how to get it to come back?  I can get to a start up menu and I have tr

  • Prepared Statement nested calls (Oracle)

    I have a prepared statement like select type , id from ms_page_position where page_id = (select id from ms_url where url = ?) and column_id = (select id from ms_column where name = ?) and preview = ? order by position asc. If i place in pstmt.setStri

  • Need a good weather app.

    Evening, Ca anyone suggest a good stable weather app ? Nokia Lumia 520  iphone 6 Plus. Be happy !!

  • Drive failed -trying to use other optical drive

    Okay here goes. Drive failed on my MacBook Pro. Want to load and install new OS. I put the OS DVD in my son's iMac > shut it down > restart in Target Mode Have the iMac and MacBook Pro connected by Firewire. Start MacBook while holding down the optio