Wise App
  • Wise API Integration
    • Getting Started with Wise APIs
    • API Authentication
    • API Endpoints
    • SSO Integration
    • Webhooks Integration
      • Webhook Retry Mechanism
      • Webhook Event Samples
        • Participant Joined Meeting Event
        • Sharing Stared In Meeting Event
        • Participant Left Meeting Event
        • Sharing Ended In Meeting Event
        • Meeting Started Event
        • Meeting Ended Event
        • Recording Completed Event
        • Certificate Issued Event
        • Attendance Computed Event
        • Student Added To Classroom Event
        • Teacher Added To Classroom Event
        • Student Removed From Classroom Event
        • Teacher Removed From Classroom Event
        • Student Suspension Updated Event
        • Fee Payment Completed Event
        • Fee Invoice Charged Event
        • Sessions Created Event
        • Sessions Updated Event
        • Sessions Deleted Event
    • Rate Limits and Usage Quotas
    • Common Errors
  • Wise Data Storage Policy
  • Wise Android & IOS SDKs
    • Wise Android SDK (Kotlin)
    • Wise Android SDK (Java)
    • Wise Flutter SDK
    • Wise Flutter SDK - iOS Integration
  • Third Party Integrations
    • Custom Payment Gateway Integration
      • Razorpay Payments
      • Stripe Payments
    • AWS S3 storage
    • Custom Email
Powered by GitBook
On this page
  • When DKIM/DMARC is not enabled for your Email
  • When DKIM/DMARC is enabled for your Email
  1. Third Party Integrations

Custom Email

When DKIM/DMARC is not enabled for your Email

  • Step 1: Verifying your email address:

    • Specify the email address to be used to your Wise POC

    • We will add it on the AWS SES dashboard. AWS will send an email with verification link

    • You need to click on the link and verify their email address.

  • Step 2: Update SPF records, if any

    • Please check if you have SPF records that prevent anyone from sending emails. You will have a root level TXT record that looks something like this v=spf1 include:x.com include:y.com -all

    • You need to whitelist AWS SES → For that, you should update that TXT SPF record and add include:amazonses.com in it, like this v=spf1 include:x.com include:y.com include:amazonses.com -all

    • Please note: There is a limit of 10 SPF records

  • Step 3: Once you do this, we will verify it from our end once

When DKIM/DMARC is enabled for your Email

  • Step1: Verifying email address → Same procedure as above

  • Step 2: Verifying domain & updating SPF records:

    • You will need to add multiple TXT, SPF & DKIM records provided by Wise

  • Step 3: Once you do this, we will verify it from our end once

PreviousAWS S3 storage

Last updated 10 months ago