net.smtp: remove credentials from the test (#5808)
parent
549c4f54cd
commit
25c397f921
|
@ -4,8 +4,8 @@ fn test_smtp() {
|
||||||
|
|
||||||
server := 'smtp.mailtrap.io'
|
server := 'smtp.mailtrap.io'
|
||||||
port := 2525
|
port := 2525
|
||||||
username := '46d1daf3ff04f'
|
username := ''
|
||||||
password := '1e8ba2dbf19f4f'
|
password := ''
|
||||||
subject := 'Hello from V'
|
subject := 'Hello from V'
|
||||||
from := 'dev@vlang.io'
|
from := 'dev@vlang.io'
|
||||||
to := 'dev@vlang.io'
|
to := 'dev@vlang.io'
|
||||||
|
|
Loading…
Reference in New Issue