How to trigger EMail messages in using the engagement plan - sitecore

I am using ECM 2.1 for sending out emails.
I want to know how can I added the triggered emails to all the recipients who have opened the email and who are productive users on the email sent.
Can I modify the existing plan and add this feature.

By Using tokenized emails
An action that can be executed from within a Sitecore Engagement Plan is to send an email to a static or to the visitors email address.
follow this link:
http://www.newguid.net/sitecore/2013/sending-tokenized-emails-from-a-sitecore-engagement-plan/

Related

How can I allow users to send emails through my django app but coming from their own gmail account?

I have a django app where users can send emails through the app to contacts that they upload themselves. I use Sendgrid to send the email and the recipient receives an email from a "white-label" address like hello#mydomain.com
Now, I would like to implement a system where I can allow users to send emails through our app but that those emails are sent by their own email address. To make it simple, let's just consider "Gmail" and if a user want they can "login with their gmail account" on my app and then send emails from my app that are sent from their account... I know that Gmail has an API and I wonder if I can leverage it to do what I need.
You can definitely send emails using Gmail API methods but keep in mind the below stated in their official documentation:
Note: The Gmail API shouldn't be used to replace IMAP for developing a
full-fledged email client. Instead, see IMAP, POP, and SMTP.
As they recommend, you could integrate IMAP/SMTP features in your application so users can authenticate/provide access to their accounts and achieve your goal of having emails sent from their accounts.

AWS SES Not Delivering

I am currently using AWS SES to send emails to my users. However, it appears that my users who use outlook / Microsoft's Business Email System are not receiving my emails. SES also tells me that I have no bounces too.
The user's email has {name}.onmicrosoft.com on it.
How can I go about resolving this?
EDIT: Found out that the key phrase "password" is a root cause for the email being blocked and not showing up at all. Not sure how to combat this as I am sending a password reset email.
Thanks

Google Mail Filter neverSpam

I have a PHP application that sends emails through gmail. The emails are sent when website events occur, for example, the contact form. However, the emails are put in the spam folder of the recipient. Some recipients of this email are in gmail, and others are in outlook, and others are in yahoo.
Will the
name="neverSpam"
affect the sending of emails, so the recipients will not see it in the spam folder?
It seems this is happening because the recipient may not be a member of the sender's contact list, a security measure. Here's a note from Gmail Help:
If you find that some senders' messages are consistently being
mislabeled as spam, you can prevent this by:
'Adding their email addresses to your Contacts list. Gmail will
deliver messages from members of your Contacts list to your inbox,
unless we know with high confidence that they are spam'
neverSpam is a boolean for Filter Action Properties. If you want to make sure your message is not tagged as spam, add the recipients to your contacts list.

Difference between Send Email action and Send Email Campaign Message save action

Can someone outline the main difference or differences between using the Send Email Campaign Message save action and the Send Email action? Why can't I use the Send Email action in place of the Send Email Campaign Message save action? I hope someone can help!
The main difference is that the Send Email action only sends an e-mail without additional campaigns or analytics interaction. You don't have engagement plans or statistics for your sent e-mail. It's nothing more than sending an HTML-based e-mail to the recipient.
Send Email action is basically sending email with System.Net.Mail.
Send Email Campaign Message utilizes Sitecore Email Experience Manager's dispatch pipeline to send emails that can be tracked.

Can't send email to myself

I'm using opencart 1.5.1.3. For some reason I can't send an email to the same account I am sending from. For example, I can't receive the notification email when an order is placed. The email reaches the customer OK and if I specify additional email address to send the mail to, they receive the email OK, the email configured as the store email addres doesn't receive the email. I'm using the 'mail' option to send email.
The email is hosted at google apps. Please help
some web hosting prevent self-to-self email for safety reason.
maybe it is your hosting provider block this mail.