ciemailinline

ciemailinline Commit Details


Date:2014-04-26 18:42:33 (10 years 7 months ago)
Author:Natalie Adams
Branch:master
Commit:876074b60b02468753972e39b8ea68d2174fb2df
Parents: 2f8c79b3e6fa9d767d3890193a99e7f1229be40a
Message:updating readme

Changes:

File differences

README.md
22
33
44
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
============
Codeigniter email class with inline attachments
How to use
============
- If you want to display an image inline, it must be attached (simple enough using email->attach($file))
- Like with everything, no email service was created equal…even though we have RFCs (see my screen shots of hotmail, gmail, and yahoo. Note that yahoo violates, imo, the unspoken rule of auto-loading attached images but yet not auto-loading non-attached images)
- To reference an attached image in your HTML page, use cid:filename.ext, note the cid:
Disclaimer
============
Yes, I know this should extend the CI email class instead of overwriting it. Please don't complain about that. I personally don't use codeigniter any more (for a couple of reasons - namely I've made my own, and codeigniter is no longer being supported). If you want to fix it to extend the CI_Email class - it would be better if you forked this repo versus a pull request.
This was made as a quick feature integration to a site which had a CI version that would really never change.
I release this to the world in the hopes that it would be helpful to someone.
You can find the original post here: http://ellislab.com/forums/viewthread/144855/
Mirror: http://i.imgur.com/AWNrq0q.png

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.05352s using 14 queries.