loic-sharma / Messages

A Laravel Bundle for the Swiftmailer library
GNU Lesser General Public License v3.0
39 stars 7 forks source link

Provide example of using Gmail as transport #5

Closed msurguy closed 12 years ago

msurguy commented 12 years ago

Gmail is very popular email provider, I've added an example of usage.

loic-sharma commented 12 years ago

Sounds like a pretty good idea. Could you also add the username and password too? Something like:

'username' => 'username@gmail.com',
'password' => 'password',

Just so that users can see how it works.