Click here to Skip to main content
15,889,116 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I have a requirement where I want to create system that will accept the emails, update(secure contents and attachments) and send it.
The user can add receipient's address like: someone@example.com.secure.com
where, secure.com is my server which will accept the emails, update it and send back to someone@example.com.

Can anyone suggest me how to achieve this?
This is the functionality something similar to the one provided by rpost.com

Thanks in advance,
Pratik j
Posted
Updated 30-Sep-13 2:33am
v2

1 solution

If you want to develop this type of application, then you need to research for that.
You can also contact with their developer team to get some idea.

As per my knowledge, you can read the new emails by POP[^] protocol.
Then in your software, modify it by getting all the Email's properties like Text, Body, Recipient etc. and send it to someone@example.com.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900