Jump to content

Need a mail receiving client


OM2

Recommended Posts

I want some code to receive email, reformat and then forward to another email address

 

I'm not sure where to start with this

Does the application need to be constantly running - monitoring incoming emails?

What is involved?

 

I did a search and saw many discussions saying that Google App Engine was available for usage

I've no experience of this

 

Just looking for suggestions

 

Thanks

 

 

OM

 

Link to comment
Share on other sites

Depends on the Operating System that you are using. You can code from scratch (just listen on the SMTP ports) but I have seen programs that allow unix mail to receive the email and just monitor the directories where the mail is kept to process the messages received. I'm sure there are a million ways to accomplish the task and the best way probably depends on the volume, how critical that you be up, what OS you use, how portable you want the code to be, etc.

Link to comment
Share on other sites

You could maybe do something like email piping.  I have never actually done it, but basically any email sent to a specified address will be sent to a php script and you can then process the contents as you want.  I have not watched these videos but maybe see if they address your issue appropriately https://www.youtube.com/results?search_query=php+email+piping

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.