Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
C
CoopStarter Front
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 3
    • Merge Requests 3
  • Packages
    • Packages
    • Container Registry
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Startin blox
    • A
      applications
  • Coop Starter
  • CoopStarter Front
  • Issues
  • #121

Closed
Open
Opened Dec 12, 2019 by Benoit Alessandroni@balessan
  • Report abuse
Report abuse

Production - Fix the email deliverability or spam issue

It seems that the emails delivered by the Knowledge base using the always data email server is received mainly as spam.

Those are my email settings:

# REGISTRATION SETTINGS
ACCOUNT_ACTIVATION_DAYS=7
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_USE_TLS = True
EMAIL_HOST = 'smtp-coopstarter.happy-dev.fr'
EMAIL_HOST_USER = 'coopstarter@happy-dev.fr'
EMAIL_HOST_PASSWORD = *********
EMAIL_PORT = 587

Could it be because of the content, which looks quirks ?

You (or someone pretending to be you) have asked to register an account at
api-staging.coopstarter.happy-dev.fr.  If this wasn't you, please ignore this email
and your address will be removed from our records.

To activate this account, please click the following link within the next
7 days:

http://api-staging.coopstarter.happy-dev.fr/auth/activate/InZpY3RvcnRlc3Qi:1iZ0YM:ffqkoKnJFOzeYygrjwqwI4NFQdI/

Sincerely,
api-staging.coopstarter.happy-dev.fr Management

I should be able to rewrite the email template to something more appropriate if it fits the providers better. Did you notice the issue @alexandre or @sylvain in any other app ?

Edited Dec 13, 2019 by Sylvain Le Bon
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
1
Labels
P2
Assign labels
  • View project labels
Reference: startinblox/applications/coop-starter/coopstarter-front#121