When allowing our webclient customers to send out emails using sendMail, our email address shows as the sender instead of their email address. How can we change it so:
Our customer’s email address is shown to the recipient as the sender
Any reply sent to the email goes to our customer’s email address instead of to ours
When I put the solution on our server, emails sent with a “From” email address that does not match our server’s domain appeared not to be sent. However, upon further investigation I found that the problem was with the client Outlook 2003. Under the Outlook “Tools/Options/Junk Email” setting it appears that the default option is “Low: Move the most obvious junk email to the Junk Email folder”, which causes emails that are received with a “From” email address that does not match the senders domain to be placed in the Junk Email folder. Is it common for this to be the default setting?
The setting can be changed to “No automatic filtering” which stops the emails from being placed in the Junk Email folder, however, that does not seem like a very good solution. Is there another way to overcome this problem?