Small width layout Medium width layout Maximum width layout Small text Medium text Large text
     Search
Downloads Downloads Directory Directory Forums Forums Forge Forge Blogs Blogs        Marketplace Marketplace Careers Program Careers
Community › Forums Register  |  

Affordable ASP.NET Hosting Service
  Ads  
 


  Sponsors  

Meet Our Sponsors

WebSecureStores -- ASP.NET & DotNetNuke Hosting Solutions
FCKeditor Project
Salaro -- Skins and more
OnyakTech
CrystalTech Web Hosting™
Webhost4life, specialists in DNN hosting
 


DotNetNuke Forums
 
  Forum  DotNetNuke® Pro...  Events Module [...  Email reminder notification
Previous Previous
 
Next Next
New Post 7/15/2008 10:04 AM
Resolved
User is offline xoozlez
57 posts
10th Ranked


Email reminder notification 

Hi guys... i jus upgraded to the latest version for events module. It is terrified with the many enhancement and bug fixes.

Anyway I jus had a small problem here. I hav enable anoymous reminder setting such that any users who wanna be notified of the event to be occurred can keyed in their email address and get notified via email. However when I did a test on it... I did not receive any notification at all. I've check my smtp is working fine and my event module scheduler is on too.

Are there any other settings im missing out? :)

 
New Post 7/15/2008 10:25 AM
User is offline Roger Selwyn
1042 posts
www.thedivingclub.co.uk
6th Ranked




Re: Email reminder notification 

That should be everything....

Can you check against the history of the Event Module Schedule at the time you think it should be sennding the email. If it tried to send anything it should have a note saying so in the history log. If not, it should just say 'Event Notification Completed'.


Events 4.0.2 - It's released !! - See the annoucement.
Requirements/Bugs - Submit them here - Gemini - Raise against project 'DNNP', and put 'Events' in the title.
 
New Post 7/15/2008 2:00 PM
User is offline Roger Selwyn
1042 posts
www.thedivingclub.co.uk
6th Ranked




Re: Email reminder notification 

I have found a bug in 4.0.1 where no notifdications will be sent due to an error in a SPROC. Run this from Host/SQL, tick 'Run as script' and click Execute. This will be included in 4.0.2. Logged in Gemini here - EVT-8108

if exists (select * from dbo.sysobjects where id = object_id(N'{databaseOwner}[{objectQualifier}EventsNotificationsToSend]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)
drop procedure {databaseOwner}[{objectQualifier}EventsNotificationsToSend]
GO

CREATE PROCEDURE {databaseOwner}{objectQualifier}EventsNotificationsToSend
(
 @NotifyTime DateTime
)
AS
SELECT     n.NotificationID, n.EventID, n.PortalAliasID, n.UserEmail,
                      n.NotificationSent, n.NotifyByDateTime, n.EventTimeBegin, n.NotifyLanguage,
                      e.TimezoneOffset, n.ModuleID
FROM         {databaseOwner}[{objectQualifier}EventsNotification] as n INNER JOIN
                      {databaseOwner}[{objectQualifier}Events] as e ON n.EventID = e.EventID AND n.NotifyByDateTime <= DATEADD(minute, e.TimezoneOffset,
                     @NotifyTime)
WHERE     (n.NotificationSent = 0)
ORDER BY n.NotifyByDateTime

GO

 


Events 4.0.2 - It's released !! - See the annoucement.
Requirements/Bugs - Submit them here - Gemini - Raise against project 'DNNP', and put 'Events' in the title.
 
Previous Previous
 
Next Next
  Forum  DotNetNuke® Pro...  Events Module [...  Email reminder notification
 


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:

1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

 


Advanced Web Portals by Infoscaler
Infoscaler is a California based company that provides advanced Web Portals, E-commerce Sites, Database Applications and Intranet Solutions on the DotNetNuke and Microsoft.NET platforms.
www.infoscaler.com
DotNetNuke® in Sweden
All service of DotNetNuke® in Sweden.
Olsmar Konsult
Verndale - Web Development, Support, Hosting
Since 1998, Verndale has helped hundreds of emerging and midsize businesses maximize the value and reach of their web assets with a comprehensive offering of strategy, design, development, search marketing and support services.
www.verndale.com

DotNetNuke Corporation   Terms Of Use  Privacy Statement
DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation
Hosted by MaximumASP