473,785 Members | 2,391 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Forward Email, change sender address

Is there anyway I can set up a personal 'remailer' type of thing
on my domain ?

I can not email a friend at his workplace because his company
have put a 'block' on emails from my work address (the companies
we work for are considered rivals) - I am after a way to
'bounce' or forward an email, so my originating address isn't
shown.

I have tried email forwarding (in CPanel) using addresses set up
in my domain but when they forward, the original sender is
shown, therefore the block applies.

I have also tried using Bigfoot but again, the original sender
is shown.

Is there any way, using PHP or otherwise, that I could somehow
receive a message sent to an address in my domain, and forward
it on with a different "from" address ? (There would only be 1
specified address that I would want to forward on, to prevent
abuse!)

i.e.

from xx**@company1.c om => xx**@mydomain.c om, this then forwards
the original mail but from xx**@mydomain.c om =>
xx**@company2.c om

Unfortunately webmail isn't an option as we don't have web
access at work, and it has to be sent through the work Email
system, Outlook.

Thanks for any suggestions,

Mark.

----------------------------------------------
Posted with NewsLeecher v1.0 beta 29
* Binary Usenet Leeching Made Easy
* http://www.newsleecher.com/?usenet
----------------------------------------------

Jul 17 '05 #1
6 4958
On Wed, 04 Aug 2004 18:15:09 +0000, Mark wrote:
Is there anyway I can set up a personal 'remailer' type of thing
on my domain ?

This STINKS of spam if I ever smelt it! but nice cover up attempt ;)

Rule #2 applies.

Regards,

Ian

--
Ian.H
digiServ Network
London, UK
http://digiserv.net/

Jul 17 '05 #2

"Ian.H" wrote
This STINKS of spam if I ever smelt it! but nice cover up attempt ;)


Ian,

Not at all. I want the email to be forwarded from MY PERSONAL DOMAIN, hardly
the behaviour of a spammer ! This is why I specified that I only wanted it
to work for one destination.
Jul 17 '05 #3
On Wed, 04 Aug 2004 21:33:13 +0100, Mark wrote:

"Ian.H" wrote
This STINKS of spam if I ever smelt it! but nice cover up attempt ;)


Ian,

Not at all. I want the email to be forwarded from MY PERSONAL DOMAIN, hardly
the behaviour of a spammer ! This is why I specified that I only wanted it
to work for one destination.

But once you know that, you can do for "any domain".. as you snipped:
Rule #2 applies
Sorry, from past experiences, I don't trust anyone regarding these kinds
of activities.

Your friend doesn't have a 'personal' address? That would seem the most
logical and respectful way.

In short, you're blocked for a reason, whether this be you personally, or
as you state, your company as a whole.. you try to evade that block, and
if it was my mail system, I'd make sure you were permanently firewalled at
the border for your bypass attempts.

Regards,

Ian

--
Ian.H
digiServ Network
London, UK
http://digiserv.net/

Jul 17 '05 #4
Mark <ma******@nospa m.pls> wrote:
Is there anyway I can set up a personal 'remailer' type of thing
on my domain ?
Yes... see "man procmailex" for sufficient information on how to trigger
and rewrite (using formail).
Is there any way, using PHP or otherwise, that I could somehow
receive a message sent to an address in my domain, and forward
it on with a different "from" address ? (There would only be 1
specified address that I would want to forward on, to prevent
abuse!)


Yes... PHP with imap support can read pop/imap servers to scan for
specific mail and let you do about everything you imagine.

--

Daniel Tryba

Jul 17 '05 #5
ma******@nospam .pls (Mark) wrote in message
news:<41******* **************@ news.dial.pipex .com>...

Is there anyway I can set up a personal 'remailer' type of thing
on my domain ?


Yes, but this is best done with something like procmail. If you
want to do it with PHP, it is possible, but would require access
to OS-level scheduling facilities (e.g., cron).

Cheers,
NC
Jul 17 '05 #6
Hello,

On 08/04/2004 03:15 PM, Mark wrote:
I can not email a friend at his workplace because his company
have put a 'block' on emails from my work address (the companies
we work for are considered rivals) - I am after a way to
'bounce' or forward an email, so my originating address isn't
shown.


What kind of block? From: header block or IP sender block?

Why don't you just change your origin mail address in your mail program
configuration?

--

Regards,
Manuel Lemos

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/

PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/

Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html
Jul 17 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
3020
by: dmiller23462 | last post by:
So here's my problem.....I need to set up different email distributions based on which option in the following Select form has been chosen....For instance if "Putaway" is chosen it needs to email User1@here.whatever and User4@here.whatever but if "Loaded" is chosen it needs to email User2@here.whatever and User3@here.whatever, etc, etc... I'm aware that the only thing that really needs to change is the "Mail.AddAddress" line (at least...
9
2247
by: William W. Cai | last post by:
Hi List, I am required to implement such a function in an email. The HTML format email contains a field and a button. Once user click the button, program will gather the information(email address) in the field and forward this email to it. I am thinking about the implemented by JavaScript/VBScript, but don't find the solution yet. Could anybody supply some clues?
11
8604
by: Brian Henry | last post by:
I have a domain cluster with AD running, and I want to lookup a users email address (exchange 2000 server is integrated with the AD system) so i can email the user based on their user name. does anyone know how to look up the email address? i would just use the user name as the alias but not all our user names match their internal email addresses.. thanks
23
3861
by: mark.moore | last post by:
I know this has been asked before, but I just can't find the answer in the sea of hits... How do you forward declare a class that is *not* paramaterized, but is based on a template class? Here's what I thought should work, but apparently doesn't: class Foo; void f1(Foo* p)
2
1880
by: RAB | last post by:
I have a .aspx page with the following code: <% @Import Namespace="System.Web.Mail" %> <%@ page language="vb" debug="true" runat="server" %> <script runat="server"> Sub Click(sender as Object, e as EventArgs) 'Create an instance of the MailMessage class
17
1953
by: pradeep | last post by:
Hello all, How can i send email using PHP from my server ? Which settings are necessary ? please, guide me Thanks in advance.
15
15239
by: Craig Hurley | last post by:
Hello, user@x.com receives an email from user@a.com. I want to forward that email to user@y.com. I want the contents/header to remain intact, with the exception of adding "X-Forwarded-For". In other words, when user@y.com received the email, it will be from user@a.com, but will contain a reference that it was forwarded by user@x.com. I'm piping all email destined for user@x.com to a php script. I've seen some very complicated...
1
5442
by: smj29576 | last post by:
I am using an Outlook rule to forward my email to my Blackberry after it has gone through spam check. This works fine except that now my office address is the sender instead of the original senders address. It makes it difficult to quickly read the more important messages and of course reply is not an option.
3
2455
by: wpflum | last post by:
I'm using Net::POP3, Email:Simple and Email::Mime to pull emails off of a server and parse them for information to see if they are the result of 'bounced' emails from our system. I then send an email internally notifying the original sender that their automated email failed. I've got it working but I'd like to also forward the complete email as an attachment to a specific system address so I can keep a copy in case someone complains that the...
0
9645
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9480
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8972
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7499
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6740
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4053
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3646
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2879
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.