Link to home
Start Free TrialLog in
Avatar of arnololo123
arnololo123

asked on

Email sender name instead of email address

Hello,

I have a web-application that sends email. When my client receive the email it shows the email address: supplier@mycompany.com instead I would like to show a name like  "Support"

Here is my web.config configuration:
 <mailSettings>
            <smtp deliveryMethod="Network" from="support@mycompany.com">
                <network host="Localhost" port="25" />
            </smtp>
        </mailSettings>
ASKER CERTIFIED SOLUTION
Avatar of E-Risk
E-Risk

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Fernando Soto
Do you have a support email defined on the system mycompany.com. If you do what is the exception message you are getting?
Avatar of arnololo123
arnololo123

ASKER

perfect