WP Payment Pal Documentation
← Back to site

Configuring Email Settings

Configure global email settings including sender information and email templates. This guide covers the Emails settings tab.

Reading time: 4 minutes | Difficulty: Beginner

Overview

Configure global email settings including sender information and email templates. This guide covers the Emails settings tab.

Prerequisites

  • WP Payment Pal installed
  • Understanding of your email requirements

Accessing Email Settings

  1. Go to WP Payment Pal > Settings
  2. Click the Emails tab
Emails settings tab overview

From Name and Email

From Name

The name that appears in the “From” field:

From: Your Company Name

Recommendations:

  • Your business name
  • “Your Company Support”
  • Brand name customers recognize

From Email Address

The email address emails are sent from:

From: [email protected]

Requirements:

  • Valid email address
  • Domain you control
  • Configured for sending
From name and email highlighted
From name and email filled in

Reply-To Address

Where replies go:

Reply-To: [email protected]

Set this to an address you monitor.

Email Template Settings

Header Image

Add your logo to email headers:

  1. Click Upload Image
  2. Select logo from Media Library
  3. Save settings

Footer Text

Add text to all email footers:

© 2024 Your Company Name
123 Business Street, City, State 12345
[email protected]

Include:

  • Company name
  • Address (if applicable)
  • Contact information
  • Unsubscribe info (if required)
Email template settings highlighted

Email Styling

Some styling options:

  • Background color
  • Link color
  • Text color

Match to your brand guidelines.

Email Types Configuration

Configure settings for each email type:

Payment Receipt (Customer)

  • Enable/disable
  • Subject line template
  • Body template

Payment Notification (Admin)

  • Enable/disable
  • Recipient email(s)
  • Subject and body

Refund Notification

  • Enable/disable
  • Subject and body

Subscription Emails

  • Confirmation
  • Renewal
  • Cancellation
  • Failed payment

See Subscription Email Notifications.

Cart Abandonment

  • Enable/disable
  • Delay before sending
  • Subject and body

See Cart Abandonment Emails.

Email Deliverability

Common Issues

Emails going to spam? Check:

  • From email uses your domain
  • SPF records configured
  • DKIM enabled
  • Not using free email (gmail.com)

Recommended Setup

  1. Use your domain email ([email protected])
  2. Configure SPF in DNS
  3. Set up DKIM signing
  4. Consider email service (SMTP plugin)

Testing Delivery

  1. Configure settings
  2. Make test payment
  3. Check inbox AND spam
  4. Verify appearance

SMTP Configuration

For reliable delivery, consider SMTP plugin:

Popular options:

  • WP Mail SMTP
  • Easy WP SMTP
  • Post SMTP

These route emails through proper mail servers.

Why Use SMTP?

Default WordPress mail:

  • May not be deliverable
  • Often lands in spam
  • No authentication

SMTP provides:

  • Authenticated sending
  • Better deliverability
  • Delivery tracking

Smart Tags in Templates

Use Smart Tags in email templates:

Tag Description
{payer_name} Customer name
{payer_email} Customer email
{amount} Payment amount
{transaction_id} Transaction ID
{date} Date
{form_title} Form name

See Using Smart Tags in Emails.

Per-Form vs Global

Setting Global Per-Form
From Name
From Email
Templates Default Override
Enable/Disable Default Override

Per-form settings override global defaults.

Testing Email Settings

Test Process

  1. Configure all settings
  2. Save changes
  3. Create test payment (Sandbox)
  4. Check all triggered emails

Verification Checklist

  • From name correct
  • From email correct
  • Reply-to working
  • Subject renders correctly
  • Body renders correctly
  • Smart Tags populate
  • Styling appears right
  • Links work
  • Not in spam folder

Email HTML vs Plain Text

WP Payment Pal sends HTML emails:

  • Formatted content
  • Your branding
  • Links are clickable
  • Professional appearance

Plain text fallback included for compatibility.

Compliance Considerations

CAN-SPAM (US)

Include:

  • Physical address
  • Unsubscribe option (for marketing)
  • Accurate subject lines

GDPR (EU)

Consider:

  • Data minimization
  • Consent records
  • Privacy policy link

Troubleshooting

Emails not sending

  1. Check email settings saved
  2. Verify From email is valid
  3. Test WordPress email function
  4. Consider SMTP plugin
  5. Check server logs

Emails in spam

  1. Use domain email
  2. Set up SPF/DKIM
  3. Use SMTP service
  4. Check content for spam triggers

Wrong content

  1. Check Smart Tag spelling
  2. Verify template saved
  3. Clear any caching

Missing information

  1. Ensure data collected
  2. Check field names
  3. Verify Smart Tag format

Best Practices

  1. Use your domain – Not gmail.com
  2. Professional From name – Your business name
  3. Test thoroughly – Before going live
  4. Monitor delivery – Track bounces
  5. SMTP is worth it – Better deliverability

What’s Next?