• hallo,

    when a user registers the email containing their password never arrives.
    The registration completes succesfully( i checked the database). it also shows ‘the registration completes-check yuor email’ message

    i searched for other posts and i ve installed the smtp-send plugin but still nothing. (i hope i ve installed it right- i just extracted it into wp-content/plugins folder)

    is there something i missed.. ?

Viewing 7 replies - 1 through 7 (of 7 total)
  • hi dourvas,

    did you activate the plugin?

    whats the url to your blog?

    Thread Starter dourvas

    (@dourvas)

    how can i activate it.??

    it is in greek ..
    dourvas.dyndns.org/wordpress
    it will confuse u..

    ok, i registered, and didnt get an email.

    you activate the plugin by going to your wp-admin/plugins.php and activating it.

    do you have smtp running on that box of yours?

    I’ll bet you dont.

    Thread Starter dourvas

    (@dourvas)

    i am new at programming in general and this is a topic i dont know at all.
    how do i set smtp?

    when i extracted the plugin i set my gmail account in it.
    $wpms_options = array (
    ‘mail_from’ => ”,
    ‘mail_from_name’ => ”,
    ‘mailer’ => ‘SMTP’,
    ‘smtp_host’ => ‘smtp.gmail.com’,
    ‘smtp_port’ => ‘465’,
    ‘smtp_ssl’ => ‘SSL’,
    ‘smtp_auth’ => TRUE,
    ‘smtp_user’ => ‘[email protected]’,
    ‘smtp_pass’ => ‘my psw’
    );
    as i said before i only extracted it in plugin dir
    u mean this ??

    you activate the plugin by going to your wp-admin/plugins.php and activating it.

    have you done that?

    Thread Starter dourvas

    (@dourvas)

    i did not get what i should do in plugins.php

    Thread Starter dourvas

    (@dourvas)

    something like this??
    require_once(‘wp_mail_smtp.php’);
    ??/
    i can not understand how to activate it inside plugins.php ???? please help……………..

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘mails doesnt arrive’ is closed to new replies.