Tag: string

  • Working With DateTime in Flutter

    Working With DateTime in Flutter

    In this tutorial we are going to learn how to format DateTime in Flutter. So, without further ado, let’s get started with this tutorial. First and foremost, we require the Intl package. Add this to your pubspec.yaml file, then get the dependency and import it into your dart program. How To Get Current Date In…

  • How To: Send Email using Python and SMTP

    How To: Send Email using Python and SMTP

    Simple Mail Transfer Protocol (SMTP) is a protocol, which handles sending e-mail and routing e-mail between mail SMTP stands for Simple Mail Transfer Protocol, and it’s an application used by mail servers to send, receive, and/or relay outgoing mail between email senders and receivers.  Python provides an smtplib module, which defines an SMTP client session object that…