I would like to implement a system of email masking on my web site/server similar to those ones of some ads' websites.
Example scenario: mysite.com
1) Bob posts an ad with ID #1234
2) Alice is interested and she contacts him through the website control panel
3) Bob receives an email from a-1234#mysite.com to his email bob#bob.com
4) Bob answers to a-1234#mysite.com, my web server receive the email and forwards it to alice#alice.com
5) Alice receives the email to her email alice#alice.com from b-1234#mysite.com
6) Alice answers to b-1234#mysite.com, my web server receive the email and forwards it to bob#bob.com
7) ...and so on
How can do that?
Thank you
Related
Let's picture the following scenario:
Bob talks Alice using HTTP/HTTPS
Bob want Alice to send him some data ex: /rest/getAllItems. + some token auth
Eve intercept the packet and send it to Alice without even knowing what it contains
Alice verify the request token contenent (signature etc...) and send the respence to Eve instead of Bob.
How to prevent such scenario from happening.
Is it possible to reply to an email that I previously sent the user using AWS SES? I don't see anything within the documentation that would accomplish this.
So I want to:
(1) Send email to email address X
(2) Reply to email thread from (1)
With more complicated mailing schemes, filling the "References" and "In-Reply-To" headers of the proceeding message with the "Message-ID" generated by SES for the first message can nudge email clients to keep both messages in the same thread.
For instance, my use case was Alice referring a client to Bob. First, I wanted to send a message from Alice to Bob with the client's info (not seen by the client); then a message to the client, from Alice, CC'ing Bob, introducing the client and Bob.
I think it will not be possible, as a reply is nothing more than a new message that email clients decide to group by some criteria (eg: title and sender). You can try to send a new email with "RE:" before the original title and test if your most common clientes (corporate email, gmail, outlook, etc.) group as you expect.
Using the same subject counts as a reply within gmail.
I would like to know if Office365 and Google Suit provides "Alias" for email id and domain. Actually, Alias is generally used to create 2 email IDs like abc#xyz.com and abc#pqr.com and both the emails coming to the same email id.
If anyone is aware about the same then please let me know.
With Exchange Online you can register multiple domains against a single account and use them for incoming emails, but outgoing email is currently always sent from the primary address defined for a user
so (eg) if you have abc#xyz.com as the primary and abc#pqr.com as an alias, then incoming email to both addresses will be delivered to the abc#xyz.com mailbox and replies always sent from that address
Suggest adding a vote to this item to see if MS can/will address it...
Is there a reputable email sending service that provides a HTTP API that can take an email, but only deliver to a subset of the recipients?
For example, I've got an email like this:
To: Alice, Bob, Carol
Cc: Dan
Subject: Whatever
Now I only want this email to be delivered to Alice and Dan, but I still want Bob and Carol to be on the To line.
Most email services use SMTP protocol for email sending. SMTP does not force recipients in command RCPT TO: to be related to recipients listed in TO:, CC:, BCC: headers.
Name Operating System or Linux distribution you use to get recommendations of email clients with such functionality
OR
use scripting language like perl or python.
The scenario goes like this:
Email setup for outgoing mail server has been done with email address like help#companydomain.com(example) and configured it.
Under General settings, I have used alias domain as companydomain.com. Also I have set email aliases for each user.
Now any user has set his email as help#companydomain.com can send mails and add followers(Add followers will drop a mail to followers) and the mails are received to any email client like thunderbird .
But when other users send mail, it does not deliver to email client like thunderbird and outlook.
Pretty much confused on how to configure the outgoing email gateway server in odoo. Any suggestions would really be helpful.