Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^3: Sending email with both html and plaintext

by CountZero (Bishop)
on Feb 19, 2016 at 07:38 UTC ( [id://1155613]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Sending email with both html and plaintext
in thread Sending email with both html and plaintext

I think that is the expected behaviour: one email with attachments.

Perhaps you can force your email reader to show the attachment as an email message if the attachment is a proper email message in its own right? I remember that the email reader on my BlackBerry would show all attachemnts that are proper emails indeed as one continuing email and not as a separate attachments.

CountZero

A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

My blog: Imperial Deltronics
  • Comment on Re^3: Sending email with both html and plaintext

Replies are listed 'Best First'.
Re^4: Sending email with both html and plaintext
by mavericknik (Sexton) on Feb 19, 2016 at 18:17 UTC
    The problem is the script is suppposed to send out 100's of emails, all to outlook configured the way I have mine set up now. So making changes in outlook does not really solve my problem. I just gave up and am generating a single html code for everything I want to send. Had to make changes to the script but I couldnt figure out another way.

      The only way to guarantee everything in the message will be treated as being in the body of the message is to put everything in the first (or only) part of the message.

      When mixing plain text with HTML, you can surround the plain test with <tt> ... </tt> tags. Or you can use a text-to-html filter to reformat your text into html.

      If your message's main body is in html, you can "embed" attachments in the main body and they will be displayed as part of the main body. This is done using the <embed> or <object> tags to refer to the individual attachments. The are not actually embedded in the main body, merely "included by reference". But this is still relying on HTML tricks. The reason for doing this would be so the "extra" content you are including in the body is also available for individually saving without duplicating the content in the body and as attachments.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1155613]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-04-19 04:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found