Hi all,
I need to send emails from a Windows Forms program in c#.
I have to use gmail's smtp, because the account is gmail.
I saw that you can create passwords in google settings for use in apps.
I would like to create a safe and reliable method.
I have already found the code in c#, I wanted to know if it is correct to create a password for the apps and use them in my program, or if there are other more modern methods.
I can't ask the customer for the account password, that's why I was thinking of this solution.
Thank you
I need to send emails from a Windows Forms program in c#.
I have to use gmail's smtp, because the account is gmail.
I saw that you can create passwords in google settings for use in apps.
I would like to create a safe and reliable method.
I have already found the code in c#, I wanted to know if it is correct to create a password for the apps and use them in my program, or if there are other more modern methods.
I can't ask the customer for the account password, that's why I was thinking of this solution.
Thank you