J
Jul
Hi,
I use MailMessage class for create email.
I specify such settings:
mmEmail = New MailMessage
mmEmail.To = ".."
mmEmail.Body = "..."
mmEmail.Subject = "..."
mmEmail.BodyFormat = MailFormat.Text
SmtpMail.SmtpServer = "..."
SmtpMail.Send(mmEmail)
when I get email send by such code, I can not explain the source of "From"
..
How can I check "FROM" property and change it.
This question not for "spam" programming.
Thanks
I use MailMessage class for create email.
I specify such settings:
mmEmail = New MailMessage
mmEmail.To = ".."
mmEmail.Body = "..."
mmEmail.Subject = "..."
mmEmail.BodyFormat = MailFormat.Text
SmtpMail.SmtpServer = "..."
SmtpMail.Send(mmEmail)
when I get email send by such code, I can not explain the source of "From"
..
How can I check "FROM" property and change it.
This question not for "spam" programming.
Thanks