Questions tagged [email-forwarding]

The operation of re-sending an email message delivered to one email address on to a possibly different email address or addresses. Users and administrators of email systems use the same term when speaking of both server-based and client-based forwarding.

68 questions
39
votes
5 answers

Using MX Records to Forward Email to Another Domain

I have a domain hosted at Dreamhost -- foobar.com. It has Google Apps associated with it: the 50 free email accounts which are no longer available for a new domain. I just got another domain -- foobar.edu. I want foobar.edu to become my main…
Christopher Werby
  • 890
  • 2
  • 8
  • 15
21
votes
4 answers

Is DMARC the end of email forwarding?

I'm using a fair bit of email forwarding on a number of domains and the latest p=reject policy of AOL is causing me some problems and also a lot of confusion. My understanding of DMARC is that it's based on DKIM & SPF with a reporting layer. I…
user2988743
  • 337
  • 1
  • 2
  • 7
8
votes
2 answers

Email Forwarding like Craigslist - Rails

I'm trying to do what craigslist's anonymous email does, but with Rails, also on the cheap. It is important for me to be able to add a header to the email, which is why basic email forwarding doesn't work. One way I thought of was a SMTP server,…
Thariq Shihipar
  • 1,072
  • 1
  • 12
  • 27
6
votes
1 answer

how to forward email using MX record in DNS

I have domain name(exmple.com) and DNS. I want email at admin@exmple.com is forwarded to mymail@gmail.com. there is any way to forwarding using MX recoder in DNS. If it is possible tell me how to update MX record ? Thanks
anand sharma
  • 61
  • 1
  • 6
5
votes
0 answers

Mailgun "routes" not compatible with Gmail - Fails SPF for all forwarded messages

We've used Mailgun for 8+ years for inbound email routing, and always noticed lots of emails ended up in our spam folder(s). After speaking to the Google team, it turns out that Mailgun is simply not compatible with Gmail when using inbound routes…
dazbradbury
  • 5,729
  • 5
  • 34
  • 38
4
votes
1 answer

Simple email forwarding server

I need to forward emails for a several domains to other email addresses. Previously I have used hMailServer on my Windows server to perform this forwarding function, but I am looking for something simpler that I can interface with from a .NET…
Petrus Theron
  • 27,855
  • 36
  • 153
  • 287
3
votes
2 answers

How to handle forwarded e-mails in Rails ActionMailbox?

We are using Rails 7 to build an application which, amongst other features, should perform some actions when e-mails are sent to one of its e-mail addresses (which have, for instance, the format ticket-{uuid}@ourdomain.com). Rails' ActionMailbox's…
Qqwy
  • 5,214
  • 5
  • 42
  • 83
3
votes
1 answer

Forwarding All Mail Sent to a Domain (Google App Engine)

I've built a Python app on Google App Engine which primarily handles incoming mail and does interesting based upon the email address at which the email is received. I would like to use a custom domain for receiving emails as @
Chris W.
  • 37,583
  • 36
  • 99
  • 136
3
votes
0 answers

Migrating from Mandrill to Mailgun in Laravel - Server response: 550

I have migrated from Mandrill to Mailgun in Laravel. Everything is working fine, with one exception, if the recipient of the message is a forwarder, Mailgun returns the following error: 550 Verification failed for…
user2094178
  • 9,204
  • 10
  • 41
  • 70
3
votes
0 answers

forward filtered email from _different_ account in TB

I have two accounts set up in ThunderBird, say acc1@example.com and acc2@test.org I created a filter to forward all incoming messages to acc2@test.org to a couple addresses. Thunderbird attempts to send them from acc2@test.org (and fails because of…
PavoDive
  • 6,322
  • 2
  • 29
  • 55
2
votes
1 answer

How to get the original email contents if the email is forwarded many times in gmail api?

I am trying to get the contents of email originally sent to a user which is forwarded to my current account. I am using gmail api to do so. But I am unable to filter the extra text that comes with it. This is my code to access one email by one…
NiKHiL
  • 41
  • 3
2
votes
0 answers

Writing a script that automatically forwards emails from a Yahoo Mail address

Starting 1/1/2021 Yahoo Mail is making automatic email forwarding a Premium/Paid Feature for all users. Quite a scummy thing to do in my opinion. I have looked through some Yahoo API documents, but they are either deprecated, or don't seem to offer…
Harrison Bergman
  • 169
  • 1
  • 12
2
votes
0 answers

cPanel Forwarders - Piping Emails to a Laravel Application

I'm trying to forward an email to my Laravel Application siting on a subdomain in cPanel. That's why I've created an artisan command which is, for now, having just an info log: \Log::info("Email sent!"), that is writing this message whenever that…
2
votes
0 answers

setting forwarding email address for user

Is there anyway at this time to update a users forwarding email address using graph api in O365. If not are there any plans in place to allow this in the future.
2
votes
1 answer

How to write the correct SPF TXT record for a forwarding domain

I have a forwarding domain (forwardingdomain.org > actual-website.org) for which I have email forwarders set up. To reduce spamming/spoofing of my email forwarders, I would like to set up a correct SPF TXT record in the domain’s DNS. I have an SPF…
1
2 3 4 5