Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...Sending password reminder email in custom moduleSending password reminder email in custom module
Previous
 
Next
New Post
7/10/2011 12:51 AM
 
Hello everyone,

I'm trying to send a password reminder email using this DotNetNuke.Services.Mail.Mail.SendMail(DotNetNuke.Entities.Users.UserInfo, DotNetNuke.Services.Mail.MessageType, DotNetNuke.Entities.Portals.PortalSettings). And email is sent successfully. Only password itself is empty in that email. There is Dynamic Login module from Datasprings in the same site also and it sends password reminder email with password included. So I decided that something is wrong with the function i'm using.

Do you have any hints what i'm doing wrong by sending password reminder email using function listed above?
 
New Post
7/10/2011 9:25 AM
 
I will reply to myself if you don't mind :) UserInfo object must be uodated with the following before pass to function:

UserInfo u = new UserInfo();
u = UserController.GetUserById(PortalId, DnnUserId);
                     
u.Membership.Password = UserController.GetPassword(ref u, "");

and only then

DotNetNuke.Services.Mail.Mail.SendMail(u, DotNetNuke.Services.Mail.MessageType.PasswordReminder, PortalSettings);

And believe me. It works!
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...Sending password reminder email in custom moduleSending password reminder email in custom module


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, 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 DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out