kjm
This commit is contained in:
@@ -170,7 +170,6 @@ Public Class mail_auslesen
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
' Daten in DB speichern
|
' Daten in DB speichern
|
||||||
conn.Open()
|
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)
|
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)
|
||||||
|
|||||||
@@ -143,7 +143,6 @@ Public Class mail_sending
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
'MsgBox("Keine Empfänger definiert!")
|
'MsgBox("Keine Empfänger definiert!")
|
||||||
rtb_log.Text = rtb_log.Text & DateTime.Now & ": Keine Empfänger definiert!" & vbNewLine
|
rtb_log.Text = rtb_log.Text & DateTime.Now & ": Keine Empfänger definiert!" & vbNewLine
|
||||||
Exit Sub
|
Exit Sub
|
||||||
|
|||||||
Reference in New Issue
Block a user