Getting Success when sending mail via sendgrid but not receiving the mail - node.js

Tried using sendgrid with single sender verification to send emails with node.js, getting success in response but not receiving the mail.
In Sendgrid activity feed, status of all sent emails is stuck at processing , each one is received and processed by sendgrid but not received by gmail

Related

Nodemailer is not sending the email

I am using Nodemailer to send the email to user. But the user is not receiving the email. And I am using etheral mail in Nodemailer. It shows that(In Provided Image) the email is successfully sent but the user is not receiving the email in his Account . I have tried with with gmail, outlook mail as well as with temp mail but the email wasn't received in any of them.
Image showing the sended mails

PHPMailer - Get errors by recipient

I am using PHPMailer 6.6.5 and I am sending email to one recipient with multiple CC.
Some of these recipients are using an invalid email address, so the smtp server returns an error and PHPMailer is processing these as Exception. But the email was sent successfully to the recipients that was valid.
We need to identify when an error occurs which recipients will receive the email and which wont, please.

Getting a response of 202 while sending email via SendGrid but no activity in sendgrid dashborad neither I am recieving mail in inbox

I am using SendGrid to send email via sendgrid API. I get a response code of 202 but there is no activity on my sendgrid dashboard and I am not recieving the email which i just sent. I already checkd in Spam section.
My Javascript code here
Response I am getting
I have already verifed my signup email and sender email.
Not recieving my email.

Get SMS responses into a SharePoint list

I have been been able to use Twilio and SharePoint to send SMS messages. We would like to go to the next stage and create a question/response system and receive those SMS messages from our customers and add them to a SharePoint list, therefore kicking off workflows based on the customer's SMS response.
Any ideas ?
Inbound SMS are sent to your Twilio number which you can then define a webhook for. The webhook (the URL Twilio will sent an HTTP Request to when a message is received) will contain the Body of the SMS message.
TwiML™ for Programmable SMS
What is a Webhook

Knology email user not receiving PHP mailer?

I have a PHP mailer that sends out auto emails to confirm registration and alerts when the customer's online number is pinged.
I have only one customer complaining about not receiving alert emails to her Knology account. She can receive the registration confirmation, but not an alert email.
Any ideas why?

Resources