Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   UNIT3D (http://www.bvlist.com/forumdisplay.php?f=129)
-   -   Unable to change and some is not working (http://www.bvlist.com/showthread.php?t=11911)

noaptus 24th January 2019 00:53

Unable to change and some is not working
 
Hi.

I'm unable to change some settings.

What I'm unable to do is

Can't change mail settings. I would like to use sendmail.
Can't change API settings.
Can disable invite only and create new account as a user but unable to get email to verify the account.

Vill update when I find more, but it would be awesome if someone can assist me to get this working

HDVinnie 24th January 2019 02:21

Quote:

Originally Posted by noaptus (Post 53149)
Hi.

I'm unable to change some settings.

What I'm unable to do is

Can't change mail settings. I would like to use sendmail.
Can't change API settings.
Can disable invite only and create new account as a user but unable to get email to verify the account.

Vill update when I find more, but it would be awesome if someone can assist me to get this working

Can't change mail settings. I would like to use sendmail.
These are housed in your .env file.
cd /var/www/hmtl
nano .env

Can't change API settings.
You mean your API keys? These are housed in your .env file.
cd /var/www/hmtl
nano .env

Can disable invite only and create new account as a user but unable to get email to verify the account.z
If using the config manager it might be that your configs are cached.
cd /var/www/hmtl
php artisan clear:all_cache

Also you can test your email settings to make sure there good.
cd /var/www/hmtl
php artisan test:email

noaptus 24th January 2019 18:06

API for MovieDB
 
API keys for the MovieDB.

Also Now I'm unable to login do to I have enabled the recaptcha.

Where can I manually edit this.

Bump: This is the sendmail settings that I have.

MAIL_DRIVER=sendmail
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_USERNAME=domain@gmail.com
MAIL_PASSWORD=passwd
MAIL_ENCRYPTION=TLS
MAIL_FROM_NAME=MYNAME
MAIL_FROM_ADDRESS=domain@gmail.com


And when I do php artisan test:email

I get his error.

Sending Test Email To ["domain@gmail.com"]
Failed!
************************************************** *********************************
* Email failed to send. Please review your mail configs in the .env file. *
************************************************** *********************************

What am I doing wrong?

Bump: I got all fixed except the mail.

Bump: I can connect my mail server via telnet.

root@hq:/var/www/html# telnet mail.domain.com 465
Trying ip.ip.ip.ip...
Connected to vefeind.com.
Escape character is '^]'.

But I'm unable to send a test mail.

HDVinnie 25th January 2019 03:04

Glad you solved your issues. Guessing you enabled recaptcha without adding your keys lol.

Anyway regarding mail. Gmail sucks. There rate limits blow. Def won't be able to do open reg. However to use gmail you also need to go in your gmail settings and allow less secure apps in the gmail settings so third party app can use it IE: UNIT3D.

I however though strongly recommend sendgrid.

noaptus 25th January 2019 04:57

What mail driver should I use for sendgrid.

Bump: I got this finally working.

I'm using smtp from gmail and for now all emails go to spam folder, if you have a workaround that I can use to prevent that, it would be really thankful.

I appreciate all the work you have done, this tracker is awesome.


Last time I had to reboot the server and after that it wont work.

Bump: Could you tell me what secure-headers is

Bump: So I'm looking for where I can change the Activation Required UNIT3D email template.

Bump: Hi! Thank you for signing up on UNIT3D !
To complete your account activation click the button below::


Where can I edit this :)

HDVinnie 25th January 2019 16:07

Activation Mail Template
https://github.com/HDInnovations/UNI...vate.blade.php

You need to edit the values in the config/other.php via the config manager to set your site name and everything. UNIT3D is just default.


As for secure-headers. There exactly that. HTTP Secure Headers. Things like Content Security Policy, Referrer-Policy and more. Each is clearly defined in the config along with reference links so you can learn more about the options.
https://github.com/HDInnovations/UNI...re-headers.php

noaptus 25th January 2019 17:23

1 Attachment(s)
What I talking about is this image please take a look.

I need to know where I can modify the text for all emails templates.

Bump: ok ok ok I found it hehe.

Thanks for the support :)


All times are GMT +2. The time now is 04:26.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.