MalformedAddressException
Brought to you by:
sheda0
throw new MalformedAddressException("Supplied email
address is invalid: " + address);
the above line should read
throw new MalformedAddressException("Supplied email
address is invalid: " + email);
this is matters when the constant VerifyAddresses is
set to true in SmtpConfig.cs
I wish to participate in the project, still.
Logged In: YES
user_id=1193806
Can somebody please reassing this to some other. I really
don't have any idea about this bug.