Hi,
I have the same problem but my install is fresh, and unchanged.
Do I still need to "check , if the token for the registration link has not been touched. even a space inside might break substitution" or would the verified user registration on my site fail for some other reason?
Thanks,
Bill
AssemblyVersion: 04.05.03
Method: System.Net.Mail.SmtpTransport.SendMail
Message: System.Net.Mail.SmtpFailedRecipientException: Mailbox
unavailable. The server response was:
<emailaddressofnewregisteringuserhere@emailservice.com> No such user
here at System.Net.Mail.SmtpTransport.SendMail(MailAddress sender,
MailAddressCollection recipients, String deliveryNotify,
SmtpFailedRecipientException& exception) at
System.Net.Mail.SmtpClient.Send(MailMessage message) 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, Boolean SMTPEnableSSL)