Hi all,

today I have tried to configure the smtp settings like this:

> you can use the following keys in the config.php to setup SMTP:
> 
> 'mail_smtpmode' => 'smtp',
> 'mail_smtphost' => 'host.tld',
> 'mail_smtpauth' => true,
> 'mail_smtpname' => 'name',
> 'mail_smtppassword' => 'password'

Okay, my mailserver isn't at the same machine and only smtp is possible
for me. Two examples:

In my config file I set the smtp user [email protected]. At the
interface I tried to share a private link and sent an email with them to
another person. The user at owncloud has the emailaddress
[email protected], everything is fine, the link was sent by owncloud.

I logged in with another user which has the emailaddress
[email protected]. I also tried to send a private link but I couldn't
because owncloud is trying to log in at the mailserver with the username
[email protected] and sent an email with the senderaddress
[email protected]. This is not allowed because the username for this
user is not correct at the mailserver.

Is there any possibility to set something in the config to induce
owncloud that it sends all owncloud(-system) mails only with one sender?

Thanks,
Sebastian
_______________________________________________
Owncloud mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/owncloud

Reply via email to