Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add attaching of files #12

Merged

Conversation

josh-griffin
Copy link
Contributor

I know this is super simple, but wanted to have something to build off. Checking the API, checking where files are saved to or retrieved from when emailing. Ensuring no issues with attachments sent, etc - basically checking if there was any sneaky gotchas. Doesn't seem to be, although making more complex reports will surely change that, I'm sure

Comment on lines -16 to -24
type SmtpServer struct {
host string
port string
}

func (smtpServer *SmtpServer) Address() string {
return smtpServer.host + ":" + smtpServer.port
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, what happened here 😕 ?

@josh-griffin josh-griffin merged commit 3c7b0b4 into #3-create-simple-excel-report Nov 3, 2020
@josh-griffin josh-griffin deleted the #4-attach-report-to-email branch November 3, 2020 10:42
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants