JatinGupta40 / foxnews

0 stars 0 forks source link

Newsletter - Eight'th Right Section #14

Open JatinGupta40 opened 2 years ago

JatinGupta40 commented 2 years ago

Implementation :

  1. Heading : On the top, there is a heading in bold - 'Get the best of Fox News delivered to your inbox daily'.
  2. Email-id and Sign-up button : Below the heading, there is an input box for the users to enter their user-id and then submit it using a Sign Up button.
JatinGupta40 commented 2 years ago

To enable any module - ./vendor/bin/drush en MODULE_NAME

  1. Added Module - 'simplenews' https://www.drupal.org/project/simplenews composer require 'drupal/simplenews:^3.0@beta'
  2. Reference Video - http://modulesunraveled.com/simplenews
  3. Required Module - 3.1. Taxonomy (Pre-installed) 3.2. mimemail - composer require 'drupal/mimemail:^1.0@alpha'
  4. Extra Added Module - 'swiftmailer' https://www.drupal.org/project/swiftmailer composer require 'drupal/swiftmailer:^2.2'
  5. Extra Added Module - htmlmail composer require 'drupal/htmlmail:^3.0@alpha'