Quantcast
Channel: Emails being sent to strange recipients
Viewing all articles
Browse latest Browse all 9

Re: Emails being sent to strange recipients

$
0
0

Hi stabes,

stabes

newMail.SendMail(new[] { email }, "Membership Renewal Reminder", body);

stabes

Compiler Error Message: CS0165: Use of unassigned local variable 'body'

According to the error message, local variable called  'body' isn't initialized.  You have to manually initialize the variable. Please check if the 'body' is not initialized.

Best Regards,

Klein zhang


Viewing all articles
Browse latest Browse all 9

Trending Articles