Forum Moderators: phranque
Basically I just had an application build and part of what it does is send out confirmation to users who subscribe to the service. For some reason when appache send e-mail in the sender line it an e-mail before the main e-mail which shows as though is't being send on behalf of someone.
For example:
admin@oursite.com on behalf of support@oursite.com
is what the sender line would look like when the e-mail is opened in outlook.
Ideally I'd like it to look like this:
support@oursite.com
only to display the sender...
Anyone have any ideas?
Welcome to WebmasterWorld.
This is not my forte, but my guess is the application you had built is the problem, not Apache.
I often send e-mail via php in response to successful sign-ups and have not had this issue on any server. I would start by contacting the app builder and ask them if it is due to their script.
Hope this helps.
Justin
Na it's definitely something to do with Apache and the way it deals with mail headers. In any php application you can explicitly state what you want the sender address to be. Apparantly the "on behalf of" is just part of how Apache works it's sendmail. I'm just looking for a workaround...
Thanks.
Additionally, Sendmail isn't messing with anything. It is an MTA (Mail Transport Agent), and doesn't add any weird headers like 'on behalf of' to anything.
Your issue is absolutely with how the application is written.