HTML Body in E-Mail aktiviert dass Mail Übersichtlicher ist.
This commit is contained in:
@@ -82,7 +82,7 @@ Partial Class login_ForgotPW
|
||||
Dim myCredentials As New System.Net.NetworkCredential
|
||||
myCredentials.UserName = "al@verag.ag"
|
||||
myCredentials.Password = "Luxandreas#2"
|
||||
Msg.IsBodyHtml = False
|
||||
Msg.IsBodyHtml = True
|
||||
Dim mySmtpsvr As New SmtpClient()
|
||||
mySmtpsvr.Host = "smtp.1und1.de" 'bei web.de
|
||||
mySmtpsvr.Port = 587 '25
|
||||
|
||||
Reference in New Issue
Block a user