Skip to main content
0 votes
0 answers
11 views

Is there a node package or service that is built for receiving emails and using a webhook to trigger events?

I am looking for a service or package that I can setup so that when I forward an email to a certain email address (lets say [email protected]) that email can monitor the mailbox of that email and ...
Ryan Vogel's user avatar
0 votes
0 answers
51 views

ArgumentError (wrong number of arguments (given 0, expected 1))

I’m adding a notification system to my blog website using the noticed gem (v2) by Chris Oliver. I’ve set up a notifier to send email notifications, but I’m encountering an error: ArgumentError (wrong ...
mutebi godfrey's user avatar
-3 votes
0 answers
11 views

Repetitive email login attempts with an incorrect password from a Chrome Browser Tab [closed]

Windows 11 / Chrome Browser: email lockouts: I have been trying to assist a small business which keeps being locked out of their email (and website) due to incorrect email login attempts. One way of ...
BrendanB.'s user avatar
1 vote
1 answer
37 views

Laravel 11 not able to send simple Email regularly

I have developed a Laravel 11 application that is supposed to send an email upon user registration. The application rarely sends an email except for a few registrations. Here is my code: Route file: ...
solo's user avatar
  • 11
-3 votes
2 answers
33 views

Failed to implement send confirmation email functionality

I use form to verify the email with emailjs, sending the email value to next.js API. In the API route.js I create and hash token, store it in database and make a confirmation link(so far the console....
Zvezdi7205885's user avatar
0 votes
1 answer
28 views

PHPMailer Not Sending Emails on Hosting Server, Works on Localhost with Gmail SMTP

I’m having trouble getting PHPMailer to send emails through Gmail’s SMTP server after uploading my project to a hosting server. It works perfectly on my localhost, but once I upload it, it fails to ...
Kenneth Daniel Deang's user avatar
1 vote
1 answer
44 views

S/MIME Email Sent via Python and Microsoft Graph Works in Gmail but Not in Outlook

I was trying to send an S/MIME email created in Python using Microsoft Graph. The email was sent successfully, and both Gmail and the iOS Mail app on my iPhone recognized the sender as trusted with a ...
Anthony Ln's user avatar
-1 votes
0 answers
28 views

Email sent from Java converts "from" address to IP instead of hostname [closed]

We have Java code that sends an email alert using the javax.mail.Message class and defines the "From" value of the private javax.mail.Message msg; ... msg.setFrom(new InternetAddress(...
blead's user avatar
  • 1
-2 votes
0 answers
20 views

Send email with different reply-to domain than senders domain [closed]

Having this outgoing email with the following settings: From: [email protected] To: [email protected] ReplyTo: [email protected] The mail is sendt from mydomain.com to somebody out there. So, ...
Peter Larsen 'CPH''s user avatar
0 votes
4 answers
72 views

Send email in Laravel 11

I would like to send an email using Laravel, but I am getting an error, I am sending it this way: UsersController.php .... $user_created = (new UserCreated($user)) ->...
Luis's user avatar
  • 325
0 votes
0 answers
18 views

Incoming email on siteground mailbox using AWS EB and AWS SES

I recently created a subdomain on SiteGround and associated it with an email address. I then updated the CNAME record to point to AWS Elastic Beanstalk, where my web app is hosted, and configured SPF, ...
Luca4k4's user avatar
  • 91
0 votes
0 answers
16 views

Postfix configuration to send emails to a different domain [closed]

We're setting up a Postfix relay server to serve several clients in the local network and send emails to example.com email destinations. The mail server for example.com is hosted on the cloud let's ...
krach001's user avatar
0 votes
1 answer
40 views

Can I store a salted hash (sha256) of an email in a user's cookies?

I am working on a web app and need to have access to a user's salted hash email in middle-ware. The simplest way to do this, for me, would be a cookie. Since this is a salted sha256 hash, even if the ...
user avatar
1 vote
0 answers
25 views

Add iCalendar Events (.ics) to Calendars

On Rails 7.1, how can I send an attachment with the content type Content-Type: text/calendar; method=REQUEST? I’m asking because I want to send an email with an ICS file attached, following this ...
skyporter's user avatar
  • 887
0 votes
0 answers
27 views

converting email.message.EmailMessage to dictionary in python

I was working with strings like below in python: 'Message-ID: <9803411.1075852365218.JavaMail.evans@thyme>\nDate: Thu, 24 May 2001 15:27:00 -0700 (PDT)\nFrom: [email protected]\nSubject: ...
Narges Ghanbari's user avatar

15 30 50 per page
1
2 3 4 5
3964