Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Backend changes #275

Merged
merged 1 commit into from
Aug 6, 2018
Merged

Backend changes #275

merged 1 commit into from
Aug 6, 2018

Conversation

andersondalmina
Copy link
Contributor

This PR is connected to a issue?

connected to #271

@@ -34,6 +34,11 @@ func (mailer SendGridMailer) SendEmail(params EmailParams) error {
to := mail.NewEmail("", params.To)
message := mail.NewV3MailInit(from, params.Subject, to)

if params.CC != "" {
Copy link
Member

Choose a reason for hiding this comment

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

não seria melhor o CC ser uma lista? []string

Copy link
Contributor Author

Choose a reason for hiding this comment

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

será que vamos ter mais emails em cópia?

Copy link
Member

Choose a reason for hiding this comment

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

talvez, eh mais uma sugestão... mas realmente não vejo isso acontecer logo

Copy link
Contributor Author

Choose a reason for hiding this comment

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

aham, vamos deixar assim então por enquanto, qualquer coisa alteramos mais tarde. Pode ser?

@codecov-io
Copy link

codecov-io commented Aug 6, 2018

Codecov Report

Merging #275 into master will decrease coverage by 0.31%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #275      +/-   ##
==========================================
- Coverage   22.88%   22.57%   -0.32%     
==========================================
  Files          26       26              
  Lines        1302     1320      +18     
==========================================
  Hits          298      298              
- Misses        974      992      +18     
  Partials       30       30
Impacted Files Coverage Δ
server/mail/mail.go 0% <ø> (ø) ⬆️
server/model/model.go 47.36% <ø> (ø) ⬆️
server/handlers/json-structs.go 77.77% <ø> (ø) ⬆️
server/mail/smtp_mailer.go 0% <0%> (ø) ⬆️
server/handlers/organization.go 14.45% <0%> (-0.26%) ⬇️
server/db/repo/organization.go 0% <0%> (ø) ⬆️
server/handlers/need_response.go 0% <0%> (ø) ⬆️
server/mail/sendgrid_mailer.go 0% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bed46bb...09388fa. Read the comment docs.

Copy link
Member

pode ser

@andersondalmina andersondalmina merged commit c6d6c97 into master Aug 6, 2018
@andersondalmina andersondalmina deleted the issue-271 branch August 6, 2018 16:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants