Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- include 'lib/swift_required.php';
- include 'e_list.php';
- // set default time zone
- date_default_timezone_set("America/Toronto");
- $delay = 10000000;
- $body = "<html><head><title>Test image</title></head><body><div style='float: left;'>";
- $body .= "<p>Скръбна вест</p>";
- $body .= "<a href='http://stdimitar.org/stdimitar/images/large/clip0110.jpg'>";
- $body .= "<img src='http://stdimitar.org/stdimitar/images/large/clip0110.jpg' alt='image from st.Dimitar' style='width: 50%; height: auto; padding: 6px 0px;' /></a></div></body></html>";
- // Create the Transport
- $transport = Swift_SmtpTransport::newInstance();
- // Create the Mailer using your created Transport
- $mailer = Swift_Mailer::newInstance($transport);
- // Create a message
- $message = Swift_Message::newInstance()
- ->setContentType("text/html")
- ->setMaxLineLength(100)
- ->setSubject("=?UTF-8?B?0KHQutGA0YrQsdC90LAg0LLQtdGB0YI=?=")
- ->setBody($body);
Advertisement
Add Comment
Please, Sign In to add comment