Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

PocketGecko Email

Beschrijving

PocketGecko Email provides a settings page (Settings -> Email) to connect WordPress to an email server using basic authentication (username/password). This allows any other plugin that uses wp_mail to function correctly.

PocketGecko Email also provides the shortcode [pocketgecko-email] which renders a simple HTML form for sending email. This form supports custom recipients, carbon copies, blind carbon copies, and sending emails with one or more attachments. Any attachments sent using PocketGecko Email are automatically uploaded to the Media Library.

Full functionality is restricted to users who possess the ‘publish_posts’ capability. Users, including guests, who do not have this capability cannot send carbon copies or blind carbon copies, and are restricted to sending emails back to the account used to send them.

By default, PocketGecko Email attempts to ‘ajaxify’ the HTML form to provide an interactive user experience. If, however, JavaScript is not available, then the form will fallback to using POST instead.

Two send_email endpoints are created at /wp-admin/admin-post.php and /wp-admin/admin-ajax.php. These can be used by other plugins or in your own custom functions.php, JavaScript or HTML to send emails. For security reasons, use of the endpoints must be authenticated with a nonce.

There are plans to make the email form available as a Gutenberg block.

Privacy Notices

No information about emails sent using PocketGecko Emails is stored by the plugin, except for email attachments which are uploaded to the Media Library.

Docs and Support

Documentation is currently in progress and will be made available here.

Support is available on the forums.

Copyright

Icons provided by fontawesome.com – license

Schermafdrukken

  • The settings page
  • Email form as rendered by the Twenty Twenty-One theme

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“PocketGecko Email” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “PocketGecko Email” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.0

  • Release