← Back to team overview

mahara-contributors team mailing list archive

[Bug 2013001] A change has been merged

 

Reviewed:  https://reviews.mahara.org/c/mahara/+/13886
Committed: https://git.mahara.org/mahara/mahara/commit/6adf4fe845d9fc0298dd852ef080d0f17d64d421
Submitter: "Doris Tam <doristam@xxxxxxxxxxxxxxx>"
Branch:    main

commit 6adf4fe845d9fc0298dd852ef080d0f17d64d421
Author: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
Date:   Thu Mar 30 14:03:13 2023 +1300

Bug 2013001: Have the reply-to set on contact us form

Whether the person is logged in or not

Signed-off-by: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
Change-Id: I6d07cd10fcb9672a4406d5edd8ce4115de854d11

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: mahara-contributors
https://bugs.launchpad.net/bugs/2013001

Title:
  Change email header in 'logged in' contact us from 'From' to 'Reply-
  to'

Status in Mahara:
  Fix Committed

Bug description:
  When you send a 'Contact us' message while you are not logged in,
  Mahara sends it correctly:

  From: [Site name] <noreply@xxxxxxxxxxxxxxxxx>
  Reply-to: [Sender name] <email@xxxxxxxxxx>

  However, when you are logged in, it puts the sender's details in the
  'From' field and thus the 'Reply-to' field is ignored.

  We need to follow the logged out sender format so that email providers
  don't put our mails into spam because they think we are pretending to
  send from a domain we don't control.

  So instead of having a customisation to do things differently for
  'Contact us', we should have one rule that follows what we currently
  do for emails when people are not logged in.

  How to differentiate the notifications when logged in and when not?

  - The notification when someone is logged in includes a link to their
  profile URL via 'See...' after the main body of the message.

  The scenario that should be covered:

  1. You are not logged into Mahara.
  2. Send a message via 'Contact us'.
  3. Existing behaviour:The email sent to the site admin has the no-reply email address for the site in 'From' and the sender's email in 'Reply-to'.
  4. Log into Mahara as a regular account holder.
  5. Send a message via 'Contact us'.
  6. The email sent to the site admin has the no-reply email address for the site in 'From' and the sender's email in 'Reply-to'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/2013001/+subscriptions



References