本文介绍了使用MvcMailer在发送时指定收件人电子邮件地址的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用MvcMailer从我的MVC应用程序发送电子邮件。我不想指定收件人('TO')地址,而是希望让发件人手动输入。这可能吗?



感谢您的帮助。

I'm using MvcMailer to send out email from my MVC application. I don't want to specify the recipient ('TO') address but instead I would like to have the sender to manually enter it in. Is this possible?

Thanks for all the help.

推荐答案


这篇关于使用MvcMailer在发送时指定收件人电子邮件地址的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-12 23:54