72
questions
0
votes
0
answers
29
views
Queued jobs mail server issue
I have recently updated my mail server in a Laravel application hosted in AWS from Sendgrid to Mailtrap. Everything works fine if I am sending the immediate emails, however when I am trying to send ...
0
votes
0
answers
77
views
mailtrap not recieving emails sent from my webapp
I am trying to send emails from my webapp they are successfully getting logged in my laravel logs but not showing on my mailtrap I have tried eeven using my personal email to see if i will find a way ...
-1
votes
2
answers
193
views
Laravel 11 and mailtrap [closed]
I have created a Laravel 11 app and I am using mailtrap to send mails and when I send password reset link and verification mail it shows that the mail has been sent yet on the mailtrap inbox it's not ...
0
votes
1
answer
80
views
Mail sending functionality through third party "MailTrap" works on local machine but not working on Azure
I'm new in development and this is basically my first project. So I created a simple web page with a form on it that sends an email to the owner. When I enter the data and click Send button, you can ...
0
votes
0
answers
225
views
Trying to access array offset on value of type null on laravel
I am encountering an error "Trying to access array offset on value of type null" when attempting to send a password reset email using Mailtrap in my Laravel application. This error occurs ...
0
votes
0
answers
59
views
Nodemailer is not working on DigitalOcean production, but work in local development . Using MailTrap , can't receive mail why
I check all of our .env file . There is nothing wrong I using MailTrap port 2525 .
And On DigitalOcean I use PM2 . Please tell me appropriate answer. I search all of the other but not satisfy and not ...
0
votes
1
answer
119
views
Laravel 10 Mailtrap Livewire mail not being sent
For forgot password page, I have a form that takes in input from the user and needs to send an email to the user for reset password link, but the page goes unresponsive for a minute and gives enter ...
0
votes
1
answer
65
views
Why checking in mailtrap results of email html tags are not rendered?
In Laravel 10 app sending an email with notification I use salutation method wuth string value from database seetings:
->salutation(PHP_EOL . $supportSignature);
which has line breaker html tag, ...
0
votes
2
answers
496
views
i have problem on sending email using mailtrap
Connection could not be established with host "sandbox.smtp.mailtrap.io:2525": Unable to connect to sandbox.smtp.mailtrap.io:2525 (A connection attempt failed because the connected party ...
1
vote
3
answers
1k
views
Trying to access array offset on value of type null in laravel 10 when sending email
i'm using laravel 10 and livewire 3. i'm trying to send email using mailtrap and i'm working on my local machine now.
This is my livewire component
<?php
namespace App\Livewire\Inbox;
use ...
1
vote
0
answers
204
views
Connection Refused Error: [Errno 111] Connection refused - Getting error for Mailtrap SMTP
I am trying to register user which should send activation code to the dummy server. But while sending the post request from the Insomnia getting 500 internal error.
And using Djoser for the email ...
0
votes
0
answers
501
views
Failed to authenticate on SMTP server with username "a73aa084986c3e" using the following authenticators: "CRAM-MD5", "LOGIN", "PLAIN"
The issue: " Failed to authenticate on SMTP server with username "a73aa084986c3e" using the following authenticators: "CRAM-MD5", "LOGIN", "PLAIN". ...
0
votes
0
answers
17
views
Error while checking forgot password request
"data and salt arguments required",
"stack": "Error: data and salt arguments required\n at Object.hash (C:\Users\shant\Desktop\jvlcart\node_modules\bcrypt\bcrypt.js:137:17)\...
1
vote
1
answer
4k
views
Setting Mailpit to work with Laravel and Docker
I want to test email using mailpit but could not get in to work. I keep getting this error:
Connection could not be established with host mailpit :stream_socket_client(): php_network_getaddresses: ...
0
votes
3
answers
539
views
Mailtrap not sending email using NodeJS Nodemailer
I have been trying to send email trough Mailtrap SMTP server but it does not send the email. I am using Nodemailer module in NodeJS application to send the email. The given SMTP information(Email ...