Setup SendGrid Account setting

Introduction


SendGrid là dịch vụ gửi mail ổn định, nhanh chóng. Xem thêm tại https://sendgrid.com/

Chương trình đã tích hợp SendGrid, cho phép việc gửi mail hàng loạt được dễ dàng.

Usage


Nếu không khai báo gì thêm ở đây, chương trình sẽ sử dụng account spc-technology để gửi mail.

Nếu khách hàng có nhu cầu gửi mail từ domain của mình thì phải thực hiện 3 bước sau :

  1. Tạo 1 email với domain của khách hàng, ví dụ phoebus@clientdomain.com

  2. Đăng ký SendGrid service tại địa chỉ : https://app.sendgrid.com/signup?id=71713987-9f01-4dea-b3d4-8d0bcd9d53ed

    Nhân viên spc có thể hỗ trợ việc đăng ký tài khoản với sendgrid

    Nếu bạn gặp vấn đề với việc gửi mail do thiết lập security . Hãy theo hướng dẫn sau để chuyển mail bằng domain của bạn: https://app.sendgrid.com/settings/whitelabel

  3. Nhập thông tin đăng ký vào tính năng này. pbs.BO.Mail.SendGridSetting

image0

image1

Updated 4.7.5.691 - Quy định thứ tự xác định email của sender khi gửi notification đến khách hàng.


Nếu không định nghĩa , thứ tự ngầm định sẽ là :

  1. Operator Email (OD)

  2. Email của công ty setup tại company Settings

  3. Email định nghĩa trong ô Sender Email của tính năng này

Ta cũng co thể chỉ định 1 email tùy ý như sau :

1=>noreply@company.com : nếu OD không có email , chương trình sẽ lấy email là noreply@company.com

Để ưu tiên email công ty. nhập 2=>1=>3=>whateveremail@company.com

Sau khi đã đăng ký, toàn bộ Notifications và lệnh pbs.BO.Output.ToSendGrid sẽ dùng dịch vụ này để gửi mail.

Module :


Mail

White Labeling emails:

Why whitelabel?

Have you ever noticed that email you send through your SendGrid account displays “sent on behalf of” or “via sendgrid.me” and wondered how to get rid of it? Have you noticed that click-tracking links point to a SendGrid domain rather than your domain? Whitelabeling effectively masks SendGrid's delivery and click/open tracking to your domain, giving your emails a consistent and professional appearance where all links and sources point...

What is whitelabeling?

The whitelabeling process involves the creation of several new DNS records including establishing a new subdomain (like em.example.com) in your domain registrar pointing to SendGrid. These DNS records ensure compliance with popular email standards, as well as give SendGrid express permission to deliver your mail by authenticating your outbound mail with your domain.

Does whitelabeling require a certain type of account?

Domain and link whitelabeling are available for all SendGrid users, no matter the account type. However, the IP whitelabeling process revolves around one central element: the dedicated IP address. Customers at SendGrid with a Pro account or higher are automatically assigned one dedicated IP address, which they whitelabel for their outbound mail. During this process, one of the DNS records that must be hosted is an A record, which specifies that all...

What is domain whitelabeling?

Domain whitelabeling adds an SPF (Sender Policy Framework) record to your domain and DKIM (DomainKeys Identified Mail) entries, which effectively authorizes and authenticates SendGrid sending on behalf of your domain. Choosing SendGrid's new automated domain whitelabeling feature allows SendGrid the ability to securely manage your account’s DKIM and SPF records. Domain whitelabeling is the best way to get rid of the "sent on behalf...

What is email link whitelabeling?

Whitelabeling adds a CNAME record for a subdomain that you choose, which masks click and open-tracking links to your domain rather than a SendGrid domain. This increases deliverability, builds trust, and strengthens your brand in your emails.

What is IP whitelabeling?

IP whitelabeling adds an A-record on a subdomain that points directly to your unique sending IP address. This further increases trust and improves deliverability of your email.

How do I whitelabel?

Each whitelabel type is a two-step process: first SendGrid will generate DNS records that you must add to your domain host (GoDaddy, Network Solutions, Hover, etc.). Secondly, click the gear icon in-line with your domain name on the main whitelabel page, then select “validate” in the dropdown list to initiate a check that ensures the records on your DNS host match the records SendGrid generated.

Can I whitelabel multiple domains?

Yes, it's possible to whitelabel multiple domains using the improved whitelabel management process. When multiple whitelabel domains exist on your account, SendGrid will use the from address for each email you send through SendGrid and match it to a domain and link whitelabel. If the from address does not match an existing whitelabel, SendGrid will fall back to the whitelabel you have chosen as the default.


Updated on : 2020-07-25 02:06:25. by : . at T470-01.

Topic : Setup SendGrid Account. pbs.bo.mail.sendgridsetting