in

Changing the time taken for Activation Emails to notify new users

Last post 04-21-2008 10:00 AM by Balaji. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 04-03-2008 10:50 AM

    Changing the time taken for Activation Emails to notify new users

    Please follow the below instructions:

    Look at the Message table records for the dtmDateTime vs dtmSent.
    If there is a substantial difference in minutes between these two values

    Elcom Email Service may have a time limit of specific minutes in the configuration file.

    Go to the email service installation directory and look in the App.Config file and change the cycle minutes value as desired.

    Note: There is no set location for the email service installation directory, the best way to find out is to login to the server, view the services and find the elcom service and then see its location.
      
     <!-- Wait this many minutes between cyles: -->
     <add key="cycleMinutes" value="20"/>
       to  
     <add key="cycleMinutes" value="10"/>

     

    Paul Robinson | paulr@elcom.com.au
    Helpdesk Administrator

    Elcom Technology | Australian Technology Park | Sydney
    t +612 9209 4468 f +612 9209 4423 | www.elcom.com.au

    New at Elcom: Training Manager.NET
    Filed under:
    • 202.27.15.254
  • 04-03-2008 11:17 AM In reply to

    • HilaryB
    • Top 10 Contributor
    • Joined on 03-07-2008
    • Penrith NSW
    • Posts 81

    Re: Changing the time taken for Activation Emails to notify new users

    Hi Paul,
    Our email service is located here:
    D:\Elcom Services\EmailService

    But there is no App.Config file in that location.
    There is a file called "EmailService.exe.config" with the following line:

    <add key="cycleMinutes" value="1"/>

    Trouble is our email notification service seems to take about 50 mins before sending.
     

    Regards
    Hilary

    Intranet - CM V5.4
    Internet - CM v6.9 and 7.4
    --
    • 203.32.142.5
  • 04-21-2008 10:00 AM In reply to

    Re: Changing the time taken for Activation Emails to notify new users

    Hi Hilary, 

    After checking the database the service is polling every minute.

    Looks like the issue is with the time synchronization on the servers.(Database and File servers)

    May be this is a daylight savings or some other time settings issue on those machines.

    Check those machine time and see if they are synchronised.

    Let us know.

    Thanks,

    Balaji 

    Senior .NET Developer 

     

    Regards,
    Balaji

    Senior .NET Developer

    Elcom Technology | Australian Technology Park | Sydney
    t +612 9209 4347 f +612 9209 4423 | www.elcom.com.au
    Filed under:
    • 202.27.15.254
Page 1 of 1 (3 items)