Skip to content
Advertisement

how to send image mailer using php mail function

i am trying to send html image mailer using php mail function on linux platform. There is one issue when i am trying to send simple html content then it successfully get delivered to its subscriber. but when i try to send emailer which contains few images then it fails to deliver it. below are two codes 1 by which simple html is delivered. 2 which is not getting delivered.

JavaScript

code 2:

JavaScript

Advertisement

Answer

I corrected the code by which I am able to send image mailer below is the code:

JavaScript

I am still working to sent highly customized mailer and will describe how it can once I found how it can be done.

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement