Emails not going out (Invoicing)

I am having issues sending out emails. Below is what I have in .env

DB_CONNECTION=db-ninja-01
MULTI_DB_ENABLED=false

DISABLE_AUTO_UPDATE=true

DB_HOST1=localhost
DB_DATABASE1=lmy_ninj1303
DB_USERNAME1=lmy_ninj1303
DB_PASSWORD1=#########
DB_PORT1=3306

DB_HOST2=localhost
DB_DATABASE2=ninja2
DB_USERNAME2=ninja
DB_PASSWORD2=ninja
DB_PORT2=3306

DEMO_MODE=false

BROADCAST_DRIVER=log
LOG_CHANNEL=stack
CACHE_DRIVER=file
QUEUE_CONNECTION=sync
SESSION_DRIVER=file
SESSION_LIFETIME=120

REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379

MAIL_MAILER=smtp
MAIL_HOST=myhostingcom
MAIL_PORT=993
MAIL_USERNAME=power@domain.com
MAIL_PASSWORD=password
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=power@domain.com
MAIL_FROM_NAME=’#########’

Under system_log table, I have “Connection to tcp://myhostingcom993 Timed Out”

If I change the MAIL_MAILER=log i get error “Address in mailbox given [] does not comply with RFC 2822, 3.6.2.”

Is there something I am doing wrong?

Hi,

I suggest checking with your email provider that the settings are correct.

Yes, they are correct. I had to remove ssl and used non-ssl for it to go through.

Also, do you know what I have to do to enable the pay now button on the client invoice? It was working well with stripe when I was on v4 and on moving to v5, now the paynow is not working and under payment gateway, i have stripe properly configured there…
Why is the PayNow not showing?

If you haven’t already you may want to updating to the latest version (v5.1.62)

@ben do you have any thoughts?

I use version v5.1.53-C47 (Whitelabel)

Is updating a manual process? I cannot find it in softaculous the way others update automatically.

We’re working with Softaculous to figure out updating the app

TSL port at 993 ??? and run artisan optimize…