EC-Nordbund / denomailer

A SMTP-Client implementation for deno (to send mails!)
https://deno.land/x/denomailer
MIT License
50 stars 16 forks source link

Sending an email and reply back to another email issue solved #64

Closed VijalPatel closed 1 year ago

mathe42 commented 1 year ago

Just use the option replyTo. The option inReplyTo; accepts a mail ID so it can refrence a different email.

VijalPatel commented 1 year ago

When I use replyTo then it not worked, it will reply to authenticate email. we have to use exert word Reply-To.

mathe42 commented 1 year ago

It is a bug in line 136 not 127 will fix that

mathe42 commented 1 year ago

fixed in ac07d84a230a06ddd67fdb52f7605e92487330a9

VijalPatel commented 1 year ago

Thank you so much. Can you please update in https://deno.land/? When I call Deno land package its loading old one file.

mathe42 commented 1 year ago

Import from https://raw.githubusercontent.com/EC-Nordbund/denomailer/ac07d84a230a06ddd67fdb52f7605e92487330a9/mod.ts for now. I will create a new release when #63 is merged.