I have a requirement in my app as follows -

1. A user registers with my app, and registers an email address. ( "a at gmail 
dot com" )

2. The app sometimes has to send emails on behalf of the user.

3. I have James email server which accepts connections from "appdomain dot com".

4. In the above scenario, today, the app sends the email using the sender as 
"app at appdomain dot com"

5. But I would like James to process the email as the sender as "app at 
appdomain dot com" ( thus doing smtp auth ) but then forward the emails using 
the sender as "a at gmail dot com"


Can this be done with a mailet ?


Thanks

pady

Reply via email to