SMTPClient.jl icon indicating copy to clipboard operation
SMTPClient.jl copied to clipboard

Send emails from Julia

Results 4 SMTPClient.jl issues
Sort by recently updated
recently updated
newest added

I have had the error "message has lines too long for transport." The fix, for me, was to do so for the body : `replace(message, "\n"=>"\r\n")`. Overwise UNIX carriage return...

I am trying to send an email with my ProtonMail account, I have bridge installed which runs an smtp server on my local machine at 127.0.0.1:1025 and uses SSL for...

Hi, thanks got putting this together. Do we know if it’s possible to send an image inline in an email please? thanks