Not sure where to post this, so here seemed the best place to start.
I've disabled registrations via the site but want to be able to add users via the admin control panel.
So I've gone to the control panel > user accounts > add new user, filled out all the details, hit save/update (can't remember what the name of the button was) and ended up with:
Error: Edit User Accounts is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException:
The specified string is not in the form required for an e-mail address.
---> System.FormatException: The specified string is not in the form
required for an e-mail address. at
System.Net.Mime.MailBnfHelper.ReadMailAddress(String data, Int32&
offset, String& displayName) at
System.Net.Mail.MailAddress.ParseValue(String address) at
System.Net.Mail.MailAddress..ctor(String address, String displayName,
Encoding displayNameEncoding) at System.Net.Mail.Message..ctor(String
from, String to) at System.Net.Mail.MailMessage..ctor(String from,
String to) at DotNetNuke.Services.Mail.Mail.SendMail(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) at
DotNetNuke.Services.Mail.Mail.SendMail(String MailFrom, String MailTo,
String Bcc, String Subject, String Body, String Attachment, String
BodyType, String SMTPServer, String SMTPAuthentication, String
SMTPUsername, String SMTPPassword) at
DotNetNuke.Modules.Admin.Users.ManageUsers.cmdUpdate_Click(Object
sender, EventArgs e) --- End of inner exception stack trace ---
Ummm help :(
Thanks for any help in advance.
|