Where can I configure the data to send email?

Lucas Augusto Posted in Technical Support 6 years ago

Good evening, I'm trying to set up sending e-mail, but I can not find where I put the information to send the e-mail

Replies
Breton Gennaro Vela Replied 4 years ago

Hello! can you help me? I am unable to find this email sending PHPMailer component. When a new user signs up, the confirmation email does not arrive. And I can't enable the user through the system.

us Rishi B Replied 6 years ago

like Z-Man said, by default it's just php's mail() function (not phpmailer). If you want to use an smtp server, PHPMailer is used (via the smtp component).

Breton Lucas Augusto Replied 6 years ago

Thanks, another doubt,

The default php or phpmailer email?

German Michael Zülsdorff Replied 6 years ago

Jump to
YOURSITE/administrator/settings/basic
and adjust the Site Notification Email accordingly like
no-reply@YOURSITE

That's all. OSSN is using php mail by default which needs no other configuration settings.