-
Hi, I got the following error:
```yaml
time="2024-04-28T09:37:31Z" level=error msg="Could not send email to \"username@gmail.com\": gomail: could not send email 1: gomail: invalid address \"\": mail…
-
when call DialAndSend
goroutine 575 [IO wait]:
net.runtime_pollWait(0x7f58d41d8430, 0x72, 0x18)
/home/lhs/soft/go/go1.8.0/go/src/runtime/netpoll.go:164 +0x59
net.(*pollDesc).wait(0xc4205775d8, …
-
If you will try to send mail to any address like bla-bla-ala.@domain.tld, you will get error:
gomail: could not send email 1: gomail: invalid address "bla-bla-ala.@domain.tld": mail: missing '@' or a…
-
The following pull requests need to be reviewed and merged:
- [x] Export NetDialTimeout to public (go-gomail/gomail#100)
- [ ] Added Check For Existing Files And Attachments (go-gomail/gomail#97)
…
-
I'm using gomail to send 15 HUGE images, embedded in the message body, with a total of 60M in size.
This is the first time I'm sending messages of this big, and found that gomail cannot handle it.…
-
Welcome, this page informs you about the security, all SCRAM variants and Channel Binding (-PLUS variants) too.
-------------------------------
Important history:
CRAM-MD5 to Historic:
- htt…
-
Error:
[WARN] Unable to checkout gopkg.in/gomail.v2
[ERROR] Update failed for gopkg.in/gomail.v2: Cannot detect VCS
[ERROR] Failed to do initial checkout of config: Cannot detect VCS
Go Version:…
-
### Gogs version
0.13.0+dev
### Git version
- Server: 2.32.0
- Client: -
### Operating system
12.2.0-14
### Database
SQLite 3
### Describe the bug
can not use unicode char in app.ini for …
-
We are now using https://github.com/go-gomail/gomail to communicate with a remote SMTP server directly.
Ben suggested we can have a local SMTP server to handle logs, retry, etc.
-
There are some open pull requests that make changes to public interfaces:
- [ ] Break out SMTP Client Reset Method (go-gomail/gomail#79)
- [ ] Accept io.Reader for Attach and Embed (go-gomail/goma…