Bravo List
Register
Go Back   > Bravo List > Source Code > Active Trackers > UNIT3D
Closed Thread
  #1  
Old 24th January 2019, 00:53
noaptus noaptus is offline
Senior Member
 
Join Date: Mar 2010
Iceland
Posts: 18
Default 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
  #2  
Old 24th January 2019, 02:21
HDVinnie's Avatar
HDVinnie HDVinnie is offline
BluCrew
 
Join Date: Dec 2014
P2P
Posts: 140
Default
Quote:
Originally Posted by noaptus View Post
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
__________________
Founder Of UNIT3D
  #3  
Old 24th January 2019, 18:06
noaptus noaptus is offline
Senior Member
 
Join Date: Mar 2010
Iceland
Posts: 18
Default 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.
  #4  
Old 25th January 2019, 03:04
HDVinnie's Avatar
HDVinnie HDVinnie is offline
BluCrew
 
Join Date: Dec 2014
P2P
Posts: 140
Default
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.
__________________
Founder Of UNIT3D
  #5  
Old 25th January 2019, 04:57
noaptus noaptus is offline
Senior Member
 
Join Date: Mar 2010
Iceland
Posts: 18
Default
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 :)
The Following User Says Thank You to noaptus For This Useful Post:
lordgabber (26th January 2019)
  #6  
Old 25th January 2019, 16:07
HDVinnie's Avatar
HDVinnie HDVinnie is offline
BluCrew
 
Join Date: Dec 2014
P2P
Posts: 140
Default
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
__________________
Founder Of UNIT3D
The Following User Says Thank You to HDVinnie For This Useful Post:
lordgabber (26th January 2019)
  #7  
Old 25th January 2019, 17:23
noaptus noaptus is offline
Senior Member
 
Join Date: Mar 2010
Iceland
Posts: 18
Default
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 :)
Attached Thumbnails
Screenshot 2019-01-25 at 15.22.01.jpg  
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 21:39. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.