swiftmailer

    0

    1답변

    내가 swiftmailer를 통해 메일을 보내려고 를 통해 메일을 보내고 내 코드는 다음과 같습니다 $message->setFrom($from); $message->setBody($template, 'text/html'); $message->setTo($from); $message->addPart($text, 'text/plain'); //$mess

    6

    3답변

    http://swiftmailer.org을 사용할 때 실제로 메시지를 보내지 않고 즉시 PHP가 돌아 오도록 메일 대기열로 메시지를 보낼 수 있습니까?

    0

    1답변

    내가 지금 클래스 인스턴스 내부에 그것을 포함 할 //Create the Transport $mailer = Swift_Mailer::newInstance($transport); // create the message $message = Swift_Message::newInstance('Hello World') ->setFrom(array(M

    1

    1답변

    나는 신속한 우편 발송자를 통해 보낼 필요가있는 목록 전자 메일로 구성된 두 개의 배열을 가지고 있습니다. 여기 스위프트 메일러 어레이 $array1 = Array ([0] => [email protected] [1] => [email protected]) $array2 = Array ([0] => [email protected] [1] => [email

    4

    2답변

    SwiftMailer를 사용하는 법을 배우고 있으며 첨부 파일이 입력 유형에서 작동하는 데 문제가 있습니다. 난 단지 필요가 없습니다 : 여기 $message = Swift_Message::newInstance() ->attach(new Swift_Message_Attachment(new Swift_File($file), $filename,)); 다음

    0

    1답변

    symfony 1.4.8 (및 ORT로 Doctrine)에서 swiftmailer (전송)를 사용하여 메일을 보냅니다. 나는 책의 내용대로 모든 것을 구성했습니다. dev: mailer: class: sfMailer param: delivery_strategy: spool spool_class: Swift_

    0

    1답변

    mailer: class: sfMailer param: logging: %SF_LOGGING_ENABLED% charset: %SF_CHARSET% delivery_strategy: realtime transport: class: Swift_SmtpTransport param

    1

    1답변

    가능한 중복 : 나는 SMTP를 사용하여 내 Gmail 계정을 통해 이메일을 보내 SwiftMailer을 사용하고 Swiftmailer 4 does not retrieve bounces as $failedRecipients . 나는 모든 것을 완벽하게 설정 했으므로 문제없이 이메일을 보낼 수 있습니다. documentation 실패한 이메일 주소, (내가

    0

    1답변

    에 이메일 아이콘을받지 : http://tutorial.symblog.co.uk/docs/validators-and-forms.html 을 내가 개발자 줄의 봉투 아이콘을받지하고 신속한 메일러 부분. 내 dev에 상자에 대한 튜토리얼을 따르고 그래서 실제 전자 메일을 보내지 않을거야 그래서 봉투를해야합니까? 여기 내 응용 프로그램/설정/parameter

    7

    1답변

    Symfony에서 Swift_Mailer에 문제가 있습니다. 프랑스어로 "à é è"문자가 많이 포함 된 전자 메일 메시지를 보내고 있습니다. 처음에 나는이 문자를 보내려고했을 때 이메일 클라이언트에서 제대로 나오지 않았지만 동료의 이메일 클라이언트에서는 그렇지 못했습니다. 그래서 utf8_encode 함수를 통해 메일 텍스트를 넣고 다시 시도했습니다. 이