CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Zulfi Khan2

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    2,200

    Perl Re: ProblemEmail::Send::Gmail; with

    Hi
    Plz translate it into English.

    Zulfi,
  2. Replies
    3
    Views
    2,200

    Perl Re: ProblemEmail::Send::Gmail; with

    Hi,

    Finally I got help. I am able to send email through gmail smtp. I am putting the link ...
  3. Replies
    3
    Views
    2,200

    Perl Re: ProblemEmail::Send::Gmail; with

    Hi,
    I have changed my code. The code is now:


    #!/usr/bin/perl
    use strict;
    use warnings;
    use Email::Send;
    use Email::Send::Gmail;
    use Email::Simple::Creator;
  4. Replies
    3
    Views
    2,200

    Perl ProblemEmail::Send::Gmail; with

    Hi,
    I am trying to send emaiEmail::Send::Gmail;

    l have got following code from web:



    #!/usr/bin/perl
    ##use strict;
    use warnings;
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured