Author |
|
morke Newbie
Joined: 31 August 2011 Location: Ireland
Online Status: Offline Posts: 7
|
Posted: 10 January 2012 at 8:56am | IP Logged
|
|
|
Hi,
Is it possible to use mailer.Message.BodyPlainText in the mail merge example.
In my code in the clsSendEmail I have the following code:
' Setup e-mail message header template for mail merge.
mailer.Message.From.AsString "<morourke@impact.ie>" '<john.doe@domain.com>"
mailer.Message.To.AsString = "##ema_address##" 'Reads oka
' Setup HTML body template.
mailer.Message.Subject = "Test Email: IGNORE"
mailer.Message.BodyPlainText = "This is a test. IGNORE"
'mailer.Message.BodyHtmlText = "<html><body>Dear ##me_forename## <br/>" & "This is a BodyHtmlText test message. Please Ignore" & "<br/></body></html>"
The BodyHtmlText works fine and the message appears fine. However, if I comment out the BodyHtmlText and try to only send as 'BodyPlainText' then the messages sent do not contain the 'This is a test. IGNORE' It does however contain the email address of the recipient.
Any assistance appreciated
Mick O'Rourke
|
Back to Top |
|
|
morke Newbie
Joined: 31 August 2011 Location: Ireland
Online Status: Offline Posts: 7
|
Posted: 10 January 2012 at 10:37am | IP Logged
|
|
|
Hi,
I downloaded the latest version. Iuninstalled my own version (6.8.2.281) and installed the new one. everything works fine... except... it does not want to recognise my lisence key. For the test I got a 30 day trial key.
What do I do about obtaining the correct key?
Mick
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 10 January 2012 at 11:56pm | IP Logged
|
|
|
Quote:
What do I do about obtaining the correct key? |
|
|
That can be done by opening a ticket in our HelpDesk. I understand you have already requested a key via contact form, and the new key was sent out, please keep an eye on your mailbox.
Also, is my understanding correct that the initial issue you've described doesn't occur with 7.* version of MailBee.NET Objects?
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|