Giter VIP home page Giter VIP logo

Comments (7)

alexcesaro avatar alexcesaro commented on July 28, 2024

That's ok, thanks!
Please name it Bytes() to be consistent with the standard library.

from gomail.

chrneumann avatar chrneumann commented on July 28, 2024

I decided to solve my problem by setting a custom SendMailFunc instead. Thanks anyway!

from gomail.

nvcnvn avatar nvcnvn commented on July 28, 2024

Any hints to implement this feature?
I really want to use this package to send mail with Amazon SES using raw data.

Thanks!

from gomail.

chrneumann avatar chrneumann commented on July 28, 2024

I'm not sure what you want to do, but you could try using a custom SendMailFunc.

from gomail.

chrneumann avatar chrneumann commented on July 28, 2024

For an example, see my SendMailFunc https://github.com/monsti/monsti/blob/master/api/service/monsti.go#L556
and its use here:
https://github.com/monsti/monsti/blob/master/core/monsti-daemon/session.go#L144

from gomail.

nvcnvn avatar nvcnvn commented on July 28, 2024

I think SendMailFunc quite different from my need.
AWS allow you to post a raw email message to SES API via HTTP:
http://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-raw.html

from gomail.

alexcesaro avatar alexcesaro commented on July 28, 2024

chrneumann is right, that's the best way to do it. A Message instance can represent different raw emails when the Bcc field is filled. So it cannot simply be exported to a slice of bytes.

Use a SendMailFunc instead.

from gomail.

Related Issues (20)

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.