You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/en/hosted-mail.md
+27-2Lines changed: 27 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ locale: en
6
6
7
7
# Hosted Mail
8
8
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.
10
10
11
11
### Send with Gmail / Microsoft
12
12
@@ -69,4 +69,29 @@ All ourbound emails that are sent from the Invoice Ninja Hosted Mail Service (ma
69
69
70
70
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.
71
71
72
-
For more information, you can read this great article from 
72
+
For more information, you can read this great article from 
73
+
74
+
### Send with SMTP
75
+
76
+
You can also configure your own SMTP server to send emails from Invoice Ninja.
77
+
78
+

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
+

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