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

Feature Request: Multiple Predefined Sender Addresses in Campaign Creation #2258

Open
Strehk opened this issue Jan 14, 2025 · 1 comment
Open
Assignees
Labels
enhancement New feature or request

Comments

@Strehk
Copy link

Strehk commented Jan 14, 2025

Is your feature request related to a problem? Please describe.
In our organization, we use Listmonk's new multi-user features extensively and it is a game changer for us (thanks!), but we've encountered challenges with sender addresses during campaign creation.

Currently, the instance is limited to a single default sender address, which means any deviation requires manual entry into a text field.
This limitation has led to several practical issues. Team members frequently struggle to remember and correctly input sender addresses, sometimes omitting names or accidentally using incorrect email aliases. These inconsistencies not only create an unpleasant receiver experience but can also trigger authentication restrictions with email providers like AWS SES when addresses don't match pre-accredited configurations.
This is especially tedious, because the auth errors only occur once the campaign is sent and being paused, which makes the address field unchangable. Therefore you have to copy the campaign and restart with the correct address, which also leads to a non consistent campaign history.

Describe the solution you'd like
I'd like to propose implementing a more flexible sender address selection mechanism in the campaign creation interface. Specifically, I'd like to introduce a dropdown/text field hybrid that empowers users to either select from multiple predefined sender addresses or enter a custom address seamlessly.
This solution would allow each user to choose from a list of relevant, pre-approved sender addresses while maintaining the flexibility to input a new address when absolutely necessary. By doing so, we can significantly reduce human error, improve email sending consistency, and simplify the campaign creation process.

I am happy to try to work on this issue myself – but since I am a GO novice, I don't know if this isn't too complex.

@Strehk Strehk added the enhancement New feature or request label Jan 14, 2025
@knadh
Copy link
Owner

knadh commented Jan 15, 2025

Yep, this is a useful feature to have. Make the From field in settings accept multiple-values, and then present that as an auto-fill form on the campaign form.

@knadh knadh self-assigned this Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants