I am building node application , and i want to send email with "nodemailer" using outlook account, its work just fine for outlook and protonmail , but when i send email to gmail it get send but i dont receve it .
On my outlook inbox it is send but i dont have it on my gmail , and i looked spam as well.
The worst thing is that , if i send that not-automated mail to gmail, i still dont get it
I am wondering if you guys had the same problem , and how you solved it ?
Thanks in advance , keep up the good work :)
Related
I'm working on an web application with ReactJS and Nodejs and I use Nodemailer to send email.
All work fine but, my current issue is that I'm looking for a way to categorize the sent email so that recipients receive it in for example updates or Promotions category like on this screenshot.
Any help or link to help ?
So, I run an online service where people can sign up using their email address. It's as basic as it can get. Put in your address, receive email with confirmation link.
For that I've set up mutt on Debian 11 which I'm using to send a HTML-EMail with an attachment.
For some reason, mail providers like googlemail and outlook filter those mails out. Sometimes they appear in peoples inbox, sometimes in spam and sometimes they don't get them at all. My googlemail UI shows me that it "couldn't verifiy if this email came from DOMAIN or from a spammer".
Does anyone here know what I can do to resolve this problem?
Any advice is appreciated.
I tried to make a flow that sends mail when the item is added to the list, but I get the error in the picture. I tried the solutions he gave me, but it didn't work.
I don't think you can do anything else than the error recommends. If you really need the 'Send an email notification' action (with all its limitations) then contact Microsoft support, otherwise use the Outlook 365 action 'Send an email (V2)'.
I need a solution for calendar invite to send mails with response Status through organizer mail id using node j s. I tried in different ways to get the email by using mail gun but I'm able create an event but unable to send and change the creator and also unable import the send invite mails using mail gun API. And I used move method to change organizer but unable to change it.
Here the picture shown below
[got calendar invite but need to send by using mail gun API to change organizer]
[1]: https://i.stack.imgur.com/wYtJF.png
can anyone help me to sort out this issue. Thank you
you can use node ics invite send calender invites to user using mail attachments.
I'm using a web interface I've done to send mails.
These mails are sent using Nodemailer 2.6.4.
When I login to my roundcube webmail, I want the mails sent using this interface to be shown in "sent messages" section.
Is it possible to do it and how ?
Thank you in advance.
I did it simply with node-imap.
If someone wants an example, I could post it here.