Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

feat: send via ses #37

Open
wants to merge 38 commits into
base: main
Choose a base branch
from
Open

feat: send via ses #37

wants to merge 38 commits into from

Conversation

scmmishra
Copy link
Owner

@scmmishra scmmishra commented Nov 4, 2024

Pending

  • Domain registration from settings page
  • Removal of custom domain
  • Veirfy subscription mailer

Migrate via

Newsletter.all.each do |newsletter|
  if newsletter.domain.present? && newsletter.ses_domain.blank?
    nn_domain = Domain.create(name: newsletter.domain, newsletter_id: newsletter.id)
    nn_domain.register
  end
end

Copy link

deepsource-io bot commented Nov 4, 2024

Here's the code health analysis summary for commits 797bf03..d208eb1. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource JavaScript LogoJavaScript✅ SuccessView Check ↗
DeepSource Ruby LogoRuby✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant