When the user resgisters at my site, I capture their email address as well as their cell phone text message email address and add them to 2 DNN roles of email and text message. I write their email address to users.email, and I write the cell email address to users.cell_email, and I also write it to usersprofile.cell_email. I want to be able to choose which email field I will be sending to. That way, I can choose to send an email or text message to a person based on what DNN role they are enrolled into.
Or if it was possible to enter a SQL query into the email list box to build my own email list to send to.
Is either of these a possiblity?
Thanks,
Kyle
Kyle,
This will require customization of the code. I would suggest to buy the source code version and modify it to meet your need. When creating the mailing list, you can replace email with another profile column.
Regards,
Robert.