Merge pull request #214 from ttt246/bugfix/thomas_email
Browse files
Brain/src/rising_plugin/gmail/email_plugin.py
CHANGED
|
@@ -14,7 +14,7 @@ from bs4 import BeautifulSoup
|
|
| 14 |
|
| 15 |
# email variables
|
| 16 |
EMAIL_SMTP_HOST = "smtp.gmail.com"
|
| 17 |
-
EMAIL_SMTP_PORT =
|
| 18 |
EMAIL_IMAP_SERVER = "imap.gmail.com"
|
| 19 |
EMAIL_SIGNATURE = "This was sent by Rising Brain"
|
| 20 |
|
|
|
|
| 14 |
|
| 15 |
# email variables
|
| 16 |
EMAIL_SMTP_HOST = "smtp.gmail.com"
|
| 17 |
+
EMAIL_SMTP_PORT = 1587
|
| 18 |
EMAIL_IMAP_SERVER = "imap.gmail.com"
|
| 19 |
EMAIL_SIGNATURE = "This was sent by Rising Brain"
|
| 20 |
|