Giter Site home page Giter Site logo

mail's People

Contributors

abbychau avatar jinairsos avatar stlewis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mail's Issues

Replace \r\n

I have to replace the \r\n into \n?
Now it works fine for me.

private function prepare_headers(){
  $this->set_default_headers();
  $this->header_string = implode("\r\n", $this->headers)."\r\n";
}

Thanks!

Not able to send html data mail

Help wanted!.

I created HTML form and all data want to send to mail but not able to get it.
screenshot from 2016-12-21 12 03 13
So how do I approach it? please help?
I go through you repo but not able implement.

Add the License

Hey guys I am just want to know is there compulsory to add License or not because some told me do need to add license in readme.md file and do not also open issue and close issue about it.So what do you think about it.

if i Use body_text & body_html & and have no attachment and use UTF-8 i have message

--PHP-mixed-c71e9898e2ff03c758cd9ad6d8f0fa39
Content-Type: multipart/alternative; boundary="PHP-alt-c71e9898e2ff03c758cd9ad6d8f0fa39"

--PHP-alt-c71e9898e2ff03c758cd9ad6d8f0fa39
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 8bit

Опи�ание - ИЕготовление па�порта фа�ада

--PHP-alt-c71e9898e2ff03c758cd9ad6d8f0fa39
Content-Type: text/html; charset="UTF-8 "
Content-Transfer-Encoding: 8bit

Еготовление па�порта фа�ада

--PHP-alt-c71e9898e2ff03c758cd9ad6d8f0fa39--

but if i make attachment it all will be ok!

Some bugs

When i use it to send email,the subject and receiver show twice,is it your program bug? how can i fix it ..thank you~
i mean that the email i received is like this.
subject:subjectsubject
receiver: [email protected];[email protected]
but i only write it once in program!

Not able to send attachments

As stated on Docs, I did $mail->add_attachments($_FILES['myFile']); . Buy I am getting this error.

Warning: basename() expects parameter 1 to be string, array given
Warning: file_get_contents() expects parameter 1 to be a valid path, array given

Do I have to upload file on the server before sending email?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.