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

Send welcome email after user confirms acount #282

Closed
wants to merge 7 commits into from

Conversation

rsmithlal
Copy link
Member

@rsmithlal rsmithlal commented Aug 20, 2020

Closes #279

  • a welcome text and don't be afraid message from Vicky
  • links to our FAQs, Getting Started, and Contact us/Report a problem
  • links to all social media handles
  • links and information about Educator's Corner
  • information about the Certificate

@rsmithlal rsmithlal self-assigned this Aug 20, 2020
@@ -0,0 +1,6 @@

Copy link

Choose a reason for hiding this comment

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

Style/FrozenStringLiteralComment: Missing magic comment # frozen_string_literal: true.

:bcc => 'rsmithlal@gmail.com'
:from => 'draw.mcgill@gmail.com',
:reply_to => 'draw.mcgill@gmail.com',
:bcc => 'rob@bettertogethersolutions.com'
Copy link

Choose a reason for hiding this comment

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

Style/HashSyntax: Use the new Ruby 1.9 hash syntax.

:reply_to => '[email protected]',
:bcc => '[email protected]'
:from => '[email protected]',
:reply_to => '[email protected]',
Copy link

Choose a reason for hiding this comment

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

Style/HashSyntax: Use the new Ruby 1.9 hash syntax.

:from => '[email protected]',
:reply_to => '[email protected]',
:bcc => '[email protected]'
:from => '[email protected]',
Copy link

Choose a reason for hiding this comment

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

Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
Layout/SpaceAroundOperators: Operator => should be surrounded by a single space.

# Send Welcome Mail after confirmation
UserMailer.welcome(self).deliver!
end

Copy link

Choose a reason for hiding this comment

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

Layout/EmptyLinesAroundClassBody: Extra empty line detected at class body end.

@@ -0,0 +1,8 @@

class UserMailer < ApplicationMailer
Copy link

Choose a reason for hiding this comment

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

Style/Documentation: Missing top-level class documentation comment.

@@ -0,0 +1,8 @@

Copy link

Choose a reason for hiding this comment

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

Style/FrozenStringLiteralComment: Missing magic comment # frozen_string_literal: true.

@rsmithlal rsmithlal temporarily deployed to climate-data-feature-we-jojym3 August 20, 2020 21:08 Inactive
@rsmithlal rsmithlal temporarily deployed to climate-data-feature-we-jojym3 September 9, 2020 18:07 Inactive
@balen
Copy link
Collaborator

balen commented Mar 1, 2023

Closing as this is a WIP that no one is working on and no known requirement

@balen balen closed this Mar 1, 2023
@balen balen deleted the feature/welcome-email branch April 18, 2023 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Welcome Email
2 participants