Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Dan 2 posts 22 karma points
    Mar 05, 2014 @ 14:19
    Dan
    0

    My Change notifications are not working

    Hi, I'm not receiving any notifications via email to web changes on my live site.

    This is where I'm up to;

    Within the 'Content' area I have right-clicked on a node and selected 'Notifications' from here I have clicked on the checkbox marked 'update' as I want to see whenever a page's content has been updated.

    I have also gone into the config/umbracoSettings.config file and entered my email inbetween the notification and email tags like so;

    <notifications>

          <!-- the email that should be used as from mail when umbraco sends a notification -->

          <email>[email protected]</email>

        </notifications>

    I am also using Contour and not receiving any email through despite changing the settings within the CMS area of the module.

    I have also had a look at the web.config and changed the settings to the following;

    <mailSettings>

        <smtp deliveryMethod="SpecifiedPickupDirectory" from="[email protected]">

            <network host="localhost" />

            <specifiedPickupDirectory pickupDirectoryLocation="D:\Websites\mailroot" />

         </smtp>

    </mailSettings>

    But alas, no email is coming through. Any help would be truly appreciated. 

    Thanks, Dan

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Mar 22, 2014 @ 20:44
    Jan Skovgaard
    0

    Hi Dan

    Are you still struggling with this issue?

    Otherwise I think you should be able to figure out what is going wrong by having a look at the logfile found in /app_data/logs

    /Jan

  • Dan 2 posts 22 karma points
    Mar 24, 2014 @ 12:20
    Dan
    0

    Hi Jan,

    No, I am still no further with this issue. I have checked the logs and the only thing I can find that could be relevant is the following;

    2014-02-05 15:10:14 W3SVC173 MYRTLEWOOD 46.20.227.2 GET /umbraco/macroResultWrapper.aspx umbPageId=1074&umbVersionId=7af09156-4476-493e-8153-d6cc85b25e42&umb_youremail=name%40domain.com&umb_subject=Email+from+your+website&umb_macroalias=RunwayContactForm 80 - 46.20.227.2 HTTP/1.1 - UMB_UCONTEXT=A1C228940E9916B648F9CB7B7DBD12514203F8089986BBF16AD1ACD2BAACDB875081196E15899C9AF1EA8922F107B993F5F22730E602B21FAEB1AC12C0B9AAACE194DA60AB8641B6130C28396B149857E50943543A4E148F7BB5FCEB0C5A6E433CDD4F91E35302437258F96FD85AFA014C62AE8F429B40CBE2E12C2C36D4FE5FD57EED7C2A748408FB513181435F23FBB825330ACAA6F112C35610797A4B0BC049E3DA187A80FF6E5D9228E3753A7CCA66625C6A47CDEECEE8557FD67FF71D6789B1FD2A64C4F73F5ADABFFEF3BC204325CEE1BDD18A0F8B88C4BEE481E74915B4B658718682696B5D799C11F6C8F8B9653BC0D6B88432F49B0937B9D64B3CA0E9B665D9DD43A7FC2D2F65B67209DF684E3BEFCECAF91C63C534AD8614644D0D10B277C3DD562BB74A551B9A3279791DE1C5ED5DA5D46D1D19A7B0751E25E5765192C3F500431412FC997E287CBE10A3803EDE979E15407E11CCE64931210CEF82E57B3B6D79B03402AFAEF8B8938B61872B354290A25ADE777508CA77B5CB13813C5D7C98B72F53652633EFFB6E683B414FF9D92F3BF2E74A2BBC7FA70ECCE87387D5E05C2A879BF2A5BE9434BE7DF7B73D66C28CC58651F94B89B55AC33ED578649A74EBC2710FA12BDCCD97B8937D205379A5D862C8327C948C566FD3A97A0BDF88E1D778B0B1FC63AEC9105DF50FEA64507C38FE98F97F781ECE18AFBE06BDADA89429AA3D553198308708E63F5AEF731C52E64B97E46BE5BDCC403256DA580E24091FC05B387E91FD1F366DFCF6021FAA9E782E02CDE0FF98EBE2239DC945A41AE065F9710C5CEA6971457ADDEB21BD7FFF480B4099583CFE8CDCC4FFC4 - patientvoicesouth.co.uk 200 0 0 1859 1485 1809

    I've been trying to find the Runway Contact Form to change the default email but haven't been able to locate the file which has the option. There is no options within this file ~/usercontrols/RunwayContactForm/Contact.ascx to change the setting unless I'm missing something. I don't know if the Runway contact form is indeed messing with the settings but I'm at a loss.

    If you can point me in the right direction that would be great!

    Cheers,
    Dan 

  • Andrew Cullen 137 posts 237 karma points
    May 10, 2014 @ 15:48
    Andrew Cullen
    0

    I am in the same boat - no emails being sent from either the notifications or contour workflows. I'm running version 7.0.4. I have the following in my web.config:

    <system.net>
         <mailSettings>
              <smtp>
                   <network host="smpt.domain.org"  
                            port="2525"  
                            enableSsl="true" 
                            userName="[email protected]"  
                            password="xxx" 
                            defaultCredentials="false" />
              </smtp> 
         </mailSettings>
    </system.net>
    

    In UmbracoSettings.config, I have:

    <notifications>
         <!-- the email that should be used as from mail when umbraco sends a notification -->
         <email>[email protected]</email>
    </notifications>
    

    What am I missing?

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    May 10, 2014 @ 15:55
    Jan Skovgaard
    0

    Hi Andrew

    Could you try having a look in the /app_data/logs file to see if any entries in there are marked with "ERROR". That might shed a light on what is wrong.

    /Jan

  • Andrew Cullen 137 posts 237 karma points
    May 11, 2014 @ 04:22
    Andrew Cullen
    0

    Only one error:

    2014-05-10 08:57:00,300 [19] ERROR Umbraco.Core.PluginManager - [Thread 7] Error creating type Umbraco.Core.Models.PublishedContent.PublishedPropertyType+CompatConverter
    System.MissingMethodException: No parameterless constructor defined for this object.
       at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
       at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
       at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
       at System.Activator.CreateInstance(Type type, Boolean nonPublic)
       at System.Activator.CreateInstance(Type type)
    
  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    May 11, 2014 @ 11:55
    Jan Skovgaard
    0

    Hi Andrew

    Hmm, yeah that does not seem to be related.

    Have you by any chance checked that the e-mails does not end up in the spam folder for some reason? I've seen that happening a lot.

    /Jan

  • Andrew Cullen 137 posts 237 karma points
    May 11, 2014 @ 13:30
    Andrew Cullen
    0

    Nope, nothing in the spam folder...

  • Andrew Cullen 137 posts 237 karma points
    May 13, 2014 @ 05:20
    Andrew Cullen
    0

    bump

Please Sign in or register to post replies

Write your reply to:

Draft