0
You just include the exception details as it will be easier to find the detailed error
0
Sorry Can't Get Meaning For Your Above Post Please Can You Explain it Clearly
0
i need to keep ssl=false,
and defaultcredentials is =false.
ideally, these settings should help. but i guess its something related to machine configuration
0
Hi.,
Had You Allow Permissions in IIS
If Not Check With Below Method
Go to IIS
IIS---->
Default SMTP Virtual Server (Right Click) ----> Properties ----> Access ----> Relay ----> All Except the List Below (Radio Button) Select that And Click Ok And then Execute Your Code
If U Got Solution With this Mark it Has Accepted
Or Else Please Post The Error
With Regards..,
R.V.Rajagopalan
0
Please share the sample code and also do the following settings
smtpClient.UseDefaultCredentials = false;
smtpClient.EnableSsl = true;