Question:You need to send e-mail messages from your assembly. The computer that will run your assembly also hosts an SMTP server. Which of the following are valid values for SmtpClient.Host? (Choose all that apply.)
A self
B 10.1.1.1
C localhost
D 127.0.0.1
+ AnswerC D
+ Report