Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFE: UI to manually enter an out-of-band opt-in confirmation #192

Open
kgaillot opened this issue Nov 20, 2022 · 0 comments
Open

RFE: UI to manually enter an out-of-band opt-in confirmation #192

kgaillot opened this issue Nov 20, 2022 · 0 comments
Labels
Area: Emails Issues & PRs related to all things regarding emails & email module Type:Suggestion Issue containing a suggestion of functionality, process or UI. Associated PRs are called enhancement

Comments

@kgaillot
Copy link

Issue

Some email recipients have trouble clicking the confirmation link in opt-in confirmation emails. (Don't ask me why, but it's apparently a common problem in my target audience.) If I email them directly and ask whether they want to receive emails, they are generally happy to say yes via an email reply.

Expected Behavior

It would be nice if a user could manually indicate that an email recipient has confirmed opting in to emails via a direct email conversation.

Actual Behavior

I've been handling this via SQL:

UPDATE email_addresses
SET confirm_opt_in = 'confirmed-opt-in', confirm_opt_in_date = '...'
WHERE email_address='...';"

Out of convenience, I haven't been updating email_addresses_audit, but I'm not sure whether that might cause problems down the line.

Possible Fix

New item in Actions menu for Leads etc. to manually provide email opt-in confirmation.

I could imagine some installations wanting to disable the capability or limit it to certain users.

Steps to Reproduce

  1. Set up opt-in confirmation.
  2. Have an email recipient unable to select the confirmation link.
  3. Watch helplessly.

Context

Your Environment

  • SuiteCRM Version used: 8.1.2
  • Browser name and version (e.g. Chrome Version 51.0.2704.63 (64-bit)): Firefox 102.4.0esr (64-bit)
  • Environment name and version (e.g. MySQL, PHP 7): MariaDB 10.5.16, PHP 7.4.33
  • Operating System and version (e.g Ubuntu 16.04): Fedora 36
@johnM2401 johnM2401 transferred this issue from salesagility/SuiteCRM Jan 9, 2023
@johnM2401 johnM2401 added Type:Suggestion Issue containing a suggestion of functionality, process or UI. Associated PRs are called enhancement Area: Emails Issues & PRs related to all things regarding emails & email module labels Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Emails Issues & PRs related to all things regarding emails & email module Type:Suggestion Issue containing a suggestion of functionality, process or UI. Associated PRs are called enhancement
Projects
None yet
Development

No branches or pull requests

2 participants