Recently Viewed...
DNN Modules
SnowCovered Top Sellers

Edit documents directly on your server. The premier document management solution for DotNetNuke (DNN). Index contents of documents. Share documents across your portal and avoid duplicates. Revised and flexible UI. Extensible architecture.

'Relationship Building' and 'Communication' are two essential nuts and bolts for a business to prosper. This module allows you to bridge both of these and easily generate continuous awareness of your web site, products and services. Your prospects and customers will greatly appreciate this featur

Live Content uses Web 2.0 approach to provide a Rich User Interface and streamlines content presentation by overlaying content on current page. Overlay images, videos, audio, text/html content, flash, dotnetnuke modules, and external content. Experience the demo...

The Catalyst skins are professionally designed, coded and packaged by a team of DotNetNuke experts. The skins are available in 12 great colours. This skin is easily customisable with our unique DrNuke EasyMod technology. Try our demo!

In this day and age, knowing as much detailed information as possible about your customer, prospect or web site user is essential. Thankfully, the new 'Dynamics Forms' module from Data Springs, makes it easier than ever to segment your data collection efforts.

Ultra Video Gallery is a brother product of Ultra Media Gallery, UVG allows you to add videos in various format and automatically convert them to flv format, you also can add videos from embed code and play them in our integrated flash video player.

Ultra Media Gallery is the most popular photo gallery and media gallery solution for DotNetNuke, UMG offers 10 different flash player to browse your gallery with completely different user interface experience.

Capture your users attention, enrich your site with multimedia flash, and create and opt in distribution list for your DNN site. These are just a few of the many features the Data Springs Module Collection can provide you.

Version 5 of the perennial best-selling tool for creating data-based solutions in DNN without custom programming. This version focuses on greater flexibility, expandability, and ease-of-use.

ALL NEW ! - Minimalist includes skin packs in 12 great colors. Each color has Flat, Gradient and Glass versions. Feature rich XML Flash header, perfect for just about any purpose. 9 Different menu options in each skin pack; 3 horizontal menus, 3 vertical menus and 3 all-new Twin level menus . . .

    |   Register   |   Sunday, November 23, 2008   
Data Springs Product Forums...
Subject: Dynamic Email question event
Prev Next
You are not authorized to post a reply.

Author Messages
Michael
Posts:5
skipping stones
skipping stones

07/24/2008 12:29 PM  

I have setup a dynamic email completion event but it is not sending. I have it set to fire on any event. In the host settings i just have localhost and anonymous for smtp settings which works with other parts of dnn. Is there something else i am missing.

Candace
Posts:94
river guide
river guide

08/04/2008 3:13 PM  

Michael,

Sorry, I just realized your post did not receive a response yet.  Have you got your question event to fire yoet?  Do you still need help? 

Thanks,

Candace

 

 

Edward
Posts:3


08/11/2008 9:07 PM  

I have the same EXACT problem.  New installation of DNN 4.5.5.  Installed Dynamic Registration 3.1.  SMTP configured with 'localhost' test emails working fine. 

configured 'Dynamic Email'  but after registration - No Email sent.

Thanks for your help

Ed

pragpr.com

Candace
Posts:94
river guide
river guide

08/12/2008 9:18 AM  

Hi Edward,

Does the registration complete -- page redirect works, correct role(s) assigned,  etc. just no email sent?

Thanks,

Candace

Nicholas
Posts:4
skipping stones
skipping stones

08/19/2008 4:39 PM  

Hi - I've got the same problem too.

Everything else fires fine. Roles assignment, SQL, etc...

What I'm trying to achieve:

* Completion Event 1: (SQL Event) assign a specific role if the users email address matches a list of approved domains in a lookup table. This works perfectly.

* Completion Event 2: (Dynamic Email Event) send the verification code and link to the user. The email isn't sent.

 

Here's the related message in the event log:

 

