This commit is contained in:
mhaase 2023-01-06 08:51:03 +01:00
parent 47fdda05b4
commit 4e88e9d02f
2 changed files with 0 additions and 2 deletions

View File

@ -170,7 +170,6 @@ Public Class mail_auslesen
' Daten in DB speichern
conn.Open()
sqlcmd = New MySqlCommand("insert into `data` (`ID`, `from`, `to`, `subject`, `text`, `send`, `mailing_ohne_freigabe`) values ('" & lb_id.Text & "','" & tb_von.Text & "','" & tb_an.Text & "','" & tb_betreff.Text & "','" & rtb_mail_body.Text & "', '0','" & lb_mailing_ohne_freigabe.Text & "' )", conn)

View File

@ -143,7 +143,6 @@ Public Class mail_sending
'MsgBox("Keine Empfänger definiert!")
rtb_log.Text = rtb_log.Text & DateTime.Now & ": Keine Empfänger definiert!" & vbNewLine
Exit Sub