Hi, I’m new to forum and not sure if this is place to post. Any information greatly appreciated!
I am trying to add email functionality to my site.
For a logged-in user on a personal page, and they are on a page that is only visible to them, I want to place a button on that page for them to click on and have an email sent to them – which includes a random joke of the day.
This email address is not the email address for the dnn user, but an email address located in a different table, that I can retrieve via sql.
So, the email address and the joke will both be pulled from a private database table, and the email will be constructed on the fly, and effectively, this user will be sending an email to themselves.
I am currently running DNN ver5.06, but am considering upgrading to DNN 6.1.x
Is this functionality available with my current version? or a newer version?
If there are any modules that would offer this functionality, that may be helpful also.
Thanks in advance.