mohammad ali
@mohammadali
Web Developer
Kabul,Afghanistan
- Member Since
- Mar 28, 2024
- Lessons Completed
- 1
- Comments Contributed
- 8
- Hours Watched
- 0.35
Recent Activity
Here's what @mohammadali has been up to this past year
-
-
-
Upvoted comment At present, the AdonisJS Core Team doesn't have an official ...
-
Started discussion How can we handle task scheduling in Adonisjs
-
Replied to Hey Mohammad!If you happen to be using NodeJS v22, maybe try...
Thanks.
My node version is v21.6.1 also I tried npm cache clean —force, but still facing to the same issue while installing adonisjs session package -
Upvoted comment Hey Mohammad!If you happen to be using NodeJS v22, maybe try...
-
Started discussion AdonisJs Session Installing error
-
Upvoted comment Ah - no, unfortunately, AdonisJS doesn't have anything that ...
-
Replied to Thanks for watching!Yep, it sure does! You can find them in ...
thanks, by api resource i mean like laravel api resource https://laravel.com/docs/11.x/eloquent-resources
-
Upvoted comment Thanks for watching!Yep, it sure does! You can find them in ...
-
Commented on post Introducing AdonisJS
Thanks for this course.
In the documentation of adonisJs 6 their is no section about api resource, do adonisJs support api resource or not? -
Completed lesson Introducing AdonisJS
-
Upvoted comment Hi Mohammad! If I'm following you correctly, you're looking ...
-
Replied to Hi sir Thanks for answer. this is the configuration of mail....
When i call sendMail route or api i want to send the user password to the provided user email. for instance when i register myself with my gmail account i don't receive my password, But when i register myself with an email like this [email protected] i receive my password.
So my question is this that why don't receive my password in my gmail inbox or spam. -
Replied to Hi Mohammad! If I'm following you correctly, you're looking ...
Hi sir Thanks for answer.
this is the configuration of mail.ts in my project.
const mailConfig = defineConfig({ default: 'smtp', mailers: { smtp: transports.smtp({ host: env.get('SMTP_HOST'), port: env.get('SMTP_PORT'), secure:false, auth: { type: 'login', user: env.get('SMTP_USERNAME'), pass: env.get('SMTP_PASSWORD'), }, }), }, })Copied! -
Commented on post Simple Steps To Require Email Verification In Your AdonisJS App
Hi, I want to send email from an email like this [email protected] , So when i call the send mail api if i provide an email like this [email protected] i receive the email in my inbox, but if provide a gmail email account, I do not receive the email not in inbox or in spam, actually i do not face to kind of error while providing gmail account.
-
Account created Welcome to Adocasts, @mohammadali!