See also

Tags

agency feature
24 Jul 2024 03:38 AM

White Label: Customizing Email

close

You can customize the following :

  1. Sender name. Filled in with the company name.
  2. Sender's address. See below.
  3. Logo
  4. Signature. Filled in with the company name.
  5. Reply To
    clipboard-2024-06-25-19-15-10-942Z.png

Sender's address

To customize the domain from which your emails are sent, you must use an SMTP server associated with that domain. Alternatively, you can use any transactional email service such as SendGrid, Mailchimp, MailerSend, Amazon SES, or MailGun.

Transactional email services enable you to send emails on behalf of your domain:

Send Grid - Integrating with the SMTP API
MailChimp - SMTP Integration
PostMark - Sending email with SMTP
HubSpot - What is the SMTP API?
Amazon SES - Using the Amazon SES SMTP interface to send email

Configure the SMTP server and send its address, port, login, and password to our support team. Example:

{
"host":"smtp.sendgrid.net",
"username":"apikey"
"password":"SG.hdJGa9NjRX-3d0LfIc_zQ.hB6xsOLWyOqtNLaCJbQoMG2FuwAgj1RpRBgVfZFFrAs",
"port":587 
}

Also provide to the support team your "From:" address.

Reply to

The Reply-to field is an email header that allows recipients to easily reply to a specific email address, usually different from the sender’s address.

By default, when a recipient clicks the “Reply” button in their email client, the reply-to address is automatically populated in the recipient field.
clipboard-2024-07-09-18-18-00-630Z.png