L
L
LP-DIMAN2015-11-16 10:12:14
open server
LP-DIMAN, 2015-11-16 10:12:14

Why do bugs come to the temporary folder when sending a message?

The server settings are set to utf-8 encoding
Here is the function

$url = url('/').'/auth/activate?id='.$id.'&code='.$code;      
      Mail::send('emails.registration', array('url' => $url), function($message) use ($request)
      {          
          $message->to($request->email)->subject('Подтверждение регистрации');
      });

How to set up this same encoding?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vitaly Khomenko, 2015-11-16
@iiifx

Such cracklings? 031a0-clip-60kb.png?nocache=1
If yes, then this is an EML format, it needs to be opened by mail clients .
For OpenServer:
Save, restart the server. After that, we download any of the mail clients, for example, Mozilla Thunderbird, and enjoy the work. There are a couple more ways to view saved emails, but I think you'll figure it out yourself.

P
Puma Thailand, 2015-11-16
@opium

Do you save files in utf-8?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question