Recent posts
#1
General Discussion / Re: Whole Sales Team Emails Go...
Last post by SKaero - Today at 12:43:46 AMCorrect, its a public key that needs to come from your mail server then is stored with the DNS record for the domain. If its invalid then your email is always going to be seen as spam like your having.
#2
General Discussion / Re: Whole Sales Team Emails Go...
Last post by TommyDoesStuff - June 12, 2025, 10:45:38 PMHey thanks heaps for your reply. It says my DKIM signature is not valid, that's a domain issue isn't it?
#3
General Discussion / Re: Whole Sales Team Emails Go...
Last post by SKaero - June 12, 2025, 09:27:18 PMThe issue is unlikely to be related to Roundcube and more likely to be an issue with your email server being blacklisted, or your domain not being properly setup. I'd recommend using https://www.mail-tester.com/ and see what it says about your setup.
#4
General Discussion / Whole Sales Team Emails Going ...
Last post by TommyDoesStuff - June 12, 2025, 07:50:54 PMHey guys,
I'm apart of a sales team that all use Roundcube emails.
Unfortunately when emailing prospects our emails land in spam, we've run multiple tests, it's a team of 30 and rarely does someone's email land in inbox.
Is there a solution to this?
Thank you
I'm apart of a sales team that all use Roundcube emails.
Unfortunately when emailing prospects our emails land in spam, we've run multiple tests, it's a team of 30 and rarely does someone's email land in inbox.
Is there a solution to this?
Thank you
#5
Theme Releases / Creating a Customizable Header...
Last post by samuelolavo - June 12, 2025, 11:30:45 AMHi everyone,
I'm currently trying to add a customizable header and footer to my Roundcube webmail interface. I attempted to create separate HTML files and include them directly in the theme (Elastic), but I'm running into some layout issues, particularly when trying to ensure that email content isn't affected or misaligned.
I'm using the latest version of Roundcube.
Is there an official or recommended way to include a persistent header and footer across all pages (except the message view, ideally), possibly with support for a toggle button to show/hide them?
Any guidance, plugin recommendations, or example implementations would be greatly appreciated.
Thanks in advance!
I'm currently trying to add a customizable header and footer to my Roundcube webmail interface. I attempted to create separate HTML files and include them directly in the theme (Elastic), but I'm running into some layout issues, particularly when trying to ensure that email content isn't affected or misaligned.
I'm using the latest version of Roundcube.
Is there an official or recommended way to include a persistent header and footer across all pages (except the message view, ideally), possibly with support for a toggle button to show/hide them?
Any guidance, plugin recommendations, or example implementations would be greatly appreciated.
Thanks in advance!
#6
Release Discussion / Re: Understanding the method o...
Last post by JohnDoh - June 12, 2025, 03:43:51 AMIdentities has its own settings, have a look at:
Code Select
// Set identities access level:
// 0 - many identities with possibility to edit all params
// 1 - many identities with possibility to edit all params but not email address
// 2 - one identity with possibility to edit all params
// 3 - one identity with possibility to edit all params but not email address
// 4 - one identity with possibility to edit only signature
$config['identities_level'] = 0;
#7
Release Discussion / Understanding the method of $c...
Last post by EHCanadian - June 12, 2025, 01:55:01 AMLooking for some help on understanding where I should be looking to obtain the correct values to disable aspects of the roundcube options/edits/settings.
For example. Should one want to disable " ?_task=settings&_action=identities " add or delete identities. What was the process used to obtain/find the value to enter in the $config['disabled_actions'] = array('something.identities');
For example. Should one want to disable " ?_task=settings&_action=identities " add or delete identities. What was the process used to obtain/find the value to enter in the $config['disabled_actions'] = array('something.identities');
#8
Theme Releases / Re: Elastic2022
Last post by Seb1k - June 11, 2025, 07:39:49 PMPlease try the last update.
I changed the compose page + fix for toteph42/identity_switch
I changed the compose page + fix for toteph42/identity_switch
#9
Theme Releases / Re: Elastic2022
Last post by Seb1k - June 11, 2025, 12:25:13 PMIt was working with this plugin last year : https://packagist.org/packages/boressoft/ident_switch
(see https://github.com/seb1k/Elastic2022/issues/7 )
Which one are you using ?
(see https://github.com/seb1k/Elastic2022/issues/7 )
Which one are you using ?
#10
Theme Releases / Re: Elastic2022
Last post by Nareau - June 11, 2025, 06:31:08 AMHello,
Is there any chance of inserting somewhere an html field responsible for displaying a selection of configured additional accounts via the identity_switch plugin? It works on normal Elastic
Is there any chance of inserting somewhere an html field responsible for displaying a selection of configured additional accounts via the identity_switch plugin? It works on normal Elastic