Menu

Send Email over Implicit SSL problem

Anonymous
2014-11-07
2015-01-19
  • Anonymous

    Anonymous - 2014-11-07

    Hi Araz!
    useful library and a really good job!
    But I face a problem while sending email with attachment over implicit SSL, which results in refusing my email for delivery when the attachment file is >100Kb.. even if i know that the SMTP server is allowing attachments up to 5Mb.The error message i've got in the output is this one:
    Sent Response :552 message line is too long

    Maybe to divide and send the file data in smaller chunks?

    Thanks in advance!
    Dorin

     
    • Araz Farhang Dareshuri

      Hi
      Sorry for late replies and for your inconveniences. We are checking out your problem. I will appreciate if you share with our team your ideas

       
    • Anonymous

      Anonymous - 2023-05-11
      Post awaiting moderation.
  • Anonymous

    Anonymous - 2014-11-14

    Help! This code not working:
    Dim mail As New AegisImplicitMail.MimeMailMessage
    mail.Headers.Add("Disposition-notification-to", from.ToString)
    The mail is sent but not view message to read confirmation.
    Excuse me for bad english language. I am italian

     
  • Araz Farhang Dareshuri

    Sorry for late replies and for your inconveniences, may I know why you need to add headers?
    Why mail.Headers.Add("Disposition-notification-to", from.ToString) ?

     

Anonymous
Anonymous

Add attachments
Cancel