1. Home
  2. Docs
  3. RATEC Contact Form
  4. Email Notifications
  5. Email Notifications

Email Notifications

By default, submissions are sent to your WordPress Administrator Email.

You can update this in:

Dashboard → Settings → General → Administrator Email Address

Advanced: Override Admin Email

Developers can override the default email using:

add_filter('option_admin_email', function() {
    return 'your-email@example.com';
});

How can we help?