Configurar SMTP

Hola a todos

¿Cómo se configura el SMTP en Drupal 7 para enviar email? ¿Existe un módulo para eso?

Saludes

Karen Virginia

Forums:

Hola, Karen!

Nunca he necesitado configurar el SMTP.  En el servidor que uso ya dispongo del SMTP configurado. Y es el que usa la función mail() del php, a su vez usado por Drupal.

¿Quizás lo necesitas para configurarlo en tu máquina local?  ¿En qué sistema lo has de usar?

Saludos,

Hola ifanlo

El drupal lo voy a instalar en un servidor donde no controlo la configuración del apache ni del php, es por eso que me da error al registrarme, y me dice que no me envió el correo. Estoy logeada como admin, pero no encuentro ningún lugar para configurar eso.

Investigando un poco he encontrado que se puede sobreescribir esa funcionalidad con PHPMailer y SMTP Authentication Support module, de tal manera que pueda configurar todo lo referente a SMTP directamente en el sitio.

Saludes

Karen Virginia

Hola

Ya encontré una manera de hacerlo.

En esta dirección está todo:

http://shutterfreak.net/blogs/olivier-biot/2010-06-24/configuring-smtp-server-sending-mail-drupal

En resumen:

Installation is a 5 step procedure:

  1. Download and unpack the the SMTP Authentication Support module: it will unpack in an "smtp" directory.
  2. Download and unpack the PHP Mailer module that corresponds to your needs (I downloaded the PHP 5/6 version).
  3. Rename the PHP Mailer directory (mine was "PHPMailer_v5.1") to "phpmailer" and drop it into the "smtp" directory (see step 1).
  4. Upload the "smtp" directory to your host's "sites/all/modules" directory.
  5. Enable the SMTP Authentication Support module (browse as Drupal admin to admin/build/modules)

Now all that remains, is to configure the SMTP Authentication Support module:

  1. Browse as Drupal admin to admin/settings/smtp
  2. Turn the module on {#emotions_dlg.grin}
  3. Specify the SMTP server you want to use. Optionally, specify a backup SMTP server. Check with your hosting provider (or ISP) for the settings that apply to you.
  4. Configure the SMTP connection settings: specify an alternate SMTP port, authentication (optional), whether an SSL connection should be initiated.
  5. Configure the sender's identity: email address and sender's name (the latter defaults to the name of your Drupal site).
  6. Fill in a valid email address in the "Send test email" field to test your configuration. Please do so, in order to test your setup!
  7. Click "Save configuration" and you are done!

Me sentía preocupada, pero ya con esto, me siento contenta.

Saludes

Karen Virginia