darvinstudio/webmail-linker
Laravel package that generates webmail compose links for common providers (Gmail, Outlook, Yahoo, etc.). Create “email us” URLs with prefilled to/cc/bcc/subject/body so users can open their preferred webmail quickly.
Adopt if:
Look Elsewhere if:
laravel-mail or dedicated APIs like Mailgun).For Executives: "This MIT-licensed package lets us add webmail links (Gmail, Outlook, etc.) to our [feature X] with zero dev effort. For example, in our support portal, users could click a one-click link to their email provider instead of typing URLs manually. It’s a low-risk, high-impact way to improve UX without new hires or long dev cycles. The trade-off? We’re using a 2015 release, but since this is a non-core feature, the risk is minimal. Alternatives would require custom dev work or paid APIs."
For Engineering:
*"The package provides a simple PHP array of provider URLs (e.g., webmail_linker('gmail') returns https://mail.google.com). To integrate:
composer require darvinstudio/webmail-linker.{{ webmail_linker($user->provider) }}).config/webmail-linker.php for unsupported providers.
Pros: No API calls, lightweight. Cons: Outdated (but easy to fork/extend). Ideal for quick wins like email verification flows or support CTAs."*How can I help you explore Laravel packages today?