Allow Multiple Accounts
Allow multiple user accounts to be created, registered, and updated having the same email address. By default, WordPress only allows a specific email address to be used for a single user account. This plugin removes that restriction. The plugin’s settings page (accessed via Users -> Multiple Accounts or via the Settings link next to the plugin on the Manage Plugins page) provides the ability to allow only certain email addresses the ability to have multiple accounts (such as if you only want admins to have that ability; by default all email addresses can be used more than once). You may also specify a limit to the number of accounts an email address can have (by default there is no limit). The settings page also provides a table listing all user accounts that share email addresses (see screenshot). Compatible with Multisite and BuddyPress as well. Links: Plugin Homepage | Plugin Directory Page | Author Homepage Template Tags The plugin provides three optional template tags for use in your theme templates. Functions Returns a count of the number of users associated with the given email. Returns the users associated with the given email. Returns a boolean indicating if the given email is associated with more than one user account. Arguments $email (string) An email address. Filters The plugin exposes three filters for hooking. Typically, customizations utilizing these hooks would be put into your active theme’s functions.php file, or used by another plugin. c2c_count_multiple_accounts (filter) The ‘c2c_count_multiple_accounts’ hook allows you to use an alternative approach to safely invoke c2c_count_multiple_accounts() in such a way that if the plugin were deactivated or deleted, then your calls to the function won’t cause errors in your site. Arguments: same as for c2c_count_multiple_accounts() Example: Instead of: Do: c2c_get_users_by_email (filter) The ‘c2c_get_users_by_email’ hook allows you to use an alternative approach to safely invoke c2c_get_users_by_email() in such a way that if the plugin were deactivated or deleted, then your calls to the function won’t cause errors in your site. Arguments: same as for c2c_get_users_by_email() Example: Instead of: Do: c2c_has_multiple_accounts (filter) The ‘c2c_has_multiple_accounts’ hook allows you to use an alternative approach to safely invoke c2c_has_multiple_accounts() in such a way that if the plugin were deactivated or deleted, then your calls to the function won’t cause errors in your site. Arguments: same as for c2c_has_multiple_accounts() Example: Instead of: Do:
Top keywords
- email15×3.48%
- accounts13×3.02%
- c2c12×2.78%
- multiple11×2.55%
- multiple accounts10×2.32%
- users7×1.62%
- count5×1.16%
- address4×0.93%
- allows4×0.93%
- arguments4×0.93%
- c2c count4×0.93%
- c2c count multiple4×0.93%
Solid Mail – SMTP email and logging made by SolidWP
Your WordPress website is sending emails out daily, but are your users and visitors receiving them? When it comes to ensuring email deliverability, lean on a proven equation: SMTP plugin + email service provider = success. Solid Mail is an easy-to-use, set-it-and-forget-it SMTP plugin that will help you stop worrying about email deliverability. ❓How does Solid Mail Help You Implement SMTP Email on your website? Solid Mail makes connecting to many popular SMTP services straightforward and clear. Solid Mail currently supports the following Email Service Providers (ESPs): Sendgrid MailGun Brevo (formally Sendinblue) Amazon SES Postmark Manual connection (connect to any ESP) Enjoy complete flexibility and reliability in email delivery. Set up multiple connections to send emails via different Email Service Providers according to the From: address, and choose a fallback connection to ensure messages are sent even if a connection fails or the address doesn’t match an existing connection. Learn more about transactional email services for your WordPress website here. 🤔Why Should You Use an SMTP Plugin for Your WordPress Website Instead of the Native PHP Mail? WordPress out the box uses PHP’s built-in mail function to send emails such as password reset requests, WooCommerce order invoices and more. The issue? PHP Mail is only as good as your server and most hosts don’t have dedicated PHP Mail monitoring. Even hosts that specialize in hosting WordPress either don’t offer email services or don’t actively monitor for deliverability. That means you can be at the mercy of noisy neighbors sending spam to purchased email subscriber lists, or spammers running the latest scam. Either way it impacts the health of the server in the eyes of ESPs such as Google, Yahoo, Outlook, and others meaning that most of the time your emails don’t even hit the inbox! Go from spam-box to inbox with Solid Mail: an SMTP (Simple Mail Transfer Protocol) plugin. Combine with an email service provider such as SendGrid, Brevo, Amazon SES, and others and see your emails start getting delivered. An SMTP plugin – like Solid Mail – is essentially a higher-level and more advanced method of sending emails between servers that uses a username and password or other secure method to create the connection to an email service provider (ESP). ESPs (like those listed below) provide robust solutions to deliverability issues by running dedicated servers for sending that are managed ‘round the clock for issues like blacklisting, spam removal, and more. In addition they use authentication protocols like SSL/TLS to secure email transmissions and ensure better deliverability. Using an SMTP plugin combined with an email service provider instead of PHP Mail on the server leads to more reliable, secure, and efficient email communication for WordPress websites. Find out more about SMTP and WordPress email deliverability here. 📑How does Solid Mail Validate Email Deliverability with Email Logs? Solid Mail gives you an easy-on-the-eyes interface to review and inspect your comprehensive email logs and understand if your email was sent or not. This transparency helps in debugging any email deliverability issues with your website. Many email service providers offer advanced features like email tracking and analytics. Solid Mail’s email logs help optimize email strategies by making it easy for you to view and act on patterns and trends. 📧 Email Logging is a great way to help troubleshoot WordPress email deliverability issues But how do you know and validate that your emails are actually being sent from your website correctly? The answer is email logs. Email logs are crucial for validating that your emails are being delivered as intended, serving as an indispensable tool for troubleshooting and ensuring reliability in communication. These logs provide detailed records of every email transaction, including timestamps, recipient addresses, and errors in the SMTP authentication process.