Module: GmailMailer
- Defined in:
- lib/gmail-mailer.rb
Defined Under Namespace
Constant Summary collapse
- SMTP_SERVER =
"smtp.gmail.com"- SMTP_PORT =
"587"- SMTP_HOST =
"gmail.com"- SMTP_CONSUMER_KEY =
"anonymous"- SMTP_CONSUMER_SECRET =
"anonymous"- ATTACHMENTS_SIZE_LIMIT =
25mb attachment limit
(1024*1024)*25
- RECIPIENT_LIMIT =
500- MAX_RETRY =
2