dba-database icon indicating copy to clipboard operation
dba-database copied to clipboard

Needed to fix the @emailfrom

Open isaacgonzalez77 opened this issue 4 months ago • 0 comments

@emailfrom pulls from @@servername and tries to append that with '<" and tries to replace the '' from the instance name with "_" and then appends that with @domainname which wasn't even set correct for my server anyhow. I just manually went to the line of code that sends the email and manually inputted the email address from as it was sending from servername<[email protected] which was way off and unable to send mail! Probably best if this was declared as an assignable variable instead of code trying to set it.

isaacgonzalez77 avatar Sep 14 '25 21:09 isaacgonzalez77