Access可以轻松使用Outlook,但我的计算机没有Outlook。我可以用另一种形式代替吗?我们公司只使用gmail,所以我需要在点击表单上的按钮后连接到gmail。
我的按钮代码:
Private Sub Gmail_Click()
Dim olApp As Object
Dim objMail As Object
On Error Resume Next 'Keep going if there is an error
Set olApp = GetObject(, "Outlook.Application") 'S
我有一个Drupal8站点,并且我刚刚安装了Sparkpost模块(https://www.drupal.org/project/sparkpost)。 在Drupal中这个模块的设置屏幕上,我看到了以下消息; You seem to be using php_mail as your mail system instead of sparkpost_mail. If this is not on purpose, you should change the configration for interface.default in system.mail to sparkpost_mail