Support the ongoing development of Laravel.io →

405 Threads

posted 9 years ago

Send Email with username and confirmation code

I'm using the mail system of Larabook. I want to send two thing with in the email that gets sent to...

0 Likes
1 Replies

In Laravel is there a way to queue emails sent in database and then process them for sending from database using cron task

This will help track all emails sent. prioritize email sending. speed up user exp. (as emails will...

0 Likes
0 Replies

unit test how to test Event with email

Hi, how can I test this snippet without send an email ? public function forgot() { $isV...

0 Likes
1 Replies
posted 9 years ago

Mail::send always returns false/null in 4.2

Hey there, i was just comparing the 4.0 <-> 4.2 behaviour of the Mail-Facade. In the old versi...

0 Likes
2 Replies
posted 9 years ago

Mailer gives errors

Hi, If i try to send an email, even without the queue the error 'Class queue.worker does not exist'...

0 Likes
0 Replies

Localization in queued emails

Good day for everyone! I want to ask a help in solving my problem. I'm sending localized emails from...

0 Likes
3 Replies
Solved
posted 9 years ago

Injecting variables into email before being sent

As part of my app I want to be able to track if emails have been opened, to do this I'm embedding a...

0 Likes
1 Replies
Solved

ErrorException (E_UNKNOWN) Undefined variable...

Hi, I have this function for password recovery public function postForgotPassword() {...

0 Likes
3 Replies
Solved
posted 9 years ago

Why would I use Mailchimp? Is there anything missing from my set up?

High; Just wondering why I would use Mailchimp? I send daily emails to members. Email templates are...

0 Likes
3 Replies

Laravel Mailing Issue "Object of class Illuminate\Mail\Message could not be converted to string"

I'm trying to send a simple email. I know the issue is with my view but I don't know what I'm doing...

0 Likes
4 Replies

Suggestion / Question about Laravel bundles.

When I check out http://bundles.laravel.com/bundles, I can see that many bundles are for Laravel 3....

0 Likes
2 Replies
posted 9 years ago

IOC resolving

I have a service provider with IoC binding to a class (sesmailer - it is my own mailer class). $t...

0 Likes
1 Replies

Beanstalkd Queue - Best practices

Hi, I use Beanstalkd to send out emails. What is the best practice to alert the user if there is a r...

0 Likes
0 Replies

Class does not exist

Hi guys, I'm trying to create an Event for sending emails, so I created a class I called observers.p...

0 Likes
6 Replies
Solved
posted 10 years ago

Need to mail dynamically created PDF

Hey, Currently, I have implemented @barryvdh's Laravel DOMPDF wrapper so that I can create PDFs from...

0 Likes
3 Replies
Solved

Worker Server sending mail using iron.io in laravel

Please help me out in implementing a worker server, where I need to push queue,delete queue,list of...

0 Likes
0 Replies

Laravel Email with files

Hi guys. I'm searching how can I put a file or pdf in the email that I'm sending. I only found the b...

0 Likes
1 Replies

Transactional emails using Markdown?

I had this idea a few months ago, but it's only now that I'm in a position where I'd be interested i...

0 Likes
1 Replies

Problem with login on activated accounts

Hey there, I'm runing in a little problem with my laravel login, so the problem is that I want to ch...

0 Likes
3 Replies

Swift_TransportException

I am trying to write the code for sending email activation for registered users. When user registers...

0 Likes
4 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.