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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2023-05-11
Post awaiting moderation.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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) ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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
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
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) ?