Hi all.

i'm having troubles with CakeEmail + MS Office 365 (Exchange online)

i can send emails but the mesasge is completely blank

here's my CakeEmail config:

Array
(
    [log] => 1
    [host] => smtp.office365.com
    [port] => 587
    [transport] => Smtp
    [tls] => 1
    [from] => Array
        (
            [*hidden*@*hidden*.it] => name surname
        )

    [username] => [email protected]
    [password] => hidden
    [to] => [email protected]
    [subject] => Test
    [emailFormat] => text
    [message] => test test test
)


Any advice?


Thank you



-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to