Mailtrap config (work fine on local, but issue on server)
MAIL_MAILER=smtp // i have also tried snedmail, mailgun etc.
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=**************
MAIL_PASSWORD=**************
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=noreply@**************
MAIL_FROM_NAME="${APP_NAME}"
@sinnbeck hello sinnbeck thnaks for your time i also tried 25 or 465 or 587 or 2525 none of them work and all give the same error with or without tls encription
@snapey my passowrd didn't contain # or any space but for safe side i did that as u mentioned but result is same.
@sinnbeck i also try sendmail, mailgun, smtp but none of them work and as u mentioned earlier i did contact my hosting provider they say they allow SMTP on their server with PORTS 25, 465, 587 and 2525. but none of the ports work