Author |
|
loredano Newbie
Joined: 11 April 2018 Location: Italy
Online Status: Offline Posts: 15
|
Posted: 11 April 2018 at 12:52am | IP Logged
|
|
|
Hi,
I tried to set Content-Transfer-Encoding in your Mail merge and bulk mail
example, example.
I note that the "Content-Transfer-Encoding": is always set to "quoted-printable".
These are the lines of code I added:
mailer.Message.MailTransferEncodingPlain = MailTransferEncoding.Base64;
mailer.Message.MailTransferEncodingHtml = MailTransferEncoding.Base64;
What the problem or my error?
Best regards.
Loredano Quaglia
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 11 April 2018 at 3:04am | IP Logged
|
|
|
Hi,
Not sure which particular sample you're using. What if you try with a simple message, not mail merge? Does it work?
Regards,
Alex
|
Back to Top |
|
|
loredano Newbie
Joined: 11 April 2018 Location: Italy
Online Status: Offline Posts: 15
|
Posted: 11 April 2018 at 4:05am | IP Logged
|
|
|
Hi,
I just add the two code lines
to your example for mail merge:
mailer.Message.MailTransferEncodingPlain = MailTransferEncoding.Base64;
mailer.Message.MailTransferEncodingHtml = MailTransferEncoding.Base64;
"Send series of e-mails based on template and database" at link:
https://afterlogic.com/mailbee-net/docs/mail_merge.html
With a single message it work, but I need mail merge also.
Best Regards
LQ
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 11 April 2018 at 7:03am | IP Logged
|
|
|
Hi,
Indeed, it was a bug. Please try the update from https://afterlogic.com/updates/mailbee_net.zip
Regards,
Alex
|
Back to Top |
|
|
loredano Newbie
Joined: 11 April 2018 Location: Italy
Online Status: Offline Posts: 15
|
Posted: 11 April 2018 at 7:11am | IP Logged
|
|
|
Ok, thanks.
I try it as soon as.
Regards
Loredano
|
Back to Top |
|
|