net.smtp: remove credentials from the test (#5808)
parent
549c4f54cd
commit
25c397f921
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue