Pipapu ꔪꕐꖛ
Pipapu ꔪꕐꖛ
RRailway
Created by Pipapu ꔪꕐꖛ on 10/16/2024 in #✋|help
Outbound emails getting blocked by sbl.spamhaus.org
Hey, I have been having issues with my Laravel 11 backend outbound emails getting blocked my spamhaus. I contacted my email service provider and they said it is most likely a problem with hosting provider (aka railway.app in this case). Has anyone run into this problem before? What can I do to resolve this problem.
10 replies
RRailway
Created by Pipapu ꔪꕐꖛ on 3/6/2024 in #✋|help
CSV files in storage/app/data/csv not accessible?
Hello, I've setup a laravel api on railway. I have a seeder that tries to load csv files from the directory mentioned in the title.
$files = Storage::disk('local')->files('data/csv');
echo 'Files: ' . PHP_EOL;
print_r($files);
$files = Storage::disk('local')->files('data/csv');
echo 'Files: ' . PHP_EOL;
print_r($files);
the printed out files is just an empty array ..
#15 1.242 Files:
#15 1.242 Array
#15 1.242 (
#15 1.242 )
#15 1.242 Files:
#15 1.242 Array
#15 1.242 (
#15 1.242 )
Any Ideas?
9 replies