Link to home
Create AccountLog in
Avatar of Paul Raymond
Paul Raymond

asked on

Where is an asp.net SMTP email message physically generated from?

When a user function or operation executes in our asp.net application, a confirmation email is sent out, using the SMTP credentials found in the web.config file.
Q- When an external user has logged onto the application, and is performing the process, could their internal corporate firewall block the email being sent out by the app? I am not sure if the email is generated from the host server, or via the user's local session.
Thanks for your input.
ASKER CERTIFIED SOLUTION
Avatar of Shaun Kline
Shaun Kline
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Avatar of Paul Raymond
Paul Raymond

ASKER

Thank for your input. I will have to delve deeper into this.