Showing message id in body of Mailgun email - mailgun

Is there a value I can add to an email sent via Mailgun, that Mailgun would replace with their message-id prior to sending? We have a requirement that a "message id" be visible to the receiver; and if possible we would like to use the Mailgun message-id.

As of 2019/11/25 mailgun doesn't support this according to a response from support "this feature does not currently exist within our platform".

Related

is it possible to get aws sns reply email notification

I need to capture users email reply.
EXP: after receiving an email,if user is replying to that email, I need to capture user replied or not using AWS SNS can anyone help me.
No, you can not capture use email reply directly with SNS, you can not publish to SNS from email, but one way to do that is to have email listening server, receive email and publish email back to SNS.
You can use mailin, process the receiving email, it also support webhook, At this point, Mailin will listen for incoming emails, parse them and post an urlencoded form multipart/form-data to your webhook url.
Mailin is an smtp server that listens for emails, parses them and
posts them as json to the url of your choice. It checks the incoming
emails dkim, spf, spam score (using spamassassin) and tells you in
which language the email is written.
High-level look can be

disable email link on Slack so that it stays as a string?

I'm working on a chatbot for Slack in AWS Lex, and I need it to collect an email address. While testing in Lex, it works fine because any email address remains as a string. But when it's hooked up to Slack, email address gets converted to mailto:youremail#domain.com format, so Lex fails to recognize it as a valid email address.
Is there any workaround to disable this functionality in Slack?
You can either do the pre-processing of the text received and extract the email address before passing it onto Lex.
Or if you are using Slack api's for sending messages then you can try to set the parse=none to disable the message formatting done by Slack. Message Formatting Api.
You will probably need to write a function to extract the email address from the returned Slack message - check out errbot's sanitize_uris function, which does exactly this.
A similar question

Failed to send direct email message via aws Pinpoint

I am trying to send email message to a specific email address via the aws pinpoint. My from email address is verified. However, whenever I try to send the email it gives me an error "Failed to submit email message to ". I don't understand where am I going wrong with this.
#Krishna gave the right clue, however to be precise, all of the following must be true:
Your From email address is verified in Amazon Pinpoint/SES.
Either your To email address(es) is verified, OR you have requested Sending Limit Increase specifically for Amazon Pinpoint, not just SES.
In my case it was problem no. 2, I have increased my sending limit for SES but not Pinpoint yet. Amazon treats them somewhat differently, however the error message it gave me was totally undecipherable:
Message not sent: We weren't able to send your email message to someemail#gmail.com. Request Id 982 : Failed to send message.
Specifically, check the Pinpoint project's right sidebar here:
By default Pinpoint provides an sandbox environment.
In order to send emails you need to white-list your from email address as well. ( i.e. got to SES and verify the from email id as well)
You should them be able to send emails via Pinpoint.
The receiver should acknowledge to terms and condition that AWS can send automated emails.

How to trigger EMail messages in using the engagement plan

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/

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.