H
hussein
heelo
please i'm facing a smaal problem in asp.net, my program
sends reports to the mails of the customers so i used the
following:
Dim mailMsg As Mail.MailMessage = New Mail.MailMessage()
mailMsg.BodyFormat = Mail.MailFormat.Html
Mail.SmtpMail.SmtpServer = "exchange"
i used this code when i was useing The exchange as an e-
mail server, but what shall i do when i want to send the e-
mail to accounts on the HOTMAIL? is it by puting the
server of the HOTMAIL and if yes what is it ?
thnk you for responding
please i'm facing a smaal problem in asp.net, my program
sends reports to the mails of the customers so i used the
following:
Dim mailMsg As Mail.MailMessage = New Mail.MailMessage()
mailMsg.BodyFormat = Mail.MailFormat.Html
Mail.SmtpMail.SmtpServer = "exchange"
i used this code when i was useing The exchange as an e-
mail server, but what shall i do when i want to send the e-
mail to accounts on the HOTMAIL? is it by puting the
server of the HOTMAIL and if yes what is it ?
thnk you for responding