Hi,
i using smtp class to send a mail but the method send return an exception.
The message is: client does not have permission to send at this sender (550)
this the call stack:
in Rebex.Net.Smtp.COvOkZ(String , String )
in Rebex.Net.Smtp.bUTESW(String , String[] , String , Stream )
in Rebex.Net.Smtp.BTPxIKZ(MimeMessage , Stream , MailAddress , MailAddressCollection )
in Rebex.Net.Smtp.Send(MailMessage mail, String sender, String recipients)
in Rebex.Net.Smtp.Send(MailMessage mail)
If configured the same mail with outlook and i don't have the same problem.
Best regards
Enrico