It is very difficult for me. Please help me.

Source: Internet
Author: User
It is very difficult for me. Please help me. Delphi/Windows SDK/API
Http://www.delphi2007.net/DelphiNetwork/html/delphi_200612311550524.html
I want to use idsmtp in dephi to do this. ProgramCan send the specified webpage to the specified mailbox, for example, the home page of www.csdn.net to the kingsong@126.com, please give a write case, thank you very much.
High score thanks.

We usually send emails from one mailbox to another, so you need to bind one mailbox, and the mail server is SMTP

Put an idmessage

SMTP. HOST: =; // enter the SMTP server in your mailbox.
Idmessage. Recipients. emailaddresses: =... // email address
// The idmessage... contains attributes that can be added with the content to be sent.
SMTP. Connect;
SMTP. Send (idmessage );
Basic sending... but I don't quite understand your first leaf. What does it mean.

First, obtain the URL of the webpage.
Then press the upstairs to send, SMTP protocol

Thank you very much. I understand the usage of SMTP. It must be bound to a mailbox. I mean to send a page on the website to the mailbox, that is, to open the email and see the page, it is the same as entering the webpage URL in IE. Thank you for your help.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.