Log message #4170044

# At Username Text
# Oct 4th 2018, 10:45 narendravaghela if it is a string, it makes it an array with email as key and value
# Oct 4th 2018, 10:44 narendravaghela Email class checks if the key is string or array
# Oct 4th 2018, 10:44 narendravaghela :thinking_face:
# Oct 4th 2018, 10:43 neon1024 Cakes email class isn’t great
# Oct 4th 2018, 10:43 neon1024 I wonder why I am bothering trying to convert Cake Email into SendGrid, when I could just implement SendGrid directly
# Oct 4th 2018, 10:42 neon1024 :thinking_face:
# Oct 4th 2018, 10:42 neon1024 https://3v4l.org/Gd86j
# Oct 4th 2018, 10:39 narendravaghela :thumbsup:
# Oct 4th 2018, 10:39 neon1024 Thanks @narendravaghela that makes sense
# Oct 4th 2018, 10:39 neon1024 So the email is always the key
# Oct 4th 2018, 10:39 narendravaghela if you pass blank for name, it will keep email as name
# Oct 4th 2018, 10:38 narendravaghela `['example@example.com', 'example.second@example.com' => 'foo']`
# Oct 4th 2018, 10:38 neon1024 I should check the tests, that’s probably a good idea
# Oct 4th 2018, 10:37 neon1024 What if I mixed both?
# Oct 4th 2018, 10:37 narendravaghela getTo() returns array
# Oct 4th 2018, 10:37 neon1024 In which case, what does `getTo()` return? An array, or array of arrays
# Oct 4th 2018, 10:37 narendravaghela l
# Oct 4th 2018, 10:37 narendravaghela No, you can use array format as wel
# Oct 4th 2018, 10:37 neon1024 So do you just call it multiple times to add more recipients?
# Oct 4th 2018, 10:35 narendravaghela `->setTo('email', 'name')`
# Oct 4th 2018, 10:32 neon1024 Or, `[['example@example.com' => 'example'], ['example.second@example.com' => 'second']]`
# Oct 4th 2018, 10:32 neon1024 `['example@example.com', 'example.second@example.com']`
# Oct 4th 2018, 10:31 neon1024 What is the format of `Email::setTo()`?
# Oct 4th 2018, 09:59 neothermic sendgrid is awesome :P
# Oct 4th 2018, 09:54 narendravaghela Sure :thumbsup:
# Oct 4th 2018, 09:53 neon1024 @narendravaghela Might have some more questions for you later on! ;)
# Oct 4th 2018, 09:49 narendravaghela Yeah, just define them in before `send()` ;)
# Oct 4th 2018, 09:49 neon1024 @narendravaghela Thanks! I think I’m going to stick with the templates in my application if I can
# Oct 4th 2018, 09:37 narendravaghela Alpha Employee ???
# Oct 4th 2018, 09:37 Guest69296 so no of course.
# Oct 4th 2018, 09:36 Guest69296 32 WAYS TO BECOME THE ALPHA EMPLOYEE
# Oct 4th 2018, 09:36 Guest69296 confuse ppl even more
# Oct 4th 2018, 09:36 Guest69296 Celelibi: I'm looking to do the same. Mainly it's the basic paradigms that are bugging me. I understand writing to and reading from registers, but I need to learn timers, PWM and such. And how the actual code looks like outside arduino
# Oct 4th 2018, 09:36 narendravaghela And yes, Cake will render template and view and you can use template from SendGrid by setting `template_id` parameter in request
# Oct 4th 2018, 09:32 narendravaghela - Only if you set html/text both type of content
# Oct 4th 2018, 09:31 narendravaghela @neon1024 Also please make sure you keep text type as a first parameter of content as per their api validation :slightly_smiling_face:
# Oct 4th 2018, 09:18 KotHjA for guitar
# Oct 4th 2018, 09:18 KotHjA I actually find "+p more natural than middle clicking or ctrl+v now.
# Oct 4th 2018, 09:18 KotHjA ESP32 is the "successor"
# Oct 4th 2018, 09:18 KotHjA pilalla
# Oct 4th 2018, 09:09 neon1024 I misread it, how could it be a setter? It has no params :face_palm: