Dependency Graph

Dependency Graph
related to related to child of child of duplicate of duplicate of

View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
11770Feature requestsOtherpublic2019-03-28 17:18
ReporterValda Assigned To 
PrioritynoneSeverityfeature 
Status newResolutionopen 
Summary11770: make it possible to have several different SMTP and bounce email settings for each admin user
Description

The action right now is that when a new survey is created the default action is to send the email using the email of the admin that created the survey. This causes problems when there is more than one admin user. The email and bounce settings in global settings.

The SMTP connection will fail if the credentials do not exactly match to the one user who is set up in the SMTP settings. If a different admin wants to send a survey through email, either the global settings need to be changed for the second admin or the default settings in the survey creation need to be changed to the same email as in the global settings. It would be much simpler for each admin user to have their own settings for sending email.

TagsNo tags attached.
Bug heat4
Story point estimate
Users affected %

Relationships

related to 10533 closedDenisChenu Global beforeSendEmail event 

Activities

DenisChenu

DenisChenu

2016-10-11 00:08

developer   ~41220

We use SMTP setting for Return-Path only, the Response-To is set to the user.

In general : you have only one real SMTP user.
This can be done in plugin if needed.

Heinrich

Heinrich

2016-12-10 13:44

reporter   ~42509

Thank you DenisChenu. I'm not sure if I understood you correctly.
Would you mind explaining why there can't be more than one SMTP-server or why there can't be one standard SMTP-Server in the global settings but which can be overriden by settings of each survey? Such that there is the possibility to use different SMTP servers / different e-mail addresses when having more than one survey.
Thank you!

DenisChenu

DenisChenu

2016-12-10 13:58

developer   ~42510

Last edited: 2016-12-10 13:58

  1. different e-mail addresses when having more than one survey : you don't need a new system: just use "admin email" setting of the survey.
  2. there is the possibility to use different SMTP servers : only using a plugin : https://manual.limesurvey.org/BeforeTokenEmail . You must reconstruc the mail sending yourself (or maybe App()->setConfig(...), must be tested). But : you need to do some PHP developpment for this plugin
DenisChenu

DenisChenu

2019-03-28 17:18

developer   ~51185

Unsure still work on 3.X, but plugin for 2.7X version : https://gitlab.com/SondagesPro/mailing/smtpByUser

Issue History

Date Modified Username Field Change
2016-10-10 22:33 Valda New Issue
2016-10-11 00:08 DenisChenu Note Added: 41220
2016-11-17 17:46 DenisChenu Relationship added related to 10533
2016-12-10 13:44 Heinrich Note Added: 42509
2016-12-10 13:58 DenisChenu Note Added: 42510
2016-12-10 13:58 DenisChenu Note Edited: 42510
2019-03-28 17:18 DenisChenu Note Added: 51185