mirror of
https://github.com/GRFreire/nthmail.git
synced 2026-01-10 05:19:38 +00:00
the problem was that it was declared a byte array (txt) with essentially size 0 and calling Read(txt). Since Read reads n bytes up to sizeof(txt), nothing was being read. |
||
|---|---|---|
| .. | ||
| mail_utils.go | ||