Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: EMailSender and SendGrid #30319
    Jules
    Participant

      //#define DEFAULT_EMAIL_NETWORK_TYPE_ARDUINO NETWORK_W5100 <== deleting the // , the line must be made active

      EMailSender emailSend(“apikey”, “apikey-psw”, “<my sendgrid email>”, “smtp.sendgrid.net”, 587);

      // apikey remains apikey
      // apikey-psw is the key given by SendGrid (64 characters)
      // snedgridmail ==> do not put the < >

      // ERROR : EMailSender::Response resp = emailSend.send(“the email i want the maessage to go”, message);
      ok => EMailSender::Response resp = emailSend.send(“recipient@mail.***”, message);

      make these changes and it should work
      SendGrid is normally free for non-intensive personal use
      since you didn’t put a destination address, it couldn’t go … “recipient@mail.***”

      in reply to: EMailSender and SendGrid #30307
      Jules
      Participant

        it’s a simple 2-level confirmation …
        (mail + password) and mobile number
        Sorry, but I don’t think we can call each other. I live in Belgium and I don’t understand enough English to hold a conversation. Writing is one thing, but conversation is another…

        in reply to: EMailSender and SendGrid #30259
        Jules
        Participant

          You need to create a SendGrid account and take the free option.
          You will need a confirmation app on your mobile phone.
          then create an api (relay).
          Save your codes, they won’t be visible after they’ve been created.
          that should do it.
          see : https://sendgrid.com/en-us/blog/smtp-relay-service-basics

          • This reply was modified 1 month ago by Jules.
        Viewing 3 posts - 1 through 3 (of 3 total)