Search results for emails not sending
376 articles found
-
What Is Transactional Email
Warning! You should not use transactional type email for all your emails, this can land you in legal trouble with your local authorities. When you send an email using a funnel or one-off email you
-
Broadcast Reporting
Upon selecting the "Broadcasts" tab, a comprehensive list of all existing Broadcasts will be displayed. From this interface, you may generate a detailed report for a specific broadcast by clicking
-
Campaigns
Campaigns are very useful for organizing your assets. Emails You can use campaigns with emails. When adding/editing an email you can find the campaigns in the right column. Campaigns can be seen in
-
ZeroBounce: Introduction
Delivering emails inside the client's primary inbox is a hard task as it relies upon various elements, including maintaining a good server reputation and you can use ZeroBounce to help you.
-
Setting Up Email Bounce Handling
Groundhogg has a basic system for bounce handling if you send an email to an address that does not exist. Setting up bounce handling is not required if using the AWS SES integration plugin. The
-
SendGrid Integration: Connect to SendGrid with the email API
Basic SMTP can be slow, so SendGrid has a REST API that can deliver emails much faster! Here is how you use our SendGrid integration (also included in plus plan or above) to deliver emails via the
-
groundhogg/tracking/email/click
This hook is executed When tracking a link click redirect the user to the destination after performing the necessary tracking. do_action( 'groundhogg/tracking/email/click', $this ); This function
-
groundhogg/step/email/confirmed
This action is very useful in some cases for the Groundhogg developer. This action runs when the user confirms the email address by clicking on the confirmation link.
-
groundhogg/tracking/email/opened
This hook is fired when Groundhogg detected that the email is open by the user. Groundhogg uses this matrix to display opened emails in the list of broadcasts. do_action(
-
Import an email template
You can import a Groundhogg email template from another site or from a local file. Visit Groundhogg > Emails and click [ Import a template ] Click [ Choose File ] and browse your computer for a .json
-
Export an email template
To export an existing template for use on another site or as a backup, follow these steps: Navigate to Groundhogg > Emails. Open the email you want to export. In the top right corner click the "kebab
-
Email Countdown Timer: Introduction
Countdown You can use the Countdown block in the email editor to add fixed countdowns (based on a specific date) or evergreen countdowns to your emails, with a variety of themes to choose from. Block
-
Email Editor: Keyboard Shortcut
You can use keyboard shortcuts in Groundhogg's Email Editor to maintain a smooth writing and editing flow without needing to reach for a mouse. To delete a block: Use the Delete key. To copy a block:
-
Preferences Page: Email Archive
Email Archive This card provides a button to have a link sent to the Contact with a list(archive) of all emails sent. They can also browse emails that are set to public in the Campaign settings. If
-
Email Blocks: Query Loop
Block Settings Layout Query Reference Layout Columns (Default: 2) Select the number of columns Gap (Default: 10px) Adjust the gap between columns Thumbnail Size(Thumbnail, Medium, Large, and any
-
How to Remain Compliant with GDPR
In an effort to protect the privacy of its citizens at home and worldwide, any business that collects the contact information of European citizens, regardless of geographical location MUST comply
-
REST API / Authentication
The REST API Supports three different methods of authentication at this point in time. Groundhogg API Keys WordPress Application Passwords WordPress REST Nonce Groundhogg API Keys To use an API key
-
groundhogg/broadcast/{broadcast_type}/before
Execute a block of code before sending a specific type of broadcast. do_action( "groundhogg/broadcast/{broadcast_type}/before", $this, $contact, $event ); Here, broadcast_type will be replaced with
-
groundhogg/broadcast/{broadcast_type}/after
Execute a block of code after sending a specific type of broadcast. do_action( "groundhogg/broadcast/{broadcast_type}/after", $this, $contact, $event ); Here, broadcast_type will be replaced with the
-
Email Editor: Convert to post
How to Convert Emails to Blog Posts in One Click If you’ve put a lot of effort into crafting an email, it’s only natural that you might want to share it as a blog post as well. Groundhogg makes this
-
AWS Integration: Adding an email sender identity
AWS allows you to individually verify ownership of an email address. This is good in the event you do not have access to your DNS zone. Follow these steps to set up an email address for sending. 1.
-
Booking Calendar: How to send admin notifications for appointments
Once people start booking appointments through your calendar, you're going to want to be able to get notifications so you can stay on top of things. How to set up admin notifications: First, log into
-
groundhogg/email_notification/run/before
This hook is used to add custom code before an email notification sends to a customer. do_action( 'groundhogg/email_notification/run/before', $this, $contact, $event ); This hook provides three
-
groundhogg/email_notification/run/after
This hook is used to add custom code after email notification sends to a customer. do_action( 'groundhogg/email_notification/run/after', $this, $contact, $event ); This hook provides three objects to
-
Register an additional email service
Register an additional SendGrid email service that uses a custom API key when the contact is unconfirmed and the email type is marketing. Add this code to your theme's functions.php file or use a
-
Setting Up Custom Email Footer
Groundhogg has a simple way to add content to your email footer Go to Groundhogg > Settings > Email. Scroll to the section titled Footer. Select Email Footer Alignment for either Left or Center. The
-
Email opens are showing zero
Is there an option enabled that restricts access to the entire site for users who aren't logged in? If so, this setting may conflict with Groundhogg. Consider disabling it and restricting only
-
seven Integration: Introduction
Groundhogg focuses on both SMS and email marketing. The Groundhogg Seven add-on is a plugin that lets you send messages using seven.io services. This documentation will help you set up your
-
AWS Integration: Using a custom Mail From domain
You can improve your email deliverability and mask the fact you use AWS SES by using a custom Mail From domain. Configuring this must be done through the AWS console, and can't be done through the
-
Twilio Integration: Getting started with WhatsApp
We are pleased to now offer an integration with the WhatsApp Business API via Twilio! This new integration allows limited 2-way communication with your customers via the popular chat app. Getting
-
Booking Calendar: How to send contacts SMS notifications for appointments
Once you have set up the notifications you want to send to your contacts after they book an appointment on your calendar, you will want to set up SMS. How to set up SMS notifications for contacts:
-
Connect TypeForm to Groundhogg
This guide will walk you through the process of integrating TypeForm with Groundhogg by setting up a webhook in TypeForm to send form submission data to Groundhogg's Webhook Listener. This allows you
-
Email Editor: View in Browser Link
Q. How do I modify the appearance of the "View this email in your Browser" link, including its text? A. Verify that the "Enable browser view" setting is off by default it is off Drag a Text Block*
-
How To Confirm An Email Address
Email confirmation is required under GDPR and CASL. The email confirmation does 2 things, it verifies the identity of the contact and confirms they are consenting to receive marketing information to
-
AWS Integration: Bounce & Complaint Management
The AWS integration will collect and manage bounces and complaints for you to ensure your sender's reputation remains in good standing with AWS. Setup There is nothing for you to set up as the
-
Import HTML
You can now import HTML email templates from third-party platforms! Visit Groundhogg > Emails and click [ Import HTML ] Click [ Choose File ] and browse your computer for a .htm, .html file The HTML
-
Connect Formsite to Groundhogg
This guide will walk you through the process of integrating Formsite with Groundhogg by setting up a webhook in Formsite to send form submission data to Groundhogg's Webhook Listener. This allows you
-
Zapier Integration: Zap listener
The Zap Listener is a benchmark that can listen for POSTS from Zapier to your site which contains contact information. You can place a Zap Listener anywhere in your funnel, but if the contact does
-
SendGrid Integration: Create webhook event listener
SendGrid can send events to your WordPress site which will inform Groundhogg if an email bounced or was marked as spam so that Groundhogg will no longer send emails to problematic contacts. The
-
MemberPress: Integration with Groundhogg
The Groundhogg MemberPress integration (which is also included in the pro plan or above) allows you to do a lot of neat things that will help you communicate with your members better when using the
-
WooCommerce: Examples
Example Funnel Let’s take for example a customer who adds anything to their shopping cart, and then empties it. Here’s an example of how your funnel may go. This way, the customer is reminded (by an
-
WooCommerce: Compliance
If you use our WooCommerce integration then you may want to allow your customers to receive emails from you (or not). We offer that with our integration and here is how to turn that on. When you have
-
How to Change the From Email Address
While editing an email you can select who the email is coming from by selecting a different user in the From dropdown. If you do not see the email address you want to use in the dropdown, add a new
-
Advanced Features: Resend broadcast email to unopened
This feature included in the Advanced Features extension allows you to resend a broadcast email to anyone who did not open it. Simply go to Groundhogg > Broadcasts > Sent and click Resend to Unopened.
-
Advanced Features: Enable the Advanced Email Editor
If you want to design better emails and newsletters, you can use the Advanced Email Editor. After installing the Advanced Features extension, go to the settings area and enable the Advanced Email
-
Marketability explained
Contacts can either be Marketable, or Unmarketable. These two states are a reflection of several criteria that factor in a contact's activity, metadata, and your site's level of compliance. How
-
Opt-in Status Definitions
New to compliance and the idea of an opt-in status? Here are some definitions to get you up to speed. Unconfirmed When a contact is unconfirmed it means that they have opted into Groundhogg but has
-
How to Use Emojis in Email Subject Lines
If you're looking to spice up your email subject lines emojis are a very popular way to do just that! Follow the instructions below to insert emojis into your subject line. Choose the Emoji You Want!
-
Importing Contacts with Their Opt-in Status
By default, when you import a list for the first time their opt-in status will be "Unconfirmed." Depending on where you are in the world this can mean you may or may not be able to send emails to the
-
Snippets
These snippets can be placed in your theme's functions.php file or a code snippets plugin. Modify Marketing Consent Modify Terms Agreement Modify GDPR Consent Modify Confirmation Text Modify Footer: