diff --git a/vlib/net/smtp/smtp_test.v b/vlib/net/smtp/smtp_test.v index 87824d5b63..0c199dc7fc 100644 --- a/vlib/net/smtp/smtp_test.v +++ b/vlib/net/smtp/smtp_test.v @@ -4,8 +4,8 @@ fn test_smtp() { server := 'smtp.mailtrap.io' port := 2525 - username := '46d1daf3ff04f' - password := '1e8ba2dbf19f4f' + username := '' + password := '' subject := 'Hello from V' from := 'dev@vlang.io' to := 'dev@vlang.io'