Different MAIL FROM and DATA's From, and different RCPT TO and DATA's To #1662
Answered
by
jstedfast
Adaptogen90
asked this question in
Q&A
-
Is it possible to accomplish the following using Mailkit?
|
Beta Was this translation helpful? Give feedback.
Answered by
jstedfast
Nov 6, 2023
Replies: 2 comments
-
Yes. Instead of using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jstedfast
-
Amazing! I confirm it works as expected! This saved me from considering a
different language altogether that handles this better natively. Many
thanks.
…On Mon, Nov 6, 2023, 06:47 Jeffrey Stedfast ***@***.***> wrote:
Yes. Instead of using SmtpClient.Send(MimeMessage message), use
SmtpClient.Send(MimeMessage message, MailboxAddress sender, IEnumerable
recipients)
—
Reply to this email directly, view it on GitHub
<#1662 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A2IQOZVYXPYYZEDV4PIEXKTYDDE4XAVCNFSM6AAAAAA666W4KGVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TIOBWGU3TI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes. Instead of using
SmtpClient.Send(MimeMessage message
), useSmtpClient.Send(MimeMessage message, MailboxAddress sender, IEnumerable<MailboxAddress> recipients)