neu
This commit is contained in:
@@ -194,7 +194,7 @@ Public Class cProgramFunctions
|
||||
|
||||
If anhaenge IsNot Nothing Then
|
||||
For Each a In DirectCast(anhaenge, List(Of String))
|
||||
Msg.Attachments.Add(New System.Net.Mail.Attachment(a))
|
||||
If a IsNot Nothing AndAlso a <> "" Then Msg.Attachments.Add(New System.Net.Mail.Attachment(a))
|
||||
Next
|
||||
End If
|
||||
mySmtpsvr.Send(Msg)
|
||||
|
||||
Reference in New Issue
Block a user