System.Web.HttpException: The transport failed to connect to the server.
---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
---> System.Runtime.InteropServices.COMException (0x80040213): The transport failed to connect to the server.
--- End of inner exception stack trace ---
at System.RuntimeType.InvokeDispMethod(String name, BindingFlags invokeAttr, Object target, Object[] args, Boolean[] byrefModifiers, Int32 culture, String[] namedParameters)
at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
at System.Web.Mail.SmtpMail.LateBoundAccessHelper.CallMethod(Object obj, String methodName, Object[] args)
--- End of inner exception stack trace ---
at System.Web.Mail.SmtpMail.LateBoundAccessHelper.CallMethod(Object obj, String methodName, Object[] args)
at System.Web.Mail.SmtpMail.CdoSysHelper.Send(MailMessage message)
at System.Web.Mail.SmtpMail.Send(MailMessage message)
at DataSprings.Modules.DynamicRegistration.clsGlobals.DSMail1(String MailFrom, String MailTo, String Cc, String Bcc, MailPriority Priority, String Subject, MailFormat BodyFormat, Encoding BodyEncoding, String Body, String Attachment, String SMTPServer, String SMTPAuthentication, String SMTPUsername, String SMTPPassword)

 

I have my mail server relay set to only allow authenticated connections. Is this a problem for the Dynamic Registration module? I noticed that the DSMail1 function takes SMTP username and password as parameters, but are those values actually being passed to the function?

 

I also tried setting my mail server to allow relays from local IPs, but it didn't help. I still get the same exception as above.

Chad
Posts:2227
river guide
river guide

08/19/2008 6:43 PM  
Hmmm.. Well the mail functions should not be using DSMail1 anymore... When you go to Host, Module Definitions, what specific version does it show you are running on?

Also, who are you hosting with and where is your SMTP server hosted with?


-Chad

Nicholas
Posts:4
skipping stones
skipping stones

08/19/2008 6:55 PM  

In DNN's Module Definitions, it says Dynamic Registration is version 03.02.00.

 

I'm hosting DNN on my own VPS, and running MailEnable Standard as my SMTP server.

Edward
Posts:3


08/19/2008 7:08 PM  
Exactly, the registration works except for the confirmation email.

I'm on DNN 4.5.5 Dynamic Registration in module definitions is 3.10.21.

Edward
Posts:3


08/19/2008 7:09 PM  
Btw my hosting is PowerDNN, dedicated server.
Chad
Posts:2227
river guide
river guide

08/19/2008 7:24 PM  
Hmmm... Well we have many customers using PowerDNN but this is good to know thanks. I am going to check on the latest build of 3.1.x when I get in the office tomorrow and see if the email functions already changed in that release (I know they did in 3.2).

-Chad

Chad
Posts:2227
river guide
river guide

08/19/2008 7:25 PM  
Couple other things..

Nicholas - Check the patches and hot fixes, as 3.2.6 was posted there and this might fix you up.

Edward - I am assuming if you go to Admin, Newsletters, you can send an email to yourself just fine without any problems?

-Chad

Nicholas
Posts:4
skipping stones
skipping stones

08/19/2008 7:32 PM  

Hi Chad,

All I'm seeing in patches and hotfixes is: DataSprings_DynamicRegistration_Module31_DNN44PLUS.zip

 

I can see 3.2 offered as a discount though...

Nicholas
Posts:4
skipping stones
skipping stones

08/19/2008 7:50 PM  

Good news!

I reinstalled (or installed for the first time as the case may be) the DataSprings_DynamicRegistration_Module31_DNN44PLUS.zip PA.

All is fine now. Module definitions now says 03.10.00.

Thanks for your fast response.

Great module! (the SQL and Email features are EXACTLY what I needed for this task)


- Nick

You are not authorized to post a reply.



ActiveForums 3.7

Copyright 2005 - 2008 by Data Springs, Inc.
Terms Of Use | Privacy Statement