SSPkrolik / smtp

SMTP library for D
MIT License
8 stars 6 forks source link

core.exception.InvalidMemoryOperationError #1

Closed zafer06 closed 9 years ago

zafer06 commented 10 years ago

Hello, I try using MailSender example and my code is run without problem but end program output I get core.exception.InvalidMemoryOperationError message

MailSender sender = new MailSender("mail.mynet.com", 25);

SmtpReply smtpCevap = sender.connect();
writeln(smtpCevap.message)

// Output -helena.mynet.com.tr 250-PIPELINING 250 8BITMIME

core.exception.InvalidMemoryOperationError

SSPkrolik commented 10 years ago

Okay, I will try to check out the problem till next week, but you are free to send pull requests :)

zafer06 commented 10 years ago

Thanks, Why not? Maybe I try add html mail send option. I will try.

SSPkrolik commented 9 years ago

Added quit() method to MailSender class.