| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Bump release version to 1 - spec: Remove buildmode=vendor as it is the default behaviour since go >= 1.14 - spec: Bump BuildRequires as per project's go.mod
- Use noun phrase for descriptions.
This release includes our most requested feature, SMTP support. With Pop v0.2.0, you can now send emails using your own SMTP server configuration. To get started, export the following environment variables: export POP_SMTP_HOST=smtp.gmail.com export POP_SMTP_PORT=587 export POP_SMTP_USERNAME=azure.diamond@gmail.com export POP_SMTP_PASSWORD=hunter2 Then, run pop and send emails like you normally would: