docs
InstallFeaturesUser guidesDevelopment
Install
Demo
Support

Use a different email sender

As described in Architecture, thanks to a local mail service, Jeyser can directly send emails from the server it's installed on.

However, in some cases emails sent by Jeyser are not correclty received by recipients. Begin by checking Spam folder in case Jeyser emails would have been incorrectly flagged as spam.

One of the option to work around this issue is to use an external email sender, in replacement of the mailer container.

This page describes how to use Mailjet as external email sender. Feel free to pick any other mail service that suit you best.

  1. Create a Mailjet account. the free plan should be largely enough to cover your needs.
  2. Log in with your newly created account
  3. Mailjet guides to get you started are quite good, following them should be easy enough. Keep in mind that from Mailjet perspective, you are a developer.
  4. The Getting started guide will ask you about the "Send method" to send your emails. Select SMTP Relay
  5. Copy the credentials similarly to image below:
Mailjet credentials screen
  1. SSH to the machine hosting your Jeyser installation and browse to Jeyser folder
  2. Edit .env file and replace MAILER_URL=smtp://mailer:25 by MAILER_URL=smtp://user:password@in-v3.mailjet.com:587.
  3. Execute command docker-compose up -d web to recreate web container with new mailer value
  4. Optionally you can stop mailer container by running docker-compose stop mailer
  5. You can improve email reception rate by following other Mailjet tutorials on DKIM and DMARC but this is out of the scope of this documentation.
  6. You can test the mail setup by creating a new user account. Jeyser should not return any error and you should see the mail in your Mailjet stats.

You can also help us improving the documentation of this page.

Help for SSH connection

Install & update Jeyser

  • Environment
    • Web server
      • Hosting provider
      • Domain name
      • Connect to your new server
        • Windows
      • Pointing a subdomain to an IP address guides
  • Install Jeyser CRM in minutes !
    • TL;DR
    • Server requirements
    • Install Jeyser using the Docker install
      • Introduction
      • Install script
  • Update Jeyser
    • Notifications are send when a new version is available
    • Update quickly
    • Advanced: Semantic versionning
  • Help for SSH connection
    • On Windows
  • Use a different email sender

Features (french)

  • Documentation français
  • Gestion associative
  • Suivi de projet
  • Prospection
  • Relations humaines
  • Trésorerie
    • Factures
    • BV
    • Notes de frais
    • Suivi
    • Administration
  • Formations
  • Indicateurs
  • Documents types
    • Paramètres
    • balises spécifiques
    • filtres
    • Avertissement
  • Documents types - FAQ
    • Formats de documents
    • Utilisation du publipostage
    • Dépannage
  • Administration
    • Gestion des documents types
    • Postes et filières
    • Roles et utilisateurs
    • Importation de données externes
    • Paramètres
  • Règlement général sur la protection des données
    • Exigences
    • Application
      • Données personnelles
      • Suppression des données
      • Export des données
    • Avertissement

User guides

  • User guides
  • Just After install
  • Add your own user guide

Technical details

  • Development
  • Jeyser CRM
  • FAQ
  • Contributing
  • Local development
    • 1 - Install Docker
    • 2 - Clone Jeyser repository
    • 3 - Prepare dist files
    • 4 - Build images and start containers
    • 5 - Prepare database
    • 6 - Login
    • 7- Develop
  • Docker Architecture
    • Docker infrastructure
  • Backup & restore
    • A word on backup & restore
      • Why backing up ?
      • Shall I do backups all by myself ?
    • Database backup & restore
    • Uploaded documents backup & restore
    • Notes
  • Demo data
    • Load data
    • Details

News

  • News
  • Jeyser CRM Sulfur
    • Changelog
  • Phosphorus patch 2
    • Migration
    • Changelog
  • Phosphorus patch 1
    • Migration
    • Changelog
  • Jeyser CRM Phosphorus
    • Migration
    • Changelog
  • Jeyser Fluor released
    • Migration
    • Changelog
  • Jeyser Oxygen released
    • Migration
      • Update from a docker installation
      • Update from a 1.11 installation
    • Changelog
  • Oxygen Beta 3 released
    • Migrations
      • from a docker installation
    • Changelog

Content Copyright © 2020 Jeyser CRM

Design (MIT) largely inspired on API Platform

Home
docs
InstallFeaturesUser guidesDevelopment
Install
Demo
Support