-
Notifications
You must be signed in to change notification settings - Fork 978
Setting up YouPHPTube to send emails
YouPHPTube edited this page Jan 15, 2019
·
5 revisions
You have two options for this.
-
You can use an email server for sendmail function as Postfix, try this tutorial
-
or you can use an external SMTP credentials as Gmail
A little-known feature about Gmail and Google Apps email is Google's portable SMTP server. Instead of having to manage your own outgoing mail server, you can simply configure Google's SMTP server.
You can find this configuration on Menu -> Site Configurations -> Advanced Configurations
- Gmail SMTP server address: smtp.gmail.com
- Gmail SMTP username: Your Gmail address (e.g. [email protected])
- Gmail SMTP password: Your Gmail password
- Gmail SMTP port (TLS): 587
- Gmail SMTP port (SSL): 465
- Gmail SMTP TLS/SSL required: yes
To disable this security feature:
Sign in to Gmail
Click [here](https://myaccount.google.com/u/3/lesssecureapps) to access Less Secure App Access in My Account.
Next to “Allow less secure apps: OFF,” select the toggle switch to turn ON.