Skip to content

Commit 9454bf5

Browse files
committed
Updates for email servers
1 parent 43f3a32 commit 9454bf5

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

source/en/hosted-mail.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ locale: en
66

77
# Hosted Mail
88

9-
If you are a pro/enterprise user, you have access to multiple different ways to send emails from Invoice Ninja. We offer OAuth integrations with both Google and Microsoft allowing you to send emails from your own email address.
9+
If you are a Pro Plan or Enterprise Plan user, you have access to multiple different ways to send emails from Invoice Ninja. We offer OAuth integrations with both Google and Microsoft allowing you to send emails from your own email address.
1010

1111
### Send with Gmail / Microsoft
1212

@@ -69,4 +69,29 @@ All ourbound emails that are sent from the Invoice Ninja Hosted Mail Service (ma
6969

7070
If your client clicks on an unsubscribe link, they'll be taken to a page where they can opt out of receiving emails from you. This will mark their client record as "DO NOT SEND" and you will also receive a follow up email advising that this action has been taken by your client.
7171

72-
For more information, you can read this great article from ![Postmark](https://postmarkapp.com/blog/2024-gmail-yahoo-email-requirements "Postmark")
72+
For more information, you can read this great article from ![Postmark](https://postmarkapp.com/blog/2024-gmail-yahoo-email-requirements "Postmark")
73+
74+
### Send with SMTP
75+
76+
You can also configure your own SMTP server to send emails from Invoice Ninja.
77+
78+
![alt text](/assets/images/user_guide/smtp_server_configuration.png "Configuration screen for SMTP Server")
79+
80+
The following parameters are supported:
81+
82+
- Host ie smtp.gmail.com
83+
- Port ie 587,25,465
84+
- Encryption ie tls,ssl,starttls
85+
- Username SMTP username
86+
- Password SMTP password
87+
- Verify Peer (verifies the identity of the SMTP server, including checking the certificate and hostname)
88+
89+
You can use the Send Test Email button to test the configuration and send a test email to ensure that your SMTP server is working.
90+
91+
### Send with Brevo
92+
93+
![alt text](/assets/images/user_guide/brevo_server_configuration.png "Configuration screen for Brevo")
94+
95+
If you prefer to send bulk emails via Brevo, then this is also supported. We do not throttle the outbound emails using Brevo, so this is suitable if you require a high throughput email service.
96+
97+
The only configuration required is your Brevo API key.

0 commit comments

Comments
 (0)