SMTP: Difference between revisions

From SimplyMeet.me
m Admin moved page Send emails using your own domain to SMTP: same functionality
Replaced content with "TUTORIAL COMING SOON"
Tag: Replaced
Line 1: Line 1:
Currently not supported
TUTORIAL COMING SOON
 
<!-----<p class="no-margin">
You can configure SimplyMeet.me to send email notifications to your invitees from your own domain.
</p>
<p class="no-margin">
We provide the SMTP server so all you have to do is to let us send emails using your domain by adding two DNS records to your domain settings.
</p>
<p class="no-margin">
<strong>Note:</strong> Email notifications using your domain will only be sent to your invitees. Email notifications sent to meeting hosts will be sent from our default email address (notifications at harmonizely.com).
</p>
<p class="no-margin">
</p>
<h2 id="how-to-send-emails-using-your-own-domain">How to send emails using your own domain</h2>
<p class="no-margin">
1. Go to your [https://app.harmonizely.com/profile/edit Account Settings].<br>
2. In the <strong>Custom email sender </strong>section, type your custom email address
</p>
<p class="no-margin">
</p>
<div class="intercom-container">
[[File:Custom email address.png|1200px|center]]
</div>
<p class="no-margin">
<br>
3. Click <strong>Authorize </strong>button.<br>
4. Two DNS records will show up
</p>
<div class="intercom-container">
[[File:Get dns records.png|1200px|center]]
</div>
<p class="no-margin">
5. Now, go to your domain's provider and in DNS settings set the following DNS records:
</p>
<p class="no-margin">
<strong><em>DKIM record</em></strong>
</p>
<p class="no-margin">
Name: <strong>(this will be the name of the first DNS record from step 4.)</strong>
</p>
<pre>
20200210093413pm._domainkey
</pre>
<p class="no-margin">
Type: <strong>TXT</strong>
</p>
<p class="no-margin">
Value: <strong>(this will be the value of the first DNS record from step 4.)</strong>
</p>
<pre>
k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCI3U114ujVxqkFif...
</pre>
<p class="no-margin">
TTL:
<strong>1h</strong><br>
<br>
<strong>Note</strong>: Make sure you use the exact values generated in step 4. The above records are only examples.<br>
<br>
<strong><em>Return-Path record</em></strong>
</p>
<p class="no-margin">
Name:
<strong>(this will be the name of the second DNS record from step 4.)</strong>
</p>
<pre>
pm-bounces
</pre>
<p class="no-margin">
Type: <strong>CNAME</strong>
</p>
<p class="no-margin">
Value: <strong>(this will be the value of the second DNS record from step 4.)</strong>
</p>
<pre>
pm.mtasv.net.
</pre>
<p class="no-margin">
TTL: <strong>1h</strong>
</p>
<p class="no-margin">
6. Click the <strong>Verify DNS settings</strong> button.
</p>
<div class="intercom-container">
[[File:Verify dns settings.png|1200px|center]]
</div>
<p class="no-margin">
It might take up to 24h to activate your custom email address.
</p>
<h2 id="are-you-using-cloudflare">Are you using Cloudflare?</h2>
<p class="no-margin">
Proxy status for both of the DNS records must be set to
<strong>DNS only.</strong>
</p>
---->

Revision as of 11:45, 21 July 2022

TUTORIAL COMING SOON