JvMail (JEDI) component not sending mail

前端 未结 2 392
醉话见心
醉话见心 2021-01-24 17:40

JvMail component is not functioning right or I am messing something up.

procedure TForm1.RzURLLabel1Click(Sender: TObject);
begin
if cxLookUpComboBox1.Text =\'\         


        
2条回答
  •  囚心锁ツ
    2021-01-24 18:06

    The documentation is clear to that

    Notes:

    The format of an address specified by parameter Address is [address type][e-mail address]. Examples of valid addresses are FAX:206-555-1212 and SMTP:M@X.COM.

    Description:

    The following code adds a recipient to the Recipient list: JvMail1.Recipient.AddRecipient('SMTP:someone@somedomain.com', 'Some one');

提交回复
热议问题