> ## Documentation Index
> Fetch the complete documentation index at: https://developer.pdf.co/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Set Up SMTP for Email via Lycos Mail

> Learn how to set up SMTP for Lycos Mail, including the host, port, and login details.

Use these settings with PDF.co’s [Send Email API](/api/email/send) to send emails with or without attachments through your Lycos Mail account. You can call the API directly or use PDF.co’s integrations with Zapier and Make. See Reference Material below for integration guides.

## SMTP Server Details

* **SMTP Server/Host:** `smtp.mail.lycos.com`
* **SMTP Port:** `25`

## Authentication Information

* **SMTP User Name:** Your Lycos email address (e.g., `yourname@lycos.com`).
* **SMTP Password:** Your Lycos password.

## Additional Information

* Port 25 is typically used for SMTP without encryption. If you encounter issues or require a secure connection, it’s advisable to check if Lycos supports alternative ports such as 587 with STARTTLS.
* Ensure that your Lycos account permits SMTP access. Some providers may require you to enable this feature or authenticate your session differently for security purposes.

## Reference Material

* [Send Email API](/api/email/send)
* [Send Email With Attachment (Zapier)](/integrations/zapier/email-send)
* [Send Email With Attachments (Make)](/integrations/make/send-email-with-attachments)